body {
    font-family: 'Lato', sans-serif;
}
.headbanner{
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
   background-color: #3b3b3b;
   color:#70c151;
   padding:16px 0px;
}

.headbanner img{
	width:100px;
}
.headbanner	nav {
	text-align: right;
}
.headbanner	nav a{
	color:#ffffff;
	padding:16px 0px;
	display: inline-block;
	margin-left:40px;
	text-transform: uppercase;
/*	font-size:12px;*/
	font-size:12px;
	letter-spacing: 1px;
}
.panel {
	background-color: #ffffff;
	border:0px;
	margin:30px 0px;
}
h2 {
	font-size: 30px;
	margin-top:50px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color:#70c151;
}
.tagline {
	margin:10px 0px;
	font-size:22px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
}
.greybackground {
	background-color:#3b3b3b;
	padding:10px 0px;
  color:#fff;
  letter-spacing: 1px;
  font-size:12px;
}
.greybackground a {
  color:#ffffff;
}
form {
	padding-bottom:30px;
}

h4 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color:#3b3b3b;
}
h5 {
    color:#3b3b3b;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-top:10px;
}
.contact-form {
    margin-top:90px;
}
#thankyou {
    display: none;
}
.alert, button {
    text-shadow:0px;
}
.home-icon {
    width:130px;
}
