@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
@import url('https://fonts.googleapis.com/css?family=Gudea');
@import url('https://fonts.googleapis.com/css?family=Martel');
*{
    font-family:'Gudea';
    padding:0;
    margin:0;
}

body{
    background:#fff;
}

/* Navbar */

.navbar{
    display:flex;
    justify-content: space-between;
    background: #E0E0E0;
    padding-left:2.5rem;
    padding-right:2.5rem;
}

.nav-image{
    width:20%;
    text-align:center;
}

.nav-logo{
    width:50%;
    padding:0.6rem;
}

.list-items{
    display:inline-block;
    padding-left:2rem;
    padding-right:2rem;
}

.nav-link-list{
    margin:auto;
}

.list-items a{
    text-decoration:none;
    color:#000;
    font-weight:bold;
}

.nav-links{
    width:60%;
    display:flex;
    align-self :center;
    text-align:center;
}

.nav-quote{
    display:flex;
    width:20%;
    text-align:center;
}

.nav-quote a{
    margin:auto;
    width:100%;
    height:50%;
    align-self:center;
}

.quote-button{
    height:100%;
    text-wrap:nowrap;
    margin:auto;
    min-width:40%;
    font-weight:bold;
    font-size:1.1rem;
    border:none;
    border-radius:0.4rem;
    background-color:#dca43f;
    box-shadow: 2px 2px 2px grey;
}

/* Heading */
.section-heading{
    margin-top:3rem;
    margin-bottom:2rem;
}

.content h1{
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size: 4rem;
}


.section-heading h1{
    text-align:left;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size:2.7rem;
}

.section-heading hr{
    background-color:#dca43f;
    border:#B0B0B0;
    font-weight:900;
    width:20%;
    height:0.8vh;
    /* margin:auto; */
}

.about-us-text{
    width:60%;
    margin:auto;
    font-family:'Martel';
    font-size:1.2rem;
}

.about-row{
    display:flex;
    width:60%;
    margin:auto;
    margin-top:3rem;
    margin-bottom: 3rem;
}

.about-row .col-image{
    width:50%;
    text-align:center;
    display:flex;
}

.about-row .col-text{
    width:50%;
    font-family:'Martel';
    /* text-align:center; */
}


.about-row .col-image img{
    width:80%;
    border-radius:50%;
    align-self: center;
    margin:auto;
}

/* Footer */
.footer{
    display:flex;
    padding: 3rem 3rem 3rem 3rem;
    background:#E0E0E0;
}

.footer .section:nth-child(1){
    width:40%;
}

.footer .section:nth-child(2){
    width:20%;
}

.footer .section:nth-child(3){
    width:20%;
}

.footer .section:nth-child(4){
    width:20%;
}

.footer-copyright{
    display:flex;
    text-align:center;
    background:#dca43f;
    height:5vh;
}

.footer .section:nth-child(1){
    /* background:black; */
    display:flex;
}

.footer .section:nth-child(1) img{
    align-self:center;
    width:40%;
}


.footer .section ul li{
    list-style-type:none;
    padding-top:0.5vw;
}

.gallery-ul{
    list-style-image:url("../images/house-gear.svg");
}

.contact-us-section li:nth-child(1){
    list-style-image:url("../images/geo-alt.svg");
}

.contact-us-section li:nth-child(2){
    list-style-image:url("../images/telephone.svg")
}

.contact-us-section li:nth-child(3){
    list-style-image:url("../images/telephone.svg")
}

.contact-us-section li:nth-child(4){
    list-style-image:url("../images/envelope.svg")
}


.copyright{
    align-self:center;
    width:100%;
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size:1vw;
}

.footer .section ul li a{
    text-decoration:none;
    color:#000;
}

.footer h5{
    font-family: 'Cormorant Garamond';
    font-size:2.5rem;
    font-weight:bold;
}

.footer h6{
    font-size:1.2rem;
}

.footer-icons{
    align-self:center;
}

.footer-icon{
    display:inline-block;
}

.footer-icon svg{
    padding-left:0;
    padding-right:0.7rem;
    padding-top:0.7rem;
    padding-bottom:0.7rem;
    height:1.5rem;
    width:1.5rem;
}

.footer-icons a{
    color:#000;
    text-decoration:none;
}

.footer-icon:hover svg{
    color:#fff;
}

/* End footer */

.nav-icon{
    display:none;
}

.show-navbar{
    height:100vh;
    z-index: 1;
    position:absolute;
}

.show-welcome{
    z-index:-1;
    display:none;
}

.show-nav_quote{
    bottom:5vw;
    align-self:flex-end;
    margin-bottom:20vw;
    width:100%;
    text-align:center;
    position:absolute;
}

@media screen and (max-width:1500px){

    .quote-button{
        min-width:70%;
    }  
    
    .nav-logo{
        width:70%;
    }

    .footer .section:nth-child(1) img{
        width:80%;
    }

    .footer .section:nth-child(1){
        width:25%;
    }
    
    .footer .section:nth-child(2){
        width:25%;
    }
    
    .footer .section:nth-child(3){
        width:25%;
    }
    
    .footer .section:nth-child(4){
        width:25%;
    }

    .copyright{
        font-size:1.3rem;
    }
}

@media screen and (max-width:768px){

    .footer .section{
        margin-top:1rem;
    }

    .footer .section:nth-child(1){
        width:100%;
        text-align:center;
    }

    .footer .section:nth-child(1) img{
        margin-left:auto;
        margin-right:auto;
        width:50%;
    }

    .footer .section:nth-child(2){
        width:100%;
    }

    .footer .section:nth-child(3){
        width:100%;
    }

    .footer .section:nth-child(4){
        width:100%;
    }

    .navbar{
        padding:0;
    }

    .copyright{
        font-size:1rem;
    }

    .footer{
        margin-top:3rem;
        padding: 1rem 2rem 1rem 2rem;
        flex-direction: column;
        /* padding: 1rem 2rem 1rem 2rem; */
    }

    .nav-links{
        display:none;    
        position:absolute;
        /* top:15vh; */
        margin:auto;
        width:100%;
    }

    .list-items{
        display:block;
        padding:2rem;
    }

    .nav-image{
        width:60%;
        text-align:left;
    }

    .nav-logo{
        width:70%;
        padding:0.4rem
    }

    .nav-quote{
        display:none;
    }

    .nav-quote button{
        height:10vw;
    }

    .nav-icon{
        display:flex;
    }

    .nav-icon svg{
        padding:0.4rem;
        width:2.5rem;
        height:2.5rem;
    }

    .content h1{
        font-size: 2.5rem;
    }

    .about-us-text{
        width:85%;
        font-size:1rem;
    }

    .about-row{
        flex-direction: column;
        width:85%;
    }

    .about-row .col-image{
        width:100%;
    }
    
    .about-row .col-text{
        width:100%;
    }

    .footer-icon svg{
        padding:0.8rem;
        height:1.5rem;
        width:1.5rem;
    }
    
}