body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}

@font-face {
    font-family: 'Centaur';
    src: url('http://centuryfurniture.com/fonts/Centaur.woff') format('woff');
    src: url('http://centuryfurniture.com/fonts/CENTAUR.TTF.eot');
    src: url('http://centuryfurniture.com/fonts/CENTAUR.TTF.eot#iefix') format('embedded-opentype');
    src: url('http://centuryfurniture.com/fonts/CENTAUR.TTF').format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Light';
    src: url("../../fonts/DIN-Light.woff") format("woff"), url("../../fonts/DIN-Light.ttf") format("truetype"), url("../../fonts/DIN Light.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'DIN-Condensed-Bold';
    src: url("../../fonts/D-DINCondensed-Bold.woff") format("woff"), url("../../fonts/D-DINCondensed-Bold.ttf") format("truetype"), url("../../fonts/D-DINCondensed-Bold.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'DIN-Expanded-Bold';
    src: url("../../fonts/D-DINExp-Bold.woff") format("woff"), url("../../fonts/D-DINExp-Bold.ttf") format("truetype"), url("../../fonts/D-DINExp-Bold.eot") format("embedded-opentype");
}

.content-wrapper-initial {
    left: 0;
    position: relative;
    transition: ease-out .5s;
}
.content-wrapper-slide-in {left:25%;transition:ease-in .5s;position:relative;border-left:1px solid gainsboro;}

.side-nav {    
    height: 100vh;    
    text-align:center;
    background-color:white;
}

    .side-nav div {
        font-family: DIN-Light;        
        text-transform: uppercase;
        padding: 25px 0;
        font-size:13pt;        
    }

        .side-nav div a {
            text-decoration:none;
        }

.side-nav-initial {
    left: -20%;
    position: relative;
    transition: ease-out .5s;
    position: absolute;
    background-color: white;
    color:white;
    visibility:hidden;
    /*display:none;*/
}
.side-nav-in {
    left: 0;
    position: relative;
    transition: ease-in .5s;
    position: absolute;
    width:25%;
    /*border-right:1px solid gainsboro;*/
    z-index:9999;
    background-color:white;
    color:black;
    height:110vh;
}

#resp_nav_close {
    display:none;
}


.header {
    width: 100%;
    height: 110px;
    display:flex;
}

.icon-wrapper, #hamburger-wrapper {
    width: 4.5%;
    height: 100%;
    display: inline-flex;
    justify-content:center;
    align-items:center;
}

#nav-btn-wrapper, #nav-home-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    cursor: pointer;
}

a {
    color: black;
    text-decoration: none;
}

.logo-wrapper {
    width: 90%;
    height: 100%;
    display: inline-flex;
    position:relative;
    justify-content:center;
    align-items:center;
}

    .logo-wrapper img {
        width:250px;
    }

/*#main-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27pt;
    font-family: Centaur;
    letter-spacing: 2px;
    height:100%;
}*/

#slick {
    width: 100%;
    margin: 3px auto;
}

    #slick img {
        width: 100%;
    }

.about-wrapper {
    width: 96%;
    margin: 100px auto 0;
}

.info-block {
    width: 33%;
    display: inline-block;
    margin: 0 auto;
}

.info-block-title {
    text-align: center;
    font-family: DIN-Light;
    font-size: 14pt;
}

.info-block-content {
    text-align: justify;
    width: 75%;
    margin: 25px auto;
    font-family: DIN-Light;
}

#arrow-down-wrapper {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

#page-down-arrow {
    width: 60px;
    cursor: pointer;
    opacity: .5;
}

    #page-down-arrow:hover {
        opacity: .9;
    }

#projects {
    width: 90%;
    margin: 50px auto;
}

.project {
    width: 33%;
    text-align: center;
    display: inline-block;
    margin: 25px 0;
    font-family: DIN-Light;
    font-size: 13pt;
    vertical-align: top;
}

#project_title {
    font-family: DIN-Light;
    font-size: 20pt;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

.project_cover_img {
    cursor: pointer;
    width: 400px;
}

/*.page-header-img-wrapper {
    position:relative;
    width:100%;
    height:0;
    padding-top:30%;
}*/

.main-img-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/*ABOUT PAGE*/

.about-img-wrapper {
    background: url(../images/about.jpg);
    background-size: cover;
    background-position:bottom;
}

.distressing-img-wrapper {
    background: url(../images/distressing.jpg);
    background-size: cover;
}

.brushing-img-wrapper {
    background: url(../images/brushing.jpg);
    background-size: cover;
}

.tying-img-wrapper {
    background: url(../images/tying.jpg);
    background-size: cover;
}

.fabric-img-wrapper {
    background: url(../images/fabric.jpg);
    background-size: cover;
}

.contact-img-wrapper {
    background: url(../images/contact.jpg);
    background-size: cover;
    background-position: bottom;
}

.slide1-img-wrapper {
    background: url(http://centuryfurniture.com/Hospitality/images/gallery/.jpg);
    background-size: cover;
}

.slide2-img-wrapper {
    background: url(http://centuryfurniture.com/Hospitality/images/gallery/.jpg);
    background-size: cover;
}

.slide3-img-wrapper {
    background: url(http://centuryfurniture.com/Hospitality/images/gallery/.jpg);
    background-size: cover;
}

.slide4-img-wrapper {
    background: url(http://centuryfurniture.com/Hospitality/images/gallery/.jpg);
    background-size: cover;
}

.slide5-img-wrapper {
    background: url(http://centuryfurniture.com/Hospitality/images/gallery/.jpg);
    background-size: cover;
}

#content-wrapper {
    width: 90%;
    margin: 0 auto;
    font-family: DIN-Light;
}

#content-title {
    text-align: center;
    font-size: 17pt;
    font-weight: bold;
    margin:25px 0;
}

.content-block {
    width: 85%;
    display: block;
    margin:25px auto;
    /*text-align: justify;*/
    /*vertical-align: top;*/
}

.content-block-text {
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 13pt;
    line-height: 25px;
    text-align:justify;
}

.hidden-img {
    visibility: hidden;
    width: 100%;
    max-height:500px;
}

.hidden-img-small {
    visibility: hidden;
    width: 100%;
    display: none;
}

.hidden-img-medium {
    visibility: hidden;
    width: 100%;
    display: none;
}

.hidden-img-large {
    visibility: hidden;
    width: 100%;
    display: none;
}

.img-text-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.img-text {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: white;
    font-size: 60pt;
    font-family: DIN-Light;
    background: linear-gradient(rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6));
    padding:0 10px;
}

.form-input-wrapper {    
    margin: 15px auto;  
    text-align:center;
}

.form-input {
    width: 50%;
    height: 25px;    
    margin: 0 auto;    
}

.input-label {
    font-size:14pt;
}

.message-label {
    font-size:14pt;
    display:block;
    padding:7px 0;
}

.form-message {
    width:100%;height:150px;
}

.form-button-wrapper {
    text-align:center;
}

.button {
    padding:10px;
    background:white;
    box-shadow:none;
    border:2px solid gray;
    font-size:11pt;
}

.slick-prev:before, .slick-next:before {
    font-size:25px;
    color:white;
    background:gray;
    border-radius:50%;
    padding:3px 2px 0 2px;
    opacity:.25;
}

.slick-prev {
    left:15px;
}

.slick-next {
    right:20px;
}

.hamburger-inner {
    height:1px;
}

.hamburger-inner::before {
    top:-8px;
    height:1px;
}

    .hamburger-inner::after {
        bottom: -8px;
        height: 1px;
    }

#formwrapper {
    width: 40%;
    margin: 25px auto;
}

#messagesuccess {
    display: none;
    text-align: center;
    font-size: 25pt;
    position: relative;
    top: 100px;
}

@media (min-width: 320px) and (max-width:479px) {
    .header {
        height:100px;
    }

    .logo-wrapper img {
        width:200px;
    }

    /*.about-img-wrapper {
        background: url(../images/about-small.jpg);
    }

    .tying-img-wrapper {
        background: url(../images/tying-small.jpg);
    }

    .fabric-img-wrapper {
        background: url(../images/fabric-small.jpg);
    }

    .contact-img-wrapper {
        background: url(../images/contact-small.jpg);
    }

    .distressing-img-wrapper {
        background: url(../images/distressing-small.jpg);
    }

    .brushing-img-wrapper {
        background: url(../images/brushing-small.jpg);
    }*/

    /*.hidden-img {
        display:none;
    }

    .hidden-img-small {
        display:none;
    }

    .hidden-img-medium {
        display:block;
    }

    .hidden-img-large {
        display:none;
    }*/

    .img-text {
        bottom:20px;
        left:20px;
        font-size:25pt;
    }
    
    #main-logo {
        font-size: 15pt;
    }

    #hamburger-wrapper {
        width: 15%;
    }

    .logo-wrapper {
        width: 75%;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px;
    }

    .side-nav-initial {
        left:-40%;
        display:none;
        transition:ease-out .1s;
    }

    .side-nav-in {
        width:100%;  
        transition:ease-in .25s;
    }

    #resp_nav_close {       
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 10pt;
        border: 2px solid gainsboro;
        border-radius: 50%;
        padding: 5px 9px;
        font-family: cursive;
        cursor: pointer;
        display:block;
    }

    .content-wrapper-slide-in {
        left: 0%;        
    }

    .project {
        width: 100%;
        display: block;
    }

    #project_title {
        font-size:14pt;
    }

    .project_cover_img {
        width:100%;   
    }

    .content-block {
        width:100%;
    }

    .content-block-text {
        width:95%;
        text-align:center;
    }

    #formwrapper {
        width:100%;
    }

    .form-input {
        width:100%;
    }

    #messagesuccess {
        font-size:14pt;
    }
 }

@media (min-width: 480px) and (max-width:767px) {
    #hamburger-wrapper {
        width: 15%;
    }

    /*.about-img-wrapper {
        background: url(../images/about-medium.jpg);
    }

    .tying-img-wrapper {
        background: url(../images/tying-medium.jpg);
    }

    .fabric-img-wrapper {
        background: url(../images/fabric-medium.jpg);
    }

    .contact-img-wrapper {
        background: url(../images/contact-medium.jpg);
    }

    .distressing-img-wrapper {
        background: url(../images/distressing-medium.jpg);
    }

    .brushing-img-wrapper {
        background: url(../images/brushing-medium.jpg);
    }

    .hidden-img {
        display: none;
    }

    .hidden-img-small {
        display: none;
    }

    .hidden-img-medium {
        display:block;
    }

    .hidden-img-large {        
        display: none;
    }*/

    #main-logo {
        font-size: 24pt;
    }

    .side-nav-initial {
        left: -40%;
        /*display: none;*/
        transition: ease-out .25s;
    }

    .side-nav-in {
        width: 100%;
        transition: ease-in .25s;
        height:100%;
    }

    .content-wrapper-slide-in {
        left: 0;
    }

    .project {
        width:100%;display:block;
    }

    .img-text {
        bottom:20px;
        left:20px;
        font-size:35pt;
    }

    .content-block-text {
        width:100%;
    }

    #formwrapper {
        width:80%;
    }

    .input-label {
        display:block;
    }

    .form-input {
        width:100%;
    }

    #messagesuccess {
        font-size: 17pt;
    }

    #resp_nav_close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 10pt;
        border: 2px solid gainsboro;
        border-radius: 50%;
        padding: 5px 9px;
        font-family: cursive;
        cursor: pointer;
        display: block;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    /*.about-img-wrapper {
        background: url(../images/about-large.jpg);
    }

    .tying-img-wrapper {
        background: url(../images/tying-large.jpg);
    }

    .fabric-img-wrapper {
        background: url(../images/fabric-large.jpg);
    }

    .contact-img-wrapper {
        background: url(../images/contact-large.jpg);
    }

    .distressing-img-wrapper {
        background: url(../images/distressing-large.jpg);
    }

    .brushing-img-wrapper {
        background: url(../images/brushing-large.jpg);
    }

    .hidden-img {
        display: none;
    }

    .hidden-img-small {
        display: none;
    }

    .hidden-img-medium {
        display: none;
    }

    .hidden-img-large {
        display: block;
    }*/

    #hamburger-wrapper {
        width: 10%;
    }

    .side-nav-in {
        width: 40%;
        position:absolute;
        height:100%;
    }

    .content-wrapper-slide-in {
        left: 40%;
        position:absolute;
        width:100%;
        height:100%;
    }

    .project {
        width: 49%;
    }

    .project_cover_img {
        width: 300px;
    }

    .img-text {
        left:30px;
        bottom:30px;
        font-size:50pt;
    }

    #formwrapper {
        width: 75%;
    }

    .input-label {
        display: block;
    }

    .form-input {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width:1200px) {
    #hamburger-wrapper {
        width:8%;
    }

    .side-nav-in {
        width:35%;
        position:absolute;
        height:100%;
    }

    .content-wrapper-slide-in {
        left:35%;
        position:absolute;
        width:100%;
        height:100%;
    }

    /*.hidden-img {
        display: block;
    }

    .hidden-img-large {
        display:none;
    }*/

    .img-text {
        bottom:25px;
        left:25px;
        font-size:55pt;
    }

    #formwrapper {
        width:70%;
    }

    .project {
        width:49%;
    }
}