@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 16px;
	line-height: 2em;
	font-family: 'Lato', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	margin-top: 20px;
	margin-bottom: 20px;
}
a {
	list-style: none;
	color: #930;
	text-decoration: none;
}
.lightly {
	margin-left: 1%;
	margin-bottom: 10px;
}
* [type="submit"] {
	width: 50%;
	background-color: #D6AD8F;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size:18px;
}
#top_nav {
	float: left;
	color: #FFF;
}
#top_nav li a {
	color: #FFF;
}
/*
 ----------------------------CSS Document------------------------------ */
.wildlifeimg {
	max-width: 100%;
}
.css-slideshow {
	height: 350px;
}
.css-slideshow figure {
	opacity: 0;
	position: absolute;
}
.left {
	float: left;
}
.right {
	float: right;
}
figure:nth-child(1) {
	animation: xfade 16s 12s infinite;
}
figure:nth-child(2) {
	animation: xfade 16s 8s infinite;
}
figure:nth-child(3) {
	animation: xfade 16s 4s infinite;
}
figure:nth-child(4) {
	animation: xfade 16s 0s infinite;
}
.brown {
	background-color: #D6AD8F;
	margin-top: -11px;
}
.wrap {
	max-width: 1280px;
	width: 92%;
	margin: 0px auto;
	position: relative;
}
body {
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
}
header {
	background-color: rgba(0,0,0,0.50);
	color: #FFF;
	font-family: 'IM Fell English', serif;
	font-style: italic;
	position: absolute;
	width: 100%;
	max-height: 400px;
}
header a {
	color: #FFF;
}
#logo {
	max-width: 100px;
}
/*-----------------Navigation------------------*/


nav {
	float: right;
	font-family: 'Lato', sans-serif;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 25px;
}
#menu li {
	font-size: 20px;
}
.hamburger {
	display: none;
}
ul li a {
	display: block;
	padding: 15px 0 15px 20px;
	text-decoration: none;
}
#slideshow {
	z-index: -1;
	width: 100%;
}
footer {
	background-color: #000;
	height: 100px;
}
.icon {
	width: 50px;
}
.footer_icons {
	float: right;
}
.table_image {
	width: 100px;
}
/*--------------------------Forms-------------------------*/
.fill_out {
	font-size: 24px;
	margin: 0 auto;
	float: left;
	width: 100%;
}
.fill_out label {
	float: left;
	width: 32.26%;
	text-align: right;
	margin-right: 10px;
}
.fill_out input, .fill_out select, .fill_out textarea {
	width: 32.26%;
	height: 30px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#admin_links li a {
	color: red;
}
/*----------------------------Media queries------------------*/
.wrap {
	max-width: 1280px;
	width: 92%;
	margin: 0px auto;
	position: relative;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
/*zoom: 1; /* For IE 6/7 */
}
/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}
.span_5_of_6 {
	width: 83.06%;
}
.span_4_of_6 {
	width: 66.13%;
}
.span_3_of_6 {
	width: 49.2%;
}
.span_2_of_6 {
	width: 32.26%;
}
.span_1_of_6 {
	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 700px) {
body {
	font-size: larger;
}
.col {
	margin: .5% 0 .5% 0%;
}
.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6, .lightly {
	width: 100%;
}
ul #menu {
	display: none;
}
nav ul {
	padding: 0;
}
.hamburger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#logo {
	display: none;
}

.fill_out input, .fill_out select, .fill_out label {
	width: 100%;
	text-align: left;
}
footer {
	height: 200px;
}

}
@keyframes xfade {
 0% {
 opacity: 1;
}
23% {
 opacity: 1;
}
25% {
 opacity: 0;
}
98% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
