html, body {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
	overflow-x: hidden !important;
}
.navlinks {
	text-decoration: none;
	color: #FFFFFF;
}
.navlinks:visited {
	text-decoration: none;
	color: #FFFFFF; 
}
.navlinks2 {
	text-decoration: none;
	color: white;
}
.navlinks2:visited {
	text-decoration: none;
	color: white; 
}
.navlinks3 {
	text-decoration: none;
	color: white;
}
.navlinks3:hover {
	text-decoration: none;
	color: black !important;
}
.navlinks3:visited {
	text-decoration: none;
	color: white;
}
.navlinks4 {
	color: #729FCF;
	font-weight: 900;
	text-decoration: none;
	font-family: Arial;
}
.navlinks4:hover {
	text-decoration: underline;
}
.navlinks4:visited {
	color: #729FCF;
	text-decoration: none;
}
.headerinfo {
	display: inline-block;
	position: absolute;
	height: 1.85vw;
	width: 100%;
	background-color: white;
	z-index: 99999999999999;
}
@media screen and (max-width: 1800px) {
	.headerinfo {
		height: 3vw;
	}
}
@media screen and (max-width: 1600px) {
	.headerinfo {
		height: 3vw;
	}
}
@media screen and (max-width: 1350px) {
	.headerinfo {
		height: 3.2vw;
	}
}
@media screen and (max-width: 1250px) {
	.headerinfo {
		height: 3.1vw;
	}
}
@media screen and (max-width: 1100px) {
	.headerinfo {
		height: 3.5vw;
	}
}
@media screen and (max-width: 1000px) {
	.headerinfo {
		height: 3.6vw;
	}
}
@media screen and (max-width: 900px) {
	.headerinfo {
		background-color: transparent;
	}
}
.headercontact {
	left: 10px;
	top: 10px;
	position: fixed;
}
@media screen and (max-width: 900px) {
	.headercontact {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	.headercontact2 {
		display: block;
		left: 10px;
		top: 13px;
		position: absolute;
		z-index: 99999999;
	}
}
@media screen and (min-width: 900px) {
	.headercontact2 {
		display: none;
	}
}
.navlinks5 {
	color: #729FCF;
	font-weight: 500;
	font-size: 1.3vw;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
}
.navlinks5:hover {
	text-decoration: none;
	color: black;
}
.navlinks5:visited {
	color: #729FCF;
	text-decoration: none;
}
@media screen and (max-width: 1280px) {
	.navlinks5 {
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 900px) {
	.navlinks5 {
		font-size: 1.35vw;
	}
}
.navlinks6 {
	color: #729FCF;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	padding: 10px;
}
.navlinks6:hover {
	text-decoration: none;
}
.navlinks6:visited {
	color: #729FCF;
	text-decoration: none;
}
@media screen and (max-width: 650px) {
	.navlinks6 {
		font-size: 12px;
	}
}
header {
	margin-top: 60px !important;
	margin-bottom: 55px !important;
}
@media screen and (max-width: 900px) {
	header {
		margin-top: 80px !important;
		margin-bottom: 50px !important;
	}
}
@media screen and (max-width: 650px) {
	header {
		margin-top: 60px !important;
		margin-bottom: 35px !important;
	}
}
@media screen and (max-width: 400px) {
	header {
		margin-top: 80px !important;
		margin-bottom: 35px !important;
	}
}
.headerlogo {
	display: block;
	width: 30%;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
	.headerlogo {
		width: 45%;
	}
}
.headercontainer {
	display: block;
	width: 70%;
}
.pageheader {
	display: block;
	width: 80%;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	text-align: left;
	padding: 30px;
	margin: 0 auto;
	color: #729FCF;
}
.subhead {
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	padding: 20px;
}
.aboutpreview {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 45px;
	padding-top: 65px;
}
#aboutpreviewtext {
	font-family: Arial;
	font-weight: 300;
	font-size: 17px !important;
	line-height: 25px;
}
@media screen and (max-width: 415px) {
	#aboutpreviewtext {
		font-family: Arial;
		font-size: 17px !important;
	}
}
.moreinfo {
	display: table;
	height: auto;
	width: 80%;
	margin: 0 auto;
	padding: 30px !important;
}
.moretext {
	font-family: Arial;
	font-weight: 300;
	font-size: 17px !important;
	line-height: 25px;
}
.contactus {
	padding-bottom: 25px;
	padding-top: 15px;
}
.svg-wrapper {
	height: 60px;
	margin: 0 auto;
	position: relative;
	top: 1%;
	transform: translateY(-50%);
	width: 320px;
}
@media screen and (max-width: 415px) {
	.svg-wrapper {
		top: 1% !important;
	}
}
.shape {
	fill: transparent;
	stroke-dasharray: 140 540;
	stroke-dashoffset: -474;
	stroke-width: 8px;
	stroke: #729FCF;
}
.text {
	color: #729FCF;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	line-height: 35px;
	position: relative;
	top: -48px;
	right: 3.5px;
	text-align: center;
}
@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}
.svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}
.navlinks {
	text-decoration: none;
}
.navlinks:visited {
	text-decoration: none;
}
.split {
	display: block;
	height: 70px;
	width: 100%;
	float: left;
}
@media screen and (max-width: 415px) {
	.split {
		display: block;
		height: 30px;
	}
}
h1 {
	font-family: Arial;
	font-size: 25px !important;
	color: #000000;
	text-align: center;
	margin-bottom: 50px !important;
}
@media screen and (max-width: 415px) {
	h1 {
		font-size: 18px !important;
		margin-bottom: 20px !important;
	}
}
#clickformore {
	font-family: Arial;
	font-size: 15px !important;
	color: #729FCF;
	font-weight: 500;
	text-align: center;
	margin-bottom: 75px !important;
}
@media screen and (max-width: 415px) {
	#clickformore {
		font-size: 10px !important;
		margin-bottom: 20px !important;
	}
}
.servicename {
	font-family: Arial;
	font-size: 1.4vw !important;
	color: #000000;
	text-align: center;
	padding-top: 10%;
	bottom: 0px;
}
.testimonialspreview {
}
#aboutcontainer {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
}
#aboutcontainer a {
	color: #729FCF;
	text-decoration: none;
}
#aboutcontainer a:hover {
	text-decoration: underline;
}
#contactcontainer {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 50px;
}
#contacttext {
	font-family: Arial;
	font-size: 18px !important;
	color: #000000;
	text-align: left;
	margin-bottom: 10px !important;
}
.bodytext {
	font-family: Arial;
	font-size: 17px !important;
	text-align: left;
	font-weight: 300;
	line-height: 25px;
}
.projectstext {
	font-family: Arial;
	font-weight: 300;
	font-size: 17px !important;
	line-height: 25px;
}
#servicescontainer {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
}
@media screen and (max-width: 450px) {
	#servicescontainer {
		padding: 30px;
	}
}
.service {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}
.servicetitle {
	font-family: Arial;
	font-size: 18px !important;
	color: #000000;
	text-align: left;
	margin-bottom: 10px !important;
}
.projectpicture {
	display: block;
	width: 40%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 80px;
}
.cool-link2 {
    color: #729FCF;
    text-decoration: none;
	padding: 20px;
}
.cool-link2::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #729FCF;
    transition: width .3s;
	margin: auto;
}
.cool-link2:hover::after {
    width: 65px;
	margin: 0 auto;
    //transition: width .3s;
}
.gallerylink {
	font-family: Arial;
	font-size: 14px !important;
	color: #729FCF;
	text-align: center;
}
.level1 {
	font-family: Arial;
	font-size: 17px !important;
	text-align: left;
	font-weight: 300;
	line-height: 25px;
}
.level2 {
	font-family: Arial;
	font-size: 17px !important;
	text-align: left;
	font-weight: 300;
	line-height: 25px;
	left: 25px;
	position: relative;
}
ul.level2 {
	list-style: initial;
	list-style-type: square;
}
ul.level1 {
	list-style: initial !important;
}