:root {
	--navy: #1D3C6F;
	--sea: #1487A6;
	--lightsea: #B5E2F9;
	--blue: #01B4E2;
	--sky: #B3E2F9;
	--sand: #F2E5D1;
	--orange: #F49220;
	
	--gray: #BDBDBD;
	--lightgray: #F1F1F1;
	--bluegray: #D6E3EC;

	--green: #C6E4A8;
	--red:	#FF0000;

	--plainTypeface: 'Arial', sans-serif;
	--bodyTypeface: 'Barlow', sans-serif;
	--headlineTypeface: 'Montserrat', sans-serif;
	--subheadTypeface: 'Work Sans', sans-serif;
	--nav1Typeface: 'Raleway', sans-serif;
}

html { overflow-y:scroll;}
html { overflow:-moz-scrollbars-vertical; }

body {
	font-size:19px;
	line-height:26px;
	margin:0px;
	padding:0px;
	font-family: var(--bodyTypeface);
	color:#000000;
	background-repeat: no-repeat;
	background-position: center 90px;
	background-size: contain;
}

body.index {
	background-image:url(/pix/layout/background-index.jpg);
}

body.about {
	background-image:url(/pix/layout/background-about.jpg);
}

body.testimonials {
	background-image:url(/pix/layout/background-testimonials.jpg);
}

body.contact {
	background-image:url(/pix/layout/background-contact.jpg);
}


p {
	margin:0px 0px 30px 0px;
	clear:both;
}

p img {
	float:left;
	margin:0px 60px 100px 0px;
}

img {
	border:0;
}

h1 {
	font-size:26px;
	line-height:30px;
	margin:10px 0px 15px 0px;
	padding:0px;
	font-family: var(--headlineTypeface);
	color:var(--navy);
}

h2 {
	font-size:25px;
	line-height:27px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight: 800;
	color:var(--navy);
}

h3 {
	font-size:22px;
	line-height:24px;
	margin:15px 0px 10px 0px;
	padding:0px;
	font-weight: 800;
}

h4 {
	font-size:20px;
	line-height:22px;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-family: var(--subheadTypeface);
	font-weight:normal;
}

h5 {
	font-size:18px;
	line-height:20px;
	margin:0px 0px 20px 0px;
	padding:0px;
	color:#58585A;
}

h6 {
	font-size:16px;
	line-height:18px;
	margin:10px 0px 5px 0px;
	padding:0px;
}

hr {
	margin:20px 0px 10px 0px;
	height:1px;
	border:0;
	background:#666666;
}

a {
	text-decoration:underline;
	color:var(--sea);
}

a:hover {
	color:var(--orange);
}

sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: super;
}

form {
	margin:0px;
	padding:0px;
}

td {
	vertical-align:top;
}

td img {
	float:left;
	margin:0px 10px 0px 0px;
}

.clear {
	clear:both;
	line-height:1px;
	height:1px;
}

#outer {
	margin:0px;
	padding:0px;
	margin-left:auto; margin-right:auto;
	min-height:400px;
	height:auto !important;
	height:400px;
	text-align:left;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding:0px;
}

#logo {
	margin:5px 0px;
	text-align:left;
	float:left;
	width:19%;
}


#nav1 {
	margin-bottom:10px;
	width:60%;
	float:right;
	text-align:left;
	padding:5px 5px 5px 30px;
}

#nav1 {
	position:relative;
	margin:25px 0px 5px 0px;
}


#nav1 a {
	font-family: var(--nav1Typeface);
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:16pt;
	line-height:20pt;
	letter-spacing:0;
	font-weight:800;
	margin:0px;
	margin-right:5%;
	padding:0px 5px;
	border:none;
	color:var(--navy);
	text-decoration:none;
	font-weight:800;
}

#nav1 a:hover {
	color:#FFFFFF;
	background:var(--orange);
}


#intro {
	font-size:15px;
	line-height:19px;
	margin-top:15px;
	margin-bottom:5px;
	letter-spacing:0;
	color:var(--sea);
	text-transform:none;
}


#main, #homemain {
	position:relative;
	width:100%;
	height:auto !important;
	background:#FFFFFF;
	padding:20px 30px 50px 30px;
	margin-top:650px;
}

#homeContent {
	width:65%;
	float:left;
	margin-right:5%;
	margin-bottom:40px;
}


#contentContact {
	width:30%;
	float:right;
	margin-bottom:40px;
}

#contentContact img {
	max-width:100%;
}

#contentTestimonial {
	float:left;
	margin:20px 10% 0px 0px;
	width:80%;
	padding:20px 15% 0px 5%;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(220,220,220,1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(220,220,220,1);
	box-shadow: 0px 0px 5px 5px rgba(220,220,220,1);

	-webkit-box-shadow: 0px 0px 5px 5px var(--bluegray);
	-moz-box-shadow: 0px 0px 5px 5px var(--bluegray);
	box-shadow: 0px 0px 5px 5px var(--bluegray);

}

#footer {
	margin:20px 0px 15px 0px;
	margin-right:auto;
	margin-left:auto;
	font-size:12px; line-height:16px;
	position:relative;
	padding:20px;
}

	#footer a {
		color:#818181;
		text-decoration:underline;
	}
	
	
	#socialicons {
		margin-right:auto;
		margin-left:auto;
		margin-bottom:30px;
		width:200px;
		text-align:center;
	}

#euConsentBanner {
	position:fixed;
	left:30%;
	bottom:10%;
	width:45%;
	padding:25px;
	background:var(--gray);
	color:#000000;
	-webkit-box-shadow: 0px 5px 5px 5px rgba(220,220,220,1);
	-moz-box-shadow: 0px 5px 5px 5px rgba(220,220,220,1);
	box-shadow: 0px 5px 5px 5px rgba(220,220,220,1);
}
