@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: ;
    color: #1792C3;
    color: #9ED2A1;
    color: #E7CF85;
    color: #193B72;
    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 ONE BEGIN - OPENING*/

.one{
    background: url(images/background.jpg);
    background-size:cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*for parallax*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
    height:900px;
}

.buffer{
    
}

.house-image{
    margin-top:100px;
}


.heading{
    text-align: center;
    padding: 100px;
    background-color: #1792C3;
    color: white;
}



.head-text{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 5rem;
    font-weight: 900;
    
}

.head-sub-text-one{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    
}

.head-sub-text-two{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: white;
}


.logo{
    
    
    z-index: 5;
    
}


    
/* SECTION ONE END - OPENING*/    






/* SECTION TWO BEGIN - ABOUT*/

.two{
    padding: 0 0 0 0;
}



/*Blue Text*/

.head-p{
    font-size: 4rem;
    font-weight: 600;
    color: #193B72;
    text-align: center;
    padding-bottom: 50px;
}

.sub-p{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 30px;
    color: #193B72;
}

.intro-p{
    font-size: 2.2rem;
    font-weight: 500;
    margin: 30px 10%;
    color: #193B72;
    text-align: center;
}


/*White Text*/

.head-p-white{
    font-size: 3rem;
    font-weight: 600;
    color: white;
    text-align: center;
    padding-bottom: 50px;
    
}

.intro-p-white{
    font-size: 2rem;
    font-weight: 500;
    margin: 30px 10%;
    color: white;
    text-align: center;
}

.white-text-sub{
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    text-align: center;
    
}

.sub-p-white{
    font-size: 1.5rem;
    font-weight: 500;
    margin: 30px;
    color: white;
    text-align: center;
    /* padding-bottom: 50px; */
}





/* Contact Form*/

.contact-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
}

input{
    width:40%;
    height:40px;
    margin:10px;
    padding: 5px;
}

textarea{
    width:40%;
    height:100px;
    margin:10px;
    padding: 5px;
}

button{
    width:20%;
    height:40px;
    margin:10px;
    padding: 5px;
    background-color: #193B72;
    border:none;
    border-radius: 5px;
    color:white;
}

button:hover{
    background-color: #3e495e;
    color: white;
    border:none;
}


















.words{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    text-align: center;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 20px 10%;
}

.img-one{
    -webkit-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.75);
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}








/*Video Section*/

.video-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}















/* SECTION TWO END - ABOUT*/

    




.shade{
    
}




/* SECTION THREE BEGIN - SERVICES*/

/* SECTION THREE END - SERVICES*/





/* SECTION FOUR BEGIN - PROJECTS*/

#projects{
    margin: 50px;
}

.four{
    padding-bottom: 5%;
}   

.project-intro-p{
    font-weight: 600;
}

.gallery{
    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-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.left{
    margin: 20px;
}
    
    
    
    
    
    
    
    
/* ANIMATIONS */    
    
.left {
    position: relative;
    left: -1500px;
    -webkit-animation: slide 2s forwards;
    animation: slide 2s forwards;
    box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}



.right {
    position: relative;
    left: 1500px;
    -webkit-animation: slide 2s forwards;
    animation: slide 2s forwards;
    box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}





/* SECTION FOUR END - PROJECTS*/






/* SECTION FIVE BEGIN - REVIEWS*/
#reviews{
    margin: 50px;
}

.reviews-section{
    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;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    
}

.review-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    background-color: #E8D6CB;
    margin: 40px 0;
    padding: 0 30px 30px 30px;
    box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 19px 2px rgba(0,0,0,0.75);
    
}

.review-quote{
    font-size: 5rem;
    color:#0E1C36;
    font-family: 'Catamaran', sans-serif;
}

.end{
    text-align: end;
}

.reviews{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    font-weight: 400;
    color: #0E1C36;
}



.review-customer{
    font-size: 1.5rem;
    font-weight: 300;
    color: #0E1C36;
    text-align: center;
}


/*Added Reviews Section*/

.more-reviews{
    padding:100px;
}

.review-links{
    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;
    text-align: center;
}

.review-link-box{
    margin: 40px;
}

.sub-p-review{
    font-size: 2rem;
    margin: 10px;
}

.review-link i{
    font-size: 3rem;
    color:#0E1C36;
}

.review-link i:hover{
    color:#3e495e;
}










/* SECTION FIVE END - REVIEWS*/





/* SECTION SIX BEGIN - CONTACT*/

.six{
    background-color: #1792C3;
}





.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;
    font-size: 3rem;
    margin: 50px;
}

.social-link i:hover{
    color:#3e495e;
}



/* 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: #193B72;
    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: #E8D6CB;
    text-decoration: none;
}

.topnav .icon {
    display: none;
}

.topnav .this-page {
    display: none;
}


/* END NAVBAR */
    
    










/* START FOOTER */
    
   .footer{
    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: #193B72;
}

.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 {
        margin: 10px;
    }
    
    .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, .house-image{
        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{
        margin:10px;
    }
}


@media screen and (max-width:959px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        height:400px;
        width:400px;
        margin: 10px;
    }
    .one{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        
    }
    
    .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, .house-image{
        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{
        margin:10px;
    }
    
}

@media screen and (max-width:640px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        height:300px;
        width:300px;
        margin: 10px;
    }
    .one{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        
    }
    .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, .house-image{
        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{
        margin:10px;
    }
    
}

@media screen and (max-width:360px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        height:300px;
        width:300px;
        margin: 10px;
    }
    .one{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        
    }
    .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, .house-image{
        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{
        margin:10px;
    }
    
}

@media screen and (max-width:320px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        height:300px;
        width:300px;
        margin: 10px;
    }
    .one{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        
    }
    .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, .house-image{
        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{
        margin:10px;
    }
    
}
    