@charset "utf-8";
/* general */
html, body{
	margin: 0;
	padding: 0;
}
button {
	border:none;
	outline:none;
	background:transparent;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333D47;
	overflow-x: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	background-color: #009900;
}
div.contall {
	position: relative;
	margin:0 auto -20px;
	width: 900px;
	display: block;
}
div.headcol {
	z-index: -10;
	position: absolute;
	width: 100%;
	height: 175px;
	background-color: #F1F8E9; 
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3) ;
}
/*nav*/
.header {
	position: relative;
	top: 20px;
}
nav a img {
	position: relative;
	left: 20px;
}
nav {
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
}
nav ul {
	position: absolute;
	right: 0px;
	top: 48px;
	display: inline;
}
nav li {
	display: inline;
	text-decoration: none;
	margin: 0 10px;
	position: relative;
}
nav li a,nav li button {
	padding: 0 16px;
}
nav li.inactive a, nav li.inactive button {
	text-decoration: none;
	color: #333D47;
	fill: #333D47;
	position: relative;
}
nav li.active a.par, nav li.active button.par {
	text-decoration: none;
	color: white;
	z-index: 2;
	fill: white;
	position: relative;
	background-color: #009900;
	border-radius: 5px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2) ;
}
ul.sub {
	display: none;
	z-index: 1;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 115px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2) ;
	background-color: #FBFBFB;
}
ul.sub li {
	display: block;
	width: 151px;
	position: relative;
	font-size: 18px;
	left: -50px;
	padding-left: 2px;
}
ul.sub li.top {
	padding-top: 8px;
}
ul.sub li.bottom {
	padding-bottom: 6px;
}
ul.sub li a {
	color: #333D47;
	text-decoration:none;
}
ul.sub li a.page {
	font-weight: 700;
}
ul.sub li a:hover {
	color: #009900;
}
/* contact button */
div.contactbut {
	position: fixed;
	bottom: 30px;
	right: 75px;
	width: 100px;
	height: 100px;
	background-color: #FFC400;
	border-radius: 50px;
	box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.65) ;
	transition: 0.3s;
}
div.contactbut.hov {
	position: fixed;
	bottom: 35px;
	right: 75px;
	width: 100px;
	height: 100px;
	background-color: #FFAB00;
	border-radius: 50px;
	box-shadow: 0 12px 33px 0 rgba(0, 0, 0, 0.58) ;
	transition: 0.3s;
}
div.contactbut svg {
	fill: white;
	position: absolute;
	left: 25px;
	top: 27px;
}
p.conspan {
	font-family: "Titillium Web", sans-serif;
	font-weight:700;
	text-align: center;
	text-decoration:none;
	color: white;
	position: relative;
	bottom: 50px;
	line-height: 20px;
}
div.contactbut.page {
	background-color: #CFD8DC;
	color: #CFD8DC;
}
p.conspan.page {
	color: #CFD8DC;
}
/* body */
div.body-text {
	z-index: -2;
	position: absolute;
	top: 145px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	background-color: white;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3) ;
	padding: 20px 30px;
}
h1 {
	margin: 0;
	text-align: center;
	font-family: "Titillium Web", sans-serif;
}
span.bold {
	font-weight: 700;
}
p.ralign {
	text-align: right;
	font-style:italic;
	font-size: 16px;
}
table {
	width: 100%;
}
table ul {
	margin: 0;
}
td.right {
	position: 50%;
}
div.footer {
	position:relative;
	width: 100%;
	top: 50px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	color: white;
}
form {
	font-size: 16px;
}
div.footer p {
	margin: 0;
}
ul.services {
	font-weight: 700;
}
a {
	text-decoration:none;
}