/** 
/* Document Setup
/* =================================================================== */
html {
	height: 100%;
	font-size: 1rem;
}
body { 
	/*background-image: url(background1.jpg);	*/
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	font-family: Barlow, sans-serif;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	margin: 0;
	padding: 0;
}

.inside_width {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 97%;
	max-width: 960px;	
}
	
header {
	width: 100%;
	height:90px;
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 600;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ws-icon {
	height:40px;
	margin: 0;
	margin-bottom: -5px;
	margin-right: 25px;
}

.headerText {
	width: auto;
	font-size: 2.4rem;
	font-weight: 400;
	color: black;
	text-align: left;
	margin: 0;
	padding:0;
}

#content {
	margin-top:90px;
}

#content p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 400;
}

#content span {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
}

#content h1 {
	font-size: 2.4rem;
	line-height: 2.6rem;
	font-weight: 400;
}

#content h2 {
	font-size: 1.5rem;
	font-weight: 400;
}

#services_tools_image {
	height: 600px;
	max-height: 100vw;
	color: #ffffff;
	background-image: url(shark_background.jpg);
	background-position-x: 60% !important;
	background-position-y: 50% !important;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	display: flex;
	align-items: end;
	justify-content: end;
}

#services_tools_image a,
#services_tools_image a:visited,
#services_tools_image a:hover {
	text-decoration: none;
	color: white;
}

audio {
	margin-top: -5px;
	margin-bottom: 80px;
}

footer {
	background: #0e3d5f;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer p {
	color: white;
	font-size: 1.75rem;
	margin-top: 30px;
	margin-bottom: 30px;
}




