@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;

}

html{
    scroll-behavior: smooth;
}

body{
    background:#fff;
}

.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;
}

.content h1{
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size: 4rem;
}

.contact-boxes{
    display:grid;
    grid-template-columns: auto auto auto;
    width:80%;
    margin:auto;
}

.contact-box{
    text-align:center;
    background:#fff;
    margin:1rem;
    padding:2rem;
    box-shadow: 5px 10px 8px #888888;
}

.contact-icons{
    margin-bottom:2rem;
}

.contact-icons svg{
    padding:1.2rem;
    background:#dca43f;
    border-radius:50%;
    height:2.5rem;
    width:2.5rem;
    color:#fff;
}

.contact-text{
    width:85%;
    margin:auto;
    font-family: 'Martel';
    font-size:1rem;
}

.contact-box h4{
    font-size:1.6rem;
}

.section-heading{
    margin-top:2rem;
    margin-bottom:2rem;
}

.section-heading h1{
    text-align:center;
    font-family: 'Cormorant Garamond';
    font-weight:bold;
    font-size:2.7rem;
}

.section-heading hr{
    background-color:#dca43f;
    border:#B0B0B0;
    font-weight:900;
    width:7%;
    height:1vh;
    margin:auto;
}

.find{
    background-image:url("../images/background-image.png");
    background-size:100% 100%;
    padding-bottom:2vh;
}

.map iframe{
    width:100%;
    height:60vh;
}

.map{
    width:80%;
    margin:auto;
    margin-top:1rem;
}

.form-control{
    display:block;
}

.quote{
    width:80%;
    margin:auto;
    margin-top:2vh;
}

.contact-image{
    width:100%;
    border-radius:1rem;
}

.quote-image{
    width:50%;
}

.quote-contents{
    width:100%;
    display:flex;
}

.quote-form{
    padding-left:3rem;
}

.form-control{
    width:95%;
    height: 5vh;
    text-indent:1rem;
    margin-bottom:1rem;
    font-size:1.2rem;
}

.quote-submit{
    background-color: #dca43f;
    min-width:30%;
    height:5vh;
    box-shadow: 2px 2px 2px grey;
    border:none;
    font-weight:bold;
    font-size:1.2rem;
}

.quote-form h3{
    color:#dca43f;
    font-weight:bold;
    font-size:1.4rem;
    margin-bottom:1rem; 
}

/* Footer */
.footer{
    margin-top:3rem;
    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; */
    }

    .slider, .slider2, .slider3, .slider4, .slider5{
        height:400px;
        width:95%;
    }

    .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{
        /* align-self:center; */
        padding:0.4rem;
        width:2.5rem;
        height:2.5rem;
    }

    .content h1{
        font-size: 2.5rem;
    }

    .section-heading{
        margin-top:1.5rem;
        margin-bottom:1.5rem;
    }

    .section-heading h1{
        font-size:1.8rem;
    }
    
    .section-heading hr{
        width:20%;
    }

    .contact-boxes{
        grid-template-columns: auto;
        padding-left:0;
        padding-right:0;
        width:100%
    }
    
    .contact-box{
        text-align:center;
        background:#fff;
        margin:1rem;
        /* padding:2rem; */
        box-shadow: 5px 10px 8px #888888;
    }
    
    .contact-icons{
        margin-bottom:1rem;
    }
    
    .contact-icons svg{
        padding:1rem;
        height:2rem;
        width:2rem;
    }
    
    .contact-text{
        width:85%;
        margin:auto;
        font-family: 'Martel';
        font-size:0.9rem;
    }
    
    .contact-box h4{
        font-size:1.4rem;
    }

    .quote{
        width:90%;
        margin:auto;
        margin-top:2vh;
    }
    
    .contact-image{
        width:100%;
        border-radius:1rem;
    }
    
    .quote-image{
        display:none;
    }
    
    .quote-contents{
        width:100%;
        display:flex;
    }
    
    .quote-form{
        padding-left:0rem;
    }

    form{
        width:100%;
    }
    
    .form-control{
        width:100%;
        height: 5vh;
    }
    
    .quote-submit{
        background-color: #dca43f;
        min-width:40%;
        margin:auto;
    }
    
    .quote-form h3{
        color:#dca43f;
        font-weight:bold;
        font-size:1.4rem;
        margin-bottom:1rem; 
    }

    .footer-icon svg{
        padding:0.8rem;
        height:1.5rem;
        width:1.5rem;
    }
}