body {
  font-family: Arial;
	margin: 0;
	background-color: black;
	xbackground-image: url( "images/Bald-eagle-Eyeshine-Photography.jpg" );
  xbackground-size: cover;
}

p {
  color: white; text-align:center
}

h1 {
  color: white; text-align:center
}

h2 {
  color: white; text-align:center
}

* {
  box-sizing: border-box;
}

img {
 vertical-align: middle;
}

.container {
  position: relative;
}

.highlights {
	display: none;
	margin-left: 100px;
	max-height: 450px;
  height: 450px;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
	float: left;
  top: 30%;
  width: auto;
  margin-top: -4px;
  color: white;
  font-weight: bold;
  font-size: 48px;
  user-select: none;
  -webkit-user-select: none;
}

.next {
	float: right;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
	top: 0;
  left: 0px;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.selector {
  opacity: 0.6;
}

.active,
.selector:hover {
  opacity: 1;
}

footer {
	clear: both;
	padding-top: 1px;
}

section {
	border: 0px solid #336699;
	border-radius: 10px;
	box-shadow: 5px 5px 10px 2px #AAA;
	padding: 10px;
	margin: 8px;
}

.disclaimer {
	font-family: 'core_sans_n35_light', Verdana;
	text-align: center;
	border: none;
	box-shadow: none;
	padding: 5px;
	margin: 8px;
  color: white;
}

#main-header {
  line-height: 23px;
  font-weight: 500;
}

.outer_logo_container {
  text-align: center;
  height: inherit;
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.outer_logo_container.et_menu_container {
  z-index: 99;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.logo_container {
  transition: all 0.4s ease-in-out;
}

span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

#logo {
  width: auto;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
}

#logo img {
  max-width: 100%;
  height: auto;
}