html {
	height: 100%;
}

body {
	width: 100%;
	background-color: #B9E0DF;
	margin: 0px;
}


/**/
				/*HEADER*/
/**/


#header {
	width: 100%;
	height: 200px;
	background-color: #005173;
	display: flex;
	flex-direction: row;
	z-index: 2;
}

.column {
	display: flex;
	flex-direction: column;
}

.row {
	display: flex;
	flex-direction: row;
}

#header .logo {
	width: 180px;
	height: 180px;
	margin: 10px;
}

h1 {
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif; 
	font-size: 85px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700;
	margin: -4px;
	color: #e9d8a6;
}

button {
	border: 0px;
	transition: 0.15s;
	cursor: pointer;
}

.headerbutton {
	position: relative;
	width: 180px;
	height: 50px;
	border-radius: 15px;
	background-color: #e9d8a6;
	right: 10px;
	margin-top: 10px;
	color: #005173;	
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif;
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400;
	letter-spacing: 0.4px;
	font-size: 25px;
}

#header .column {
	position: absolute;
	right: 5px;
	gap: 10px;
}

button:hover {
	box-shadow: 0px 3px 7px;
}

a {
	text-decoration: none;
}


/**/
				/*BODY*/
/**/


#featureimg {
	width: 100%;
	height: 600px;
	top: 200px;
	background-image: url(Assets/Photoshoot/IMG_4833.jpg);
	background-size: cover;
}

h2 {
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif; 
	font-size: 50px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 500;
	color: #175B6C;
	margin: 0px;
}
h3 {
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, Helvetica Inserat, Bitstream Vera Sans Bold, Arial Black, sans serif; 
	font-size: 35px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 300;
	color: #175B6C;
	margin: 0px;
}
p { 
	font-size: 20px; 
	color: #0A878A;
}
.futura {
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-style: normal; 
	font-variant: normal;
}

#featureimg .column {
	position: absolute;
	left: 40%;
	top: 40%;
}

.aboutus {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 90%;
	height: 550px;
	margin: 30px 0px;
	left: 5%;
	gap: 20px;
}
#yellowbg {
	width: 100%;
	height: 550px;
	background-color: #e9d8a6;
}

.abouttimg {
	background-size: contain;
	margin-top: 25px;
	width: auto;
	height: 500px;
}
.maintextbox {
	width: 50%;
}
.subtextbox {
	margin: 80px 0px 0px 10px;
	width: 50%;
}

#surveyrow {
	margin-top: 40px;
}
.surveybox {
	position: relative;
	width: 40%;
	display: flex;
	flex-direction: column;
}
.surveyheading {
	font-size: 25px;
}
.surveytext {
	font-size: 16px;
}
#surveybar {
	height: 175px;
	width: 2px;
	background-color: #175B6C;
	margin: 0 40px 0 10px;
}
.surveybutton {
	justify-self: center;
	width: 150px;
	height: 70px;
	border-radius: 25px;
	background-color: #e9d8a6;
	color: #175B6C;	
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-weight: bold; 
	letter-spacing: 0.4px;
	font-size: 20px;
	margin-left: 30px;
}


/**/
				/*FOOTER*/
/**/


#footer {
	width: 100%;
	height: 300px;
	background-color: #000000;
}

#footer .logo {
	width: 70px;
	height: 70px;
	margin: 30px 10px 10px 50px;
}

.footercolumn {
	width: 300px;
	gap: 6px;
}

#footerrow {
	margin-top: 40px;
	margin-left: 20%;
	gap: 8px;
	height: 100px;
}
#footertitle {
	margin: 30px 0px 0px 0px;
}
#footerslogan {
	font-style: italic;
	font-size: 20px;
	margin: 0px;
}
.footerstyle {
	color: white;
	font-size: 18px;
	margin: 0;
}
.footerheading {
	font-size: 20px;
	color: white;
	margin: 0px;
	font-weight: bold;
}
.footerbar {
	height: 100%;
	width: 2px;
	margin: 0 10% 0 10%;
	background-color: white;
}

.footercolumn a:hover {
	color: grey;
}