/* main content section */
.main-view {
    background-image: url(../images/sea&birds.jpg);
    padding: 100px; 
    height:550px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.main-view > .image-heading{
    color: #666666;
    font-size: 1.4em;
    display: flex;
    justify-content: right;
    padding: 60px 20px;
    text-align: center;
    line-height: 2.2em;
}


.main-view > .image-heading h2{
    /* font-family: 'Rubik', sans-serif; */
    max-width: 500px;
    font-weight: 100;
}

.home-wrapper > .home-heading{
    font-size: 1.3em;
    text-align: center;
    padding: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.home-wrapper > .home-heading h1{
  color: #bc9d5b;
}


.home-wrapper > .home-content{
    margin-top: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0px 50px;
    margin-bottom: 45px;
    text-align: center;
    font-size: 1.22em;
    color: #666;
    font-weight: 100;
    line-height: 2.3em;
}

.background-image{
    background-image: url(../images/pathInNature.jpg);
    padding: 100px; 
    height:500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.contact-quote{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.5em;
    max-width: 1200px;
    margin-bottom: 50px;
    width: 80%;
    color: #3f3f3f;
}

.contact-quote h4{
    font-weight: 100;
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 200px;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    color: #414141;
    max-width: 800px;
    line-height: 1.7em;
}



@media all and (max-width: 980px){
    .main-view {
        height: 440px;
        background-image: url(../images/sea&birds3.jpg);
    }

    .main-view > .image-heading{
        font-size: 1.2em;
    }
    

    .home-wrapper > .home-content{
        margin-bottom: 25px;
    }

    .home-wrapper > .home-content{
        line-height: 2em;
    }

    .contact-quote h3,h4{
        padding: 10px 15px;
    }

}

@media all and (max-width: 760px){
    .contact-quote h3,h4{
        font-weight: 100;
        font-size: 0.7em;
    }

    .main-view {
        height: 370px;
    } 

    .main-view > .image-heading{
        font-size: 1em;
    }
    
    .contact-quote h4{
        font-size: 0.7em;
        padding: 10px 60px;
        min-width: 250px;
    }
}

@media all and (max-width: 485px){
    .main-view {
        height: 400px;       
    }
    .main-view > .image-heading{
        margin-top: 70px;
        padding: 40px 0px 0px 0px; 
    }
}

@media all and (max-width: 420px){
    .home-wrapper > .home-content{
        line-height: 1.5em;
        padding: 0px 20px;
    }

    .main-view > .image-heading{
        font-size: 0.8em; 
        line-height: 1.7em;
        padding: 0px 0px;
    }
}