*{
    margin: 0;
    padding:0;
    transition: ease all 250ms;
}
html{
    scroll-behavior: smooth;
}
.nav ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    color: rgb(233, 222, 205);
    text-align: center;
    line-height: 15px;
}
.nav ul li a{
    text-decoration: none;
    color: rgb(233, 222, 205);
    transition: ease-in-out 250ms;
}
.nav ul li a:hover{
    text-decoration: underline;
    color: rgb(199, 172, 142);
}
#header{
    overflow: hidden;
    width: 100vw;
}
#mainimg{
    background-image: url(headerimage.jpg);
    background-attachment:fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; 
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    line-height: 2.5rem;
}
#mainimg:before{
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
    position: absolute;
    left: 0;
    top: 0;
}
.nav{
    display: grid;
    grid-template-columns: 2fr 10fr;
    align-items: center;
    width: 100%;
    margin: auto;
    position: fixed;
    z-index: 2;
    background: #FFFFFF;
}
.nav-bar{
    background: #422107;
    height:4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    margin-top: 75px;
}
#header-img{
    height: 110px;
    width: auto;
    padding-top:0px;
    margin: 15px;
    margin-bottom: 8px;

}
.tagline{
    position:relative;
    text-transform: uppercase;
    color:#422107;
    text-shadow: 0 0 2rem #f0d9c8;
    align-self:flex-end;
    font-size: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 6rem;
    margin-right: 8%;
}
#chairs{
    background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
    background-size: 100vw;
    height:auto;
    position: relative;
    width:100vw;
}
.chairs-area{
    margin-left: 80px;
    margin-right: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;

}
.chairs-img{
    width: 100%;
    height: 80%;
    object-fit: contain;
    justify-content: center;
    transition: ease-in-out 250ms;
}
#chair-header{
    display: flex;
    align-content: center;
    text-align: center;
}
#chairs h1, #sofas h1, #modular h1, #video h1{
    padding-top: 50px;
    font-size: 3rem;
    color:#4b2506;
    position:relative;
    display:block;
    height: 5rem;
    align-self: center;
    text-align: center;
    letter-spacing: 4px;
}
#sofas{
    background-image: url(bg2.jpeg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top:50px;
    padding-bottom:80px;
}
.sofas-area{
    margin-left: 20px;
    margin-right: 20px; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    
}
.sofas-img{
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    margin-top:30px;
}
#sofas p{
    text-align: right;
    padding-right:10%;
    float:initial;
    color: #422107;
}
#sofa-br{
padding-bottom:30px;
}

#chairs p{
    text-align: left;
    padding-top:0px;
    margin-top:0px;
    padding-left: 20px;
    float:initial;
    color: #422107;
}
#video{
    background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 40px;
    display:flex;
    flex-direction: column;
}
.videos{
    width: 400px;
    height: 225px;
    padding-top:30px;
    padding-bottom: 30px;

}
#video p{
        font-size: 1.5rem;
        color:#4b2506;
        position:relative;
        display:block;
        height: 2rem;
        align-self: center;
        text-align: center;
        letter-spacing: 2px;
        padding-bottom: 1rem;
        text-transform: uppercase;

}
.style-area{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly; 
}
.style-section{
    flex:auto;
}
#style-br{
    padding-bottom:30px;
}
#contact{
    background-image: url(bg4.jpeg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    line-height: 2.5rem;
}
#contact:before{
    content: "";
    display: block;
    width: 100%;
    height: 30rem;
    background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
    position: absolute;
    left: 0;
    top: 0;
}
.contact-area{
    position:relative;
    color:#422107;
    font-size: 1.5rem;
    line-height: 3rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-self: center;
    margin-left:5%
}
#contactus{
    display: block;
    background-color: #422107;
    color:rgb(233, 222, 205);
    padding-left: 20px;
    padding-right: 20px;
    margin-top:30px;
    font-size: 1rem;
    border-radius: 3px;
    line-height: 1.5rem;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#email{
    border:none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background-color: rgb(206, 187, 172);
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 60%;
    margin-top:10px;
    border-radius: 3px;
    outline:none;
    letter-spacing: 3px;
    color:#422107;
}
#email:focus::placeholder{
    color:transparent;
}
#email::placeholder{
    color:#422107;
    transition: color 0.4s ease;
}
#form input[type="submit"]{
    background-image: url(submit.png);
    height: 50px;
    width: 70px;
    border:navajowhite;
    background-color: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    margin-top:10px;
}
#form{
    display:flex;
    align-items:stretch;
    flex-direction: row;
    color:#422107;
}
#mainimgty{
    background-image: url(headerimage.jpg);
    background-attachment:fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
#mainimgty:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
    position: absolute;
    left: 0;
    top: 0;
}
#footer p, #footer a{
    text-decoration: none;
    color: rgb(233, 222, 205);
    transition: ease-in-out 250ms;
}
#footer a:hover{
    text-decoration: underline;
    color: rgb(199, 172, 142);
}
/* Media query 962px*/
@media screen and (max-width:962px){
    *{
        margin-left: 0;
        margin-top:0;
    }
    #header{
        overflow: hidden;
        width:100vw;
    }
    body{
        width: 100vw;
    }
    .nav{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content: right;
        width: 100%;
        margin: auto;
        position: fixed;
        z-index: 2;
        background: #FFFFFF;
        overflow: hidden;
    }
    .nav-bar{
        background: #422107;
        height:3rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        width:100%;
        margin-top:0px;
    }
    #header-img{
        width: 13rem;
        height:auto;
        padding-top:0px;
        overflow: hidden;
        position: relative;
    }
    #mainimg{
        background-image: url(headerimage.jpg);
        background-attachment:fixed;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
      
        
    }
    #mainimg:before{
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
    #mainimg{
        width: 100%;
        height: 100vh;
        object-fit: contain;
        display: flex;
        justify-content: flex-end;
        text-align: right;
        line-height: 2.5rem;
    }
    .tagline{
        position:relative;
        text-transform: uppercase;
        color:#422107;
        text-shadow: 0 0 2rem #f0d9c8;
        align-self:flex-end;
        font-size: 1.3rem;
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 6rem;
        margin-right: 3%;
    }
    #chairs{
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 3rem;
    }
    .chairs-area{
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content:center;
    }
    .chairs-img{
        width: 20rem;
        margin-top: 25px;
        margin-left:25px;
        margin-right:25px;
    }
    #chairs h1, #sofas h1, #modular h1, #video h1{
        padding-top: 15px;
        font-size: 2.5rem;
        color:#4b2506;
        position:relative;
        display:block;
        height: 2rem;
        align-self: center;
        text-align: center;
        letter-spacing: 4px;
    }
    #chairs p{
        text-align: left;
        float:initial;
        color: #422107;
        padding-left:12%;
        margin-top:0px;
        margin-bottom:0px;
    }
    #video{
        width:100vw;
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 25px;
        display:flex;
        justify-content: space-around;

    }
    .videos{
        padding: 10px;
        max-width: 300px;
        height: 170px;
    }
    #video p{
        font-size: 1rem;
        color:#4b2506;
        position:relative;
        display:block;
        height: 1.5rem;
        align-self: center;
        text-align: center;
        letter-spacing: 2px;
        padding-bottom: 1rem;
        padding-top: 2rem;
        text-transform: uppercase;
        padding-left:20px;
        padding-right:20px;

}
    .style-area{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly; 
    }
    .style-section{
        flex:auto;
    }
    #style-br{
        padding-bottom:30px;
    }
    #footer{
        display: block;
        width: 100%;
        height: 2rem;
        margin:auto;
        line-height: 20px;
        padding-top:20px;
        padding-bottom:20px;
        text-align: center;
        font-size: 12px;
        background-color: #422107;
        position:static;
    }
    #footer p, #footer a{
        text-decoration: none;
        color: rgb(233, 222, 205);
        transition: ease-in-out 250ms;
    }
    #footer a:hover{
        text-decoration: underline;
        color: rgb(199, 172, 142);
    }
}
/* Media query 620px*/
@media screen and (max-width:620px){
    #header{
        overflow: hidden;
        width: 100vw;
    }
    #header-img{
        height: 4rem;
        width: auto;
        padding-top:0px;
        margin: 15px;
        margin-bottom: 8px;
    
    }
    #mainimg{
        background-image: url(headerimage.jpg);
        background-attachment:fixed;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        display: flex;
        justify-content: flex-end;
        text-align: right;
        line-height: 2.5rem;
    }
    #mainimg:before{
        content: "";
        display: block;
        height: 100vh;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
    .nav ul li a{
        text-decoration: none;
        color: rgb(233, 222, 205);
        transition: ease-in-out 250ms;
        font-size: 1rem;
    }
    .nav ul li a:hover{
        text-decoration: underline;
        color: rgb(199, 172, 142);
    }
    .nav{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content: right;
        width: 100%;
        margin: auto;
        position: fixed;
        z-index: 2;
        background: #FFFFFF;
        overflow: hidden;
    }
    .nav-bar{
        background: #422107;
        height:3rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        width:100%;
        margin-top:0px;
    }
    .tagline{
        position:relative;
        text-transform: uppercase;
        color:#422107;
        text-shadow: 0 0 2rem #f0d9c8;
        align-self:flex-end;
        font-size: 1rem;
        line-height: 2rem;
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 5rem;
        margin: 3%;
       
    }
    #chairs{
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-size: 100vw;
        position: relative;
        width:100vw;
    }
    .chairs-area{
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-direction: row;
        
    }
    .chairs-img{
        width: 80%;
        object-fit: contain;
        justify-content: center;
        transition: ease-in-out 250ms;
        margin-bottom:0;
    }
    #chairs p{
        text-align: left;
        float:initial;
        color: #422107;
        font-size: 1rem;
        
    }
    #chairs h1, #sofas h1, #modular h1, #video h1{
        margin-top: 15px;
        font-size: 2.3rem;
        color:#4b2506;
        position:relative;
        display:block;
        height: 3rem;
        align-self: center;
        text-align: center;
        letter-spacing: 4px;
    }
    #sofas{
        background-image: url(bg2.jpeg);
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top:20px;
        padding-bottom:20px;
    }
    .sofas-area{
        margin-left: 20px;
        margin-right: 20px; 
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        
    }
    .sofas-img{
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-top:30px;
        
    }
    #sofas p{
        text-align: right;
        padding-right:10%;
        float:initial;
        color: #422107;
    }
    
    #video{
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding-bottom: 20px;
    }
    .videos{
        width: 100%;
        object-fit: contain;
        
    }
    .style-area{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; 
    }
    .style-section{
        flex:auto;
    }
    #video p{
        padding-left:30px;
        padding-right:30px;
        padding-bottom: 30px;
    }
    #contact{
        background-image: url(bg4.jpeg);
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        height: 20rem;
        position: relative;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        line-height: 2.5rem;
    }
    #contact:before{
        content: "";
        display: block;
        width: 100%;
        height: 20rem;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
    .contact-area{
        position:relative;
        color:#422107;
        font-size: 1rem;
        line-height: 2rem;
        flex-wrap: wrap;
        flex-direction: row;
        align-self: center;
        margin-left:5%
    }
    #contactus{
        display: block;
        background-color: #422107;
        color:rgb(233, 222, 205);
        padding-left: 20px;
        padding-right: 20px;
        margin-top:30px;
        font-size: .8rem;
        border-radius: 3px;
        line-height: 1.5rem;
        margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #email{
        border:none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        background-color: rgb(206, 187, 172);
        padding: 1rem 3rem;
        font-size: .8rem;
        font-family: Georgia, 'Times New Roman', Times, serif;
        width: 60%;
        margin-top:10px;
        border-radius: 3px;
        outline:none;
        letter-spacing: 3px;
        color:#422107;
    }
    #email:focus::placeholder{
        color:transparent;
    }
    #email::placeholder{
        color:#422107;
        transition: color 0.4s ease;
    }
    #form input[type="submit"]{
        background-image: url(submit.png);
        height: 45px;
        width: 60px;
        border:navajowhite;
        background-color: inherit;
        background-size: contain;
        background-repeat: no-repeat;
        outline: none;
        margin-top:10px;
    }
    #form{
        display:flex;
        align-items:stretch;
        flex-direction: row;
        color:#422107;
    }
    #mainimgty{
        background-image: url(headerimage.jpg);
        background-attachment:fixed;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
    }
    #mainimgty:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
}    
/* Media query 504px*/
@media screen and (max-width:504px){
    #header{
        overflow: hidden;
        width: 100vw;
    }
    #mainimg{
        background-image: url(headerimage.jpg);
        background-attachment:fixed;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: 100vh;
        object-fit: contain;
        display: flex;
        justify-content: flex-end;
        text-align: right;
        line-height: 2.5rem;
    }
    #mainimg:before{
        content: "";
        display: block;
        height: 100vh;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
    .nav ul li a{
        text-decoration: none;
        color: rgb(233, 222, 205);
        transition: ease-in-out 250ms;
        font-size: 1.5rem;
    }
    .nav ul li a:hover{
        text-decoration: underline;
        color: rgb(199, 172, 142);
    }
    .nav{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content: right;
        width: 100%;
        margin: auto;
        position: fixed;
        z-index: 2;
        background: #FFFFFF;
        overflow: hidden;
    }
    .nav-bar{
        background: #422107;
        height:2.4rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        width:100%;
        margin-top:0px;
    }
    .tagline{
        position:relative;
        text-transform: uppercase;
        color:#422107;
        text-shadow: 0 0 2rem #f0d9c8;
        align-self:flex-end;
        font-size: 1.1rem;
        line-height: 2.2rem;
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 0rem;
        margin: 10%;
       
    }
    #chairs{
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-size: 100vw;
        position: relative;
        width:100vw;
    }
    .chairs-area{
        margin-left: 20%;
        margin-right: 20%;
        display: flex;
        flex-direction: row;
        
    }
    .chairs-img{
        width: 70%;
        object-fit: contain;
        justify-content: space-around;
        transition: ease-in-out 250ms;
        margin-bottom:0;
    }
    #chairs p{
        text-align: left;
        float:initial;
        color: #422107;
        font-size: .9rem;
    }
    #chairs h1, #sofas h1, #modular h1,#video h1{
        margin-top: 15px;
        font-size: 2.3rem;
        color:#4b2506;
        position:relative;
        display:block;
        height: 3rem;
        align-self: center;
        text-align: center;
        letter-spacing: 4px;
    }
    #sofas{
        background-image: url(bg2.jpeg);
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top:20px;
        padding-bottom:20px;
    }
    .sofas-area{
        margin-left: 20px;
        margin-right: 20px; 
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        
    }
    .sofas-img{
        width: 80%;
        margin-right: 1%;
        margin-left: 10%;
        margin-top:30px;
        
    }
    #sofas p{
        text-align: right;
        font-size: .9rem;
        padding-right:10%;
        float:initial;
        color: #422107;
    }
    
    #video{
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: row;
        
    }
    .videos{
        width: 100%;
        object-fit: contain;
        padding-bottom: 20px;
        
    }
    .style-area{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; 
    }
    .style-section{
        flex:auto;
    }
    #video p{
        padding-left:30px;
        padding-right:30px;
        padding-bottom: 30px;
        padding-top: 0px;
        font-size: .9rem;
    }
    #contact{
        background-image: url(bg4.jpeg);
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        height: 20rem;
        position: relative;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        line-height: 2.5rem;
    }
    #contact:before{
        content: "";
        display: block;
        width: 100%;
        height: 20rem;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
    .contact-area{
        position:relative;
        color:#422107;
        font-size: 1rem;
        line-height: 2rem;
        flex-wrap: wrap;
        flex-direction: row;
        align-self: center;
        margin-left:5%
    }
    #contactus{
        display: block;
        background-color: #422107;
        color:rgb(233, 222, 205);
        padding-left: 20px;
        padding-right: 20px;
        margin-top:30px;
        font-size: .7rem;
        border-radius: 3px;
        line-height: 1.5rem;
        margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #email{
        border:none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        background-color: rgb(206, 187, 172);
        padding: .5rem 1rem;
        font-size: .5rem;
        font-family: Georgia, 'Times New Roman', Times, serif;
        width: 60%;
        margin-top:10px;
        border-radius: 3px;
        outline:none;
        letter-spacing: 3px;
        color:#422107;
    }
    #email:focus::placeholder{
        color:transparent;
    }
    #email::placeholder{
        color:#422107;
        transition: color 0.4s ease;
    }
    #form input[type="submit"]{
        background-image: url(submit.png);
        height: 40px;
        width: 55px;
        border:navajowhite;
        background-color: inherit;
        background-size: contain;
        background-repeat: no-repeat;
        outline: none;
        margin-top:10px;
    }
    #form{
        display:flex;
        align-items:stretch;
        flex-direction: row;
        color:#422107;
    } 
}
/* Media query 365x*/
@media screen and (max-width:504px){
    #header{
        overflow: hidden;
        width: 100vw;
    }
    .nav ul li a{
        text-decoration: none;
        color: rgb(233, 222, 205);
        transition: ease-in-out 250ms;
        font-size: .75rem;
    }
    .nav ul li a:hover{
        text-decoration: underline;
        color: rgb(199, 172, 142);
    }
    .nav{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        justify-content: right;
        width: 100%;
        margin: auto;
        position: fixed;
        z-index: 2;
        background: #FFFFFF;
        overflow: hidden;
    }
    .nav-bar{
        background: #422107;
        height:2.4rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        width:100%;
        margin-top:0px;
    }
   /* .tagline{
        position:relative;
        text-transform: uppercase;
        color:#422107;
        text-shadow: 0 0 2rem #f0d9c8;
        align-self:flex-end;
        font-size: .7rem;
        line-height: 1.3rem;
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 3rem;
        margin: 3%;
       
    }*/
    #chairs{
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-size: 100vw;
        position: relative;
        width:100vw;
    }
    .chairs-area{
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        flex-direction: row;
        
    }
    .chairs-img{
        width: 90%;
        object-fit: contain;
        justify-content: space-around;
        transition: ease-in-out 250ms;
        margin-bottom:0;
        
    }
    #chairs p{
        text-align: left;
        float:initial;
        color: #422107;
        font-size: .9rem;
      
        
    }
    #chairs h1, #sofas h1, #modular h1,#video h1{
        margin-top: 15px;
        font-size: 2.3rem;
        color:#4b2506;
        position:relative;
        display:block;
        height: 3rem;
        align-self: center;
        text-align: center;
        letter-spacing: 4px;
    }
    #sofas{
        background-image: url(bg2.jpeg);
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top:20px;
        padding-bottom:20px;
    }
    .sofas-area{
        margin-left: 20px;
        margin-right: 20px; 
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        justify-content: center;
        
    }
    .sofas-img{
        width: 80%;
        margin-right: 1%;
        margin-left: 10%;
        margin-top:30px;
        
    }
    #sofas p{
        text-align: right;
        font-size: .9rem;
        padding-right:10%;
        float:initial;
        color: #422107;
    }
    
    #video{
        background: radial-gradient(rgba(44, 43, 41, 0.171), rgba(226, 200, 191, 0.562));
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: row;
        
    }
    .videos{
        width: 80vw;
        height: auto;
        object-fit: contain;
        padding-bottom: 20px;
        margin-left:5px;
        margin-right: 5px;
        
    }
    .style-area{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center; 
    }
    .style-section{
        flex:auto;
    }
    #video p{
        padding-left:30px;
        padding-right:30px;
        margin-bottom: 25px;
        padding-top: 15px;
        font-size: .9rem;
    }
    #contact{
        background-image: url(bg4.jpeg);
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-size: cover;
        height: 20rem;
        position: relative;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        line-height: 2.5rem;
    }
    #contact:before{
        content: "";
        display: block;
        width: 100%;
        height: 20rem;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
    .contact-area{
        position:relative;
        color:#422107;
        font-size: 1rem;
        line-height: 2rem;
        flex-wrap: wrap;
        flex-direction: row;
        align-self: center;
        margin-left:5%
    }
    #contactus{
        display: block;
        background-color: #422107;
        color:rgb(233, 222, 205);
        padding-left: 20px;
        padding-right: 20px;
        margin-top:30px;
        font-size: .7rem;
        border-radius: 3px;
        line-height: 1.5rem;
        margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #email{
        border:none;
        appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -moz-appearance: none;
        background-color: rgb(206, 187, 172);
        padding: .5rem 1rem;
        font-size: .5rem;
        font-family: Georgia, 'Times New Roman', Times, serif;
        width: 60%;
        margin-top:10px;
        border-radius: 3px;
        outline:none;
        letter-spacing: 3px;
        color:#422107;
    }
    #email:focus::placeholder{
        color:transparent;
    }
    #email::placeholder{
        color:#422107;
        transition: color 0.4s ease;
    }
    #form input[type="submit"]{
        background-image: url(submit.png);
        height: 30px;
        width: 45px;
        border:navajowhite;
        background-color: inherit;
        background-size: contain;
        background-repeat: no-repeat;
        outline: none;
        margin-top:10px;
    }
    #form{
        display:flex;
        align-items:stretch;
        flex-direction: row;
        color:#422107;
    }
    #mainimgty{
        background-image: url(headerimage.jpg);
        background-attachment:fixed;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
    }
    #mainimgty:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
        position: absolute;
        left: 0;
        top: 0;
    }
}      

/* css for TY LP*/
#headerty{
    margin:0;
    padding:0;  
}
#headerty-img{
    position:relative;
    max-height: 13rem;
    margin-bottom : 2rem;

}
#contactty{
    background-image: url(bg4.jpeg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    line-height: 2.5rem;
}
#contactty:before{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(226, 200, 191, 0.562), rgba(126, 122, 115, 0.397));
    position: absolute;
    left: 0;
    top: 0;
}
.contactty-area{
    position:relative;
    color:#422107;
    font-size: 1.5rem;
    line-height: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top:20px;
    align-self:center;
    margin-left:5%;

}
#contactusty{
    display: block;
    background-color: #422107;
    color:rgb(233, 222, 205);
    padding: 15px 50px;
    margin-top:40px;
    margin-bottom: 40px;
    font-size: 1rem;
    border-radius: 3px;
    line-height: 1.5rem;
    letter-spacing: .3rem;
}
#back{
    background-color: rgb(206, 187, 172);
    padding: .75rem 1.5rem;
    font-size: 1rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 80%;
    border-radius: 3px;
    outline:none;
    letter-spacing: 4px;
    color:#422107;
    text-transform: uppercase;
    font-weight: bolder;
}
#back a{
    text-decoration:none;
    color:#422107;
}
#back a:hover{
    text-decoration:underline;
    color:rgb(151, 80, 25);
}
