@charset "utf-8";
/* CSS Document */
.spacer{
	clear: both;
}
img {
 max-width: 100%;
 height: auto;
 border: none;
}
/* Background */
 #page {
 background: linear-gradient(181deg, #94BC3F, #5FA435);
background-size: 400% 400%;

-webkit-animation: testing 7s ease infinite;
-moz-animation: testing 7s ease infinite;
animation: testing 7s ease infinite;
 }

@-webkit-keyframes testing {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes testing {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes testing {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

.margintop {
	margin-top: 50px;
}
.marginbottom {
	margin-bottom: 30px;
}
.paddingtop {
	padding-top: 40px;
}
.paddingbottom {
	padding-bottom: 30px;
}
.margintop {
	margin-top: 40px;
}
.marginbottom {
	margin-bottom: 30px;
}
.widewhite {
	width: 100%;
	background-image: url(/themes/wildlifehouseboats/images/trans.png);
	background-repeat: repeat;
	position: fixed;
	height: 150px;
}
.background1 {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
		
}
.white {
	background-color: #fff;
}
.wide {
	width: 100%;
	position: fixed;
	height: 60px;
	text-align: center;
}
.heropic {
	width: 100%;
	background-image: url(/themes/wildlifehouseboats/images/riverback.jpg);
	background-repeat: repeat-x;
	
}
.center {
	text-align: center;
}
.grey {
	background-color: #666;
}
.grey p {
	padding-left: 10px;
	padding-right: 10px;
}
.height {
	height: 60px;
}
.footerpic {
	width: 100%;
	background-image: url(/themes/wildlifehouseboats/images/contact.jpg);
	height: auto;
	
}


table1 {
	 width: 370px;	 
	  }

	 thead {
		 background: #94BC3F;
		 
	 }
	 
	 
	 tr:hover td {
background: #ccc;
}
.tabletext {
	font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 1.4rem; 
}




