@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran&display=swap');



*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}





.none{
    color: #85705D;
    color: #E8D6CB;
    color: #741F27;
    color: #0E1C36;
    color: #2B4162;
    color: #3185FC;
    font-family: 'Source Sans Pro', sans-serif;
    
}
    
    
    
    
body{
    font-family: 'Source Sans Pro', sans-serif;
}    
    
  /*  
.container-fluid{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(133,112,93,1) 100%);
    
}    
 */   
    
    
.spacer{
    height:50px;
}










/* SECTION SIX BEGIN - CONTACT*/

.six{
    background-color: #0E1C36;
}

.head-p-cs{
    font-size: 4rem;
    font-weight: 600;
    color:white;
    text-align: center;
    padding: 50px 0;
    
}

.sub-p-cs-lg{
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    text-decoration: underline;
    padding: 5px;
}

.sub-p-cs{
    font-size: 1.2rem;
    font-weight: 400;
    color: white;
}

.contact{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 50px 10%;
    text-align: center;
}


/*Social Media Icons*/

.socials{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    
}

.social-link i{
    color:white;
    padding: 50px;
}

.social-link i:hover{
    color:#3e495e;
}


.counter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
}







/* SECTION SIX END - CONTACT*/

    



    
    
/* NAVBAR START */

.topnav {
    overflow: hidden;
    width: 100%;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    background-color: #0E1C36;
    position: fixed;
}

.topnav a {
    float: left;
    display: block;
    text-align: right;
    margin: 10px;
    font-size: 1.5rem;
}

.topnav a {
    color: white;
    text-decoration: none;
}

.topnav a:hover {
    color: 	#3e495e;
    text-decoration: none;
}

.topnav .icon {
    display: none;
}

.topnav .this-page {
    display: none;
}


/* END NAVBAR */
    
    










/* START FOOTER */
    
   .footer{
    background-color:;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width:100%;
    position:static;
    color:;
    font-size: 1.2em;
    padding-top:8px;
    color: white;
    background-color: #0E1C36;
}

.footer a:link{
    color:white;
    text-decoration: none;
    
}

.footer a:hover{
    color: #E8D6CB;
    text-decoration: overline;
}

/* END FOOTER */
























    
    
    
    
    /* NAVBAR */

@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
        color: white;
    }
    .topnav .this-page {
        display: block;
        color: white;
        float: left;
        display: block;
        text-align: center;
        margin: 10px;
        font-size: 2rem;
    }
    .topnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        background-color: #0E1C36;
        margin-top: 20px;
        
    }
    .topnav a.icon {
        float: right;
        display: block;
        font-size: 4em;
    }
    .icon {
        color: white;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav a.icon {
        float: right;
        display: block;
        color: white;
        font-size: 4em;
    }
    
}

    
    
    
    
    
    
    
    










    
    
    
    
    
    

@media screen and (min-width: 320px) and (max-width:580px) {
    #page {
        
    }
}



@media screen and (max-width:1199px) {
    .container-fluid {
        width: 100%;
    }
    body {
        
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
            
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .one{
        background: url(images/background-small.jpg);
        background-size:cover;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;

        /*for parallax*/
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        height:600px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 200px 50px;
        margin: 0;
        
    }
    .head-sub-text-two{
        font-size: 3rem;
    }
    .words, .contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .c-blurb{
        padding: 10px;
    }
    .map, .left, .right{
        width: 100%;
    }
    .review-block{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 20px 20px;
    }
    .heading{
        padding:20px;
    }
    .video-section, .review-links{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .more-reviews{
        padding:10px;
    }
    iframe{
        width:100%;
        height:100%;
    }
    .social-link i{
        padding:10px;
    }
    .socials{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}


@media screen and (max-width:959px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        
    }
    .one{
        background: url(images/background-small.jpg);
        background-size:cover;
        position: relative;
        padding: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        /*for parallax*/
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 50px 0;
        margin: 0;
        
    }
    .head-sub-text-two{
        font-size: 3rem;
    }
    .words, .contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .c-blurb{
        padding: 10px;
    }
    .map, .left, .right{
        width: 100%;
    }
    .review-block{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 20px 20px;
    }
    .heading{
        padding:20px;
    }
    .video-section, .review-links{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .more-reviews{
        padding:10px;
    }
    iframe{
        width:100%;
        height:100%;
    }
    .social-link i{
        padding:10px;
    }
    .socials{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}

@media screen and (max-width:640px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        width:100%;
    }
    .one{
        background: url(images/background-small.jpg);
        background-size:cover;
        position: relative;
        padding: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        /*for parallax*/
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 50px 0;
        margin: 0;
        
    }
    .head-sub-text-two{
        font-size: 3rem;
    }
    .words, .contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .c-blurb{
        padding: 10px;
    }
    .map, .left, .right{
        width: 100%;
    }
    .review-block{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 20px 20px;
    }
    .heading{
        padding:20px;
    }
    .video-section, .review-links{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .more-reviews{
        padding:10px;
    }
    iframe{
        width:100%;
        height:100%;
    }
    .social-link i{
        padding:10px;
    }
    .socials{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}

@media screen and (max-width:360px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        width:100%;
    }
    .one{
        background: url(images/background-small.jpg);
        background-size:cover;
        position: relative;
        padding: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        /*for parallax*/
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 50px 0;
        margin: 0;
        
    }
    .head-sub-text-two{
        font-size: 3rem;
    }
    .words, .contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .c-blurb{
        padding: 10px;
    }
    .map, .left, .right{
        width: 100%;
    }
    .review-block{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 20px 20px;
    }
    .heading{
        padding:20px;
    }
    .video-section, .review-links{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .more-reviews{
        padding:10px;
    }
    iframe{
        width:100%;
        height:100%;
    }
    .social-link i{
        padding:10px;
    }
    .socials{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}

@media screen and (max-width:320px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        width:100%;
    }
    .one{
        background: url(images/background-small.jpg);
        background-size:cover;
        position: relative;
        padding: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        /*for parallax*/
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 50px 0;
        margin: 0;
        
    }
    .head-sub-text-two{
        font-size: 3rem;
    }
    .words, .contact{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .c-blurb{
        padding: 10px;
    }
    .map, .left, .right{
        width: 100%;
    }
    .review-block{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 20px 20px;
    }
    .heading{
        padding:20px;
    }
    .video-section, .review-links{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .more-reviews{
        padding:10px;
    }
    iframe{
        width:100%;
        height:100%;
    }
    .social-link i{
        padding:10px;
    }
    .socials{
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}
    