@charset "utf-8";
/* CSS Document */



.container {
    max-width: 1300px;
    margin: 0 auto;
    background-color: #057788;
    padding-top: -5px;
}

.container_about {
    max-width: 1300px;
    margin: 0 auto;
    background-color: white;
    padding-top: -5px;
}

.container_project {
    max-width: 1300px;
    margin: 0 auto;
    background-color: white;
    padding-top: -5px;
}

.site_hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(website_hero1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
    max-width: 100%;
    text-align: right;
}



.about_hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(aboutus_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
    max-width: 100%;
    text-align: right;
    margin-bottom: -20px;
}


.services_hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url(services_hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 550px;
    max-width: 100%;
    text-align: right;
    margin-bottom: -20px;
}

.project_hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(services_hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 550px;
    max-width: 100%;
    text-align: right;
    margin-bottom: -20px;
}

.project_picture {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(sitedesign.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 470px;
    max-width: 100%;
    margin-bottom: -470px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.p-rectangle {
    margin-top: 20px;
    height: 113%;
    width: 100%;
    background: rgb(131, 16, 111);
    background: radial-gradient(circle, rgba(131, 16, 111, 0.4682247899159664) 100%, rgba(83, 27, 180, 1) 100%);
    padding-bottom: -100px;
}

.p-rectangle1 {
    margin-top: 30px;
    height: 460px;
    width: 100%;
    background: rgb(131, 16, 111);
    background: radial-gradient(circle, rgba(131, 16, 111, 0.4682247899159664) 100%, rgba(83, 27, 180, 1) 100%);
    padding-bottom: -100px;
    margin-bottom: 100px;
}

div.underline {
    text-decoration-line: underline;
    text-decoration-style: solid;
}

/* 1rem = 16 html px , auto will horizontally center the element */

.contact-form {
    max-width: 500px;
    margin: -2rem auto;
    padding: 2rem;
    padding-bottom: -30px;

}

.contact-form h2 {
    padding-top: 10px;
}



.contact-form-text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    border: 2px solid white;
    padding: 20px 35px;
    margin: 10px 0;
    outline: none;
    font-color: white;
    background-color: transparent;
    font-size: 15px;

}

.contact-form-btn {
    width: 100%;
    padding: 10px;
}

.contact-form-btn:hover {
    background-color: darkviolet;
}


ul.topnav {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    overflow: hidden;

}


ul.topnav li {

    float: left;
}

ul.topnav li a {
    display: block;
    text-align: left;
    color: white;
    padding: 14px 16px;
    text-decoration: none;

}

ul.topnav li a:hover:not(.active) {
    background-color: #B490D3;
}

ul.topnav li a.active {
    background-color: #4CAF50;
}

ul.topnav li.right {
    float: right;
}

@media screen and (max-width: 600px) {

    ul.topnav li.right,
    ul.topnav li {
        float: none;
    }
}

/*vw = will fit to the size of the mobile screen, take up space accordingly, larger vw# = larger font*/

@media screen and (max-width:600px) {}

@media screen and (max-width:600px) {

    .contact-form h2 {
        font-size: 5vw;
        font-color: black;
    }

    .bodycopy1 {
        font-size: 3.75vw;
    }

}

@media screen and (max-width: 600px) {

    .container {
        max-width: 100%;
    }

    .about_hero {
        width: 100%;
        background-position: center;
        display: inline-block;
    }

    /*.internalcontainerL{
			width:50%;
		}	
		.internalcontainerR{
			width:50%;
		}	
	*/
}



/* @media screen and (max-width:600px) {
	.flex-holdingcontainer {
		flex-flow:row wrap;
	}

	.internalcontainerR{
	width:100%;	
	}
	
	.internalcontainerR p{
	font-size:2vw;
	width:100%;	
	}

	.internalcontainerR p{
	font-size:2vw;
	
	}

	.internalcontainerL {
		width:100%;
		order:1;
	}
	.internalcontainerR {
		order:2;
		width:100%;
	}
}*/




body {
    margin-top: -50px;
    padding: 0px;
    font-size: 15px;
    font-family: Amiko, sans-serif;
    color: #ebebeb;
}

.FlexWrapper {
    background-color: indigo;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    justify-content: center;

}

.FlexItems {
    display: flex;
    align-items: center;
    min-height: 6.25rem;
    padding: 1rem;
    color: black;
}


.flexitem {
    display: flex;
    align-items: center;
    min-height: 1.25rem;
    padding: .75rem;
    font-size: 18px;
}


.FlexHeader {
    background: rgba(134, 224, 220, 0.84);
    order: 1;
}


.FlexItems1 {
    display: flex;
    align-items: center;
    height: 10px;
    padding: 1rem;
}

.flextitle1 {
    color: white;

}

.flextitle2 {
    color: white;
}

.FlexContent {
    background: rgba(169, 245, 185, 0.84);
    order: 2;
    min-height: 3rem;
}

/*.FlexSideOne {
	background-color: #FFD34E;
	order: 3;
	width:100%;
} */

/*.FlexSideTwo {
	background-color: #DB9E36;
	order: 4;
}

.FlexFooter {
	background-color: #BD4932;
	order: 5;*/
@media (min-width: 30rem) {
    .FlexWrapper {
        flex-flow: row wrap;
    }

    .FlexHeader {
        width: 100%;
        min-height: 3rem;
    }

    .FlexContent {
        flex: 1;
        order: 3;
    }

    .FlexItems {
        min-height: 0;
    }

    /*.FlexSideOne {
		width: 100%;
		order: 2;
	}
	.FlexSideTwo {
		width: 150px;
		order: 4;
	}
	.FlexFooter {
		width: 100%;
	}*/
}


banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-item: center;
    justify-content: center;
}


.gallery {
    margin: 20px 50px;
}

.gallery img {
    width: 100%;
    padding: 0px;
    filter: grayscale(30%);
    transition: 1s;
    max-width: 100%;
    margin-bottom: 30px;
    min-height: 20vw;
}

.gallery img:hover {

    transform: scale(1.1);
}

.gallery1 img {
    width: 400px;
    padding: 0px;
    filter: grayscale(30%);
    transition: 1s;
}

.text-box1 {
    color: white;
    font-size: 15px;
    text-align: center;
    right: 4%;
    position: absolute;
    transform: translate(-70%);
    margin-bottom: 25px;
    margin-top: 110px;
    margin-right: 15px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
}

.text-box2 {
    color: white;
    font-size: 15px;

    text-align: center;
    right: 1%;
    position: absolute;
    transform: translate(-70%);
    margin-bottom: 25px;
    margin-top: 110px;
    margin-right: 15px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
}

.text-box3 {
    color: white;
    font-size: 15px;
    text-align: center;
    right: -43%;
    position: absolute;
    transform: translate(-70%);
    margin-bottom: 25px;
    margin-top: 110px;
    margin-right: 15px;
    padding-left: 45px;
    padding-right: 45px;
    background-color: rgba(0, 0, 0, 0.7);
    display: inline-block;
}


body.container {
    margin-top: 15px;

}

/*
.logo img{
	
	max-width:20%;
	max-height:35px;
	
	position:-webkit-sticky;
	position:sticky;
	top:0%;
	left:230px;
	right:0;
	margin:0;
}
*/
body,
html {
    background-color: darkgrey;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: darkgray;
    height: 100%;
}

.img-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0;

}

.img-area .single-img {
    padding: 0px;
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

.containme {
    width: 100%;
}


.aboutpicture {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(medium_about_pic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 470px;
    max-width: 100%;
    margin-bottom: -478px;
    margin-top: 0px;
    padding-top: 10px;

}

.projectpic {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(projects1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 470px;
    max-width: 100%;
    margin-bottom: -680px;
    margin-top: 0px;
    padding-top: 10px;

}

.contactpic {
    background-image: url(contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
    max-width: 100%;
    margin-bottom: -720px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_1 {}

.section_1 .inner_2 {
    max-width: 100%;
    width: calc(100% - 2rem);
}

.section_1 .inner_3 {}


.servicepicture {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(service2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 600px;
    max-width: 100%;
    margin-bottom: -480px;
    margin-top: 0px;
    padding-top: 10px;

}


.bannertext h2 {
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: -15px;
}

.cbannertext h1 {
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: -15px;
    text-align: center;

}


.projtext {

    margin-bottom: -15px;
    font-size: 40px;
    float: rigt;
}

.hero-text {
    text-align: center;
    top: 1%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    font-size: 35px;
    color: white;
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    .hero-text {
        font-size: 4.5vw;
    }
}

.hero-text h1 {
    color: White;
    font-size: 42px;
    max-width: 100%;
}



.aboutbanner {
    background-color: #662d91;
    color: white;
    padding-top: 0px;
    padding-bottom: 15px;

}

.contactbanner {
    background-color: #662d91;
    color: white;
    padding-top: 15px;
    padding-bottom: 25px;

}

.projbanner {
    background-color: #662d91;
    color: white;
    margin-top: -28px;
    padding-bottom: 5px;

}

.projbanner h1 {

    color: white;
    padding-top: 22px;
    padding-bottom: -16px;
    text-align: center;
    margin-bottom: 10px;
}

.img-area1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0;

}

.servicebanner {
    background-color: #662d91;
    color: white;
    padding-top: 40px;
    padding-bottom: 20px;
}

.servicebannertext h1 {
    padding-top: 5px;
    padding-bottom: 30px;
    margin-bottom: -30px;
    margin-top: -5px;
    text-align: center;
}

.single-img {
    padding: 0px;
    width: 400px;
}

/*.about-img{
  margin: auto;
  max-width: 30%;
  padding: 0px;
}
*/
img {
    float: right;
}

img {
    padding-right: 15px;
}

.clearfix {
    overflow: auto;
}

p {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

p {
    padding-left: 10px;
    padding-right: 25px;
}

.single-img:hover {
    opacity: 0.3;
    transition: .7s;
}



.text-block {
    font-family: Trirong, serif;
    color: white;
    font-size: 20px;
    text-align: center;
    top: 19%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 15px;
    padding-left: 12px;
    padding-right: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;

}

/*
.sectiontop{
	margin-top:
}
*/
.text-block1 {
    font-family: Trirong, serif;
    color: purple;

    font-size: 2em;
    top: 5%;
    left: 50%;
    position: absolute;
    transform: translate(-40%);
    margin-bottom: 10px;
    margin-top: 30px;
    margin-right: 15px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;

}


.text-projblock {
    font-family: Trirong, serif;
    color: white;
    font-size: 20px;
    text-align: center;
    top: 19%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-style: solid;
    border-width: thick;
    border-color: white;
}

.text-projblock h1 {
    padding-left: 5px;
    padding-right: 5px;
}

.text-block15 {
    font-family: Trirong, serif;
    color: black;
    font-size: 40px;
    text-align: center;
    top: 5%;
    left: 30%;
    position: absolute;
    transform: translate(-60%);
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: -10px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    font-weight: bold;

}

.flex-holdingcontainer {

    display: flex;
    flex-direction: column;
    max-width: 100%;
    /*margin-top:50px;*/
    /*margin-bottom:50px;*/
    /*text-align:center;*/
    font-size: 14px;

}


.internalcontainerL {

    /* flex:1; 
	order:1;
	/* flex:1 = let all the flexible items be the same length*/
    background: rgba(134, 224, 220, 0.84);
    font-size: 12px;
    font-family: Amiko, sans-serif;
    padding: 2px;
    /*margin-top: 50px; */
    /*margin-bottom: 50px;*/


}

*/ .internalcontainerL h2 {
    font-size: 30px;
}

.internalcontainerR {

    /*flex:1;*/
    order: 2;
    background: rgba(169, 245, 185, 0.84);
    font-size: 12px;
    font-family: Amiko, sans-serif;
    padding: 2px;
    /*margin-top: 50px; */
    /*margin-bottom: 50px;*/
}

.internalcontainerR h2 {
    font-size: 30px;
}


.internalcontainerbleft {
    flex: 1;
    float: left;
}


/*.float-container {
   
    padding: 90px;
	width:80%;
	text-align:center;
	display: inline-block;
	position:relative;
	margin:20px auto;
}*/




.float-child {
    width: 40%;
    float: left;
    padding: 15px;
    border: 2px solid red;

}


.aboutus {
    font-family: Trirong, serif;
    color: black;
    font-size: 3.5vw;
    text-align: left;
    top: 7%;
    left: 25%;
    position: absolute;
    transform: translate(-50%);
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    font-weight: bold;
}

html {
    height: 100%;
    width: 100%;
}

.flex-container {
    display: flex;
    align-items: stretch;
    background-color: #662d91;

}

.flex-container>div {
    background-color: #662d91;
    color: white;
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-family: Amiko, sans-serif;

}

html,
body {
    height: 100vh;
}


.brownline1 {
    max-width: 1300px;
    height: 15px;
    background-color: #875a2b;
    margin-bottom: 0px;
    margin-top: 0px;
}

.brownline2 {
    max-width: 1300px;
    height: 15px;
    background-color: #875a2b;
    margin-bottom: -20px;
    margin-top: 475px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.brownline3 {
    max-width: 100%;
    height: 15px;
    background-color: #875a2b;
    margin-bottom: -30px;
    margin-top: 475px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.line {

    height: 15px;
    background-color: #875a2b;
    margin-bottom: 15px;
    margin-top: 0px;
    max-width: 100%;
}

.line1 {

    height: 1px;
    background-color: #433b3b;
    margin-top: -25px;
    margin-bottom: 30px;
    padding-top: -20px;
    max-width: 100%;
}


.bottom-text {
    font-family: Amiko;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 30px;
}

.line2 {
    max-width: 1300px;
    height: 1px;
    background-color: #433b3b;
    margin-top: -5px;
    margin-bottom: 15px;
    max-width: 100%;

}

.our-work {
    font-family: Trirong;

    color: goldenrod;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

.undernav-text {
    font-family: Trirong;
    text-transform: uppercase;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 30px;

    font-size: 30px;

}

h1 {
    font-size: 2.5vw;
    padding-top: -5px;
}

.contact-us {
    font-family: Amiko;
    text-align: center;
    font-size: 35px;
    margin-top: 45px;
}

h2 {
    text-align: center;
    font-family: Amiko;
    margin-bottom: 30px;
}

.bodycopy {
    font-family: Amiko;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 30px;
}

.bodycopy1 {

    font-family: Amiko;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 150px;
    color: white;

}

h3 {
    text-align: center;
    font-family: Amiko;
    padding-left: 5px;
    margin-top: 35px;
    margin-bottom: 40px;
}

.undernav-heading {
    font-family: Trirong, serif;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    color: goldenrod;
    font-weight: bold;
    max-width: 100%;
    font-size: 30px;
}

.undernav-aboutheading {
    font-family: Trirong, serif;
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: white;
    font-weight: bold;
    max-width: 100%;

}


.btn {

    padding: .5em .5em;

    font-size: 1em;
    color: white;
    text-decoration: none;
    font-family: Amiko;
    text-transform: uppercase;
    margin-left: 5px;
}

.aboutline {
    max-width: 1300px;
    height: 15px;
    background-color: #875a2b;
    margin-bottom: 0px;
    padding-top: -20px;
    max-width: 100%;

}

.projectline {
    max-width: 1300px;
    height: 15px;
    background-color: #875a2b;
    margin-bottom: 0px;
    padding-top: -30px;
    margin-top: 0px;

}



.button-box {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 10px;
    background-color: #000000;
    color: #F3F1F1;

}

.button-box:hover {
    background-color: burlywood;
}

footer {
    width: 100%;
    background-color: #534c4c;
    padding: 30px 0px;
    margin-top: 30px;


}

footer p {
    text-align: center;
    font-family: Trirong, serif;
    padding-top: 10px;
    margin-bottom: -10px;
}


.fa {
    padding: 10px;
    font-size: 20px !important;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    transition: .4s;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa:hover {
    opacity: 0.7;
    transform: translateY(-6px);
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.socialmedia {
    text-align: center;
    padding-bottom: 45px;
}

.socialmedia_c {
    text-align: center;
    padding-bottom: 45px;
    padding-top: 25px;
}



.wrapper {
    font-family: Amiko, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    color: black;
    font-weight: bold;
}

.phone-number {
    font-size: 16px;
}

.wrapper a {
    color: black;
    text-decoration: none;
    padding: 8px 15px;
    transition: .4s;
}

.wrapper a:hover {
    background-color: silver;
}

#footer {

    width: 100%;
    background-color: #534c4c;
    padding: 0px;
    margin-top: 680px;
    position: relative;
    clear: both;

}

#footer_c {

    width: 100%;
    background-color: #534c4c;
    padding: 0px;
    margin-top: 720px;
    position: relative;
    clear: both;

}

#footer-proj {

    width: 100%;
    background-color: #534c4c;
    padding-top: 20px;
    margin-top: 680px;
    position: relative;
    clear: both;

}


.color_dark {
    color: #333;
}

.mobile_menu_btn {
    cursor: pointer;
    position: fixed;
    z-index: 11;
    right: 15px;
    top: 15px;
    background-color: #000;
    padding: 2px 4px;
    display: none;
}

.mobile_menu_btn img {
    height: 30px;
    padding: 0;
}

.main_menu.on ul.topnav {
    opacity: 1;
    top: 0;
}

/*responsive*/

@media only screen and (max-width: 766px) {
    .servicepicture {
        padding-bottom: 50px;
    }
    .img-area {
    flex-direction: column;
}

    .gallery img {
        height: auto;
        min-height: auto;
    }
    
    .img-area .single-img {
    width: 100%;
    max-width: 350px;
}

    .text-projblock {
    width: 88%;
    background-color: #0000009e;
    top: 30%;
}
    h1 {
    font-size: 26px;
}



}

@media only screen and (max-width: 600px) {
    .bodycopy1 {
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .wrapper a {
        padding: 5px;
    }

    .mobile_menu_btn {
        display: block;
    }


    ul.topnav {
        float: none;
        z-index: 10;
        position: fixed;
        width: 100%;
        background: #000;
        top: -300px;
        left: 0;
        padding-top: 57px;
        transition: .3s;
        opacity: 0;
    }


}