@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 ONE BEGIN - OPENING*/



.buffer{
    
}


.heading{
    
    text-align: center;
    margin-bottom: 100px;
    padding: 100px;
    background-color: #0E1C36;
    color: white;
}




.logo{
    width:100%;
    
}





.head-p{
    font-size: 4rem;
    font-weight: 600;
    color: #0E1C36;
    text-align: center;
    padding-bottom: 50px;
}



.intro-p{
    font-size: 2.2rem;
    font-weight: 500;
    margin: 30px 10%;
    color: #0E1C36;
    text-align: center;
}





    
/* SECTION ONE END - OPENING*/    



/* SECTION FOUR BEGIN - PROJECTS*/

#projects, #about{
    margin: 50px;
}

.four{
    padding-bottom: 5%;
}   

.before-after{
    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;
    text-align: center;
}

.project-intro-p{
    font-weight: 600;
}

.project-image{
    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-preferred-size:50%;
    flex-basis: 50%;
    padding: 2% 1%;
}
    
    
    
    
    
    
    
    
/* 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 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;
    }
    
}


@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;
        
    }
   
}

@media screen and (max-width:640px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        width:100%;
    }
    
}

@media screen and (max-width:360px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        width:100%;
    }
    
}

@media screen and (max-width:320px) {
    .container-fluid {
        width: 100%;
    }
    body {
        width: 100%;
    }
    .topnav{
        margin: 0;
    }
    .spacer{
        display: none;
    }
    .logo {
        width:100%;
    }
    
}
    