/* FONT */
@font-face {
    font-family: 'Freesentation';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Freesentation';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Freesentation';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Freesentation';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Freesentation';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Freesentation';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
    list-style: none;
    font-family: 'Freesentation';
    font-weight: 300;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

img {
    display: block;
}

section {
    width: 100%;
    margin-bottom: 100px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.last-item {
    margin: 0 !important;
}

.wrap {
    max-width: 1400px;
    margin: 0 auto;
}

img {
    width: 100%;
}

.red {
    color: red !important;
}

.textcenter {
    text-align: center;
}

.bold {
    font-weight: bold;
}


/* footer */
footer {
    background-color: #efeeea;
    height: auto;
    padding: 50px 0;
    margin-top: 100px;
}

footer div h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
}

footer .wrap {
    display: flex;
    /* background-color: yellow; */
}

.footer-menu {
    width: 200px;
    margin-right: 30px;
}

.footer-menu ul li a {
    line-height: 25px;
}

.spacer {
    display: inline-block;
    /* Parent width - Logo width - Menu <ul> width */
    width: calc(100% - 400px - 400px);
}

.footer-join {
    width: 400px;
}

.input-area {
    display: flex;
    margin: 20px 0 50px 0;
}

.footer-join input {
    width: 70%;
    height: 30px;
    border-radius: 0;
    border: none;
    padding-left: 10px;
}

.footer-join button {
    width: 30%;
    height: 30px;
    border-radius: 0;
    border: none;
    background-color: #333;
    color: #efeeea;
}


.social-media>li {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
}

.social-media>li>a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.facebook {
    background-image: url(../img/facebook.svg);
}
.twitter {
    background-image: url(../img/twitter.svg);
}
.instagram {
    background-image: url(../img/instagram.svg);
}
.pinterest {
    background-image: url(../img/pinterest.svg);
}
.houzz {
    background-image: url(../img/houzz.svg);
}

/* copyright */

.copyright {
    background-color: #efeeea;
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #ccc;
}

.copyright a img {
    display: inline-block;
    width: 25px;
    margin-left: 2px;
}

.copyright p {
    clear: both;
    text-align: center;
    line-height: 28px;
}


.break-line {
    width: 760px;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto;
    text-align: center;
}

.italic {
    font-style: italic;
}