/* GLOBALS */
*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

p { text-align: center; }

main {
  display: block;
  background-color: #fff;
  font-family: Palatino Linotype;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0;
  padding: 0 20px;
}


/* Basic settings */
a
{
  text-decoration:none;
  color:white;
  text-shadow: 2px 3px 10px rgba(0,0,0,0.9);
}
a:hover
{
  text-shadow: 4px 6px 26px rgba(0,0,0,1.0);
  transition: text-shadow 0.2s;
  text-decoration: underline;
}
.shadow h1, .shadow h2, .shadow h3, .shadow p
{
	text-shadow: 2px 3px 14px rgba(0,0,0,0.9);
}
.arrow-right
{
	content: "";
    width: 0;
    height: 0;
    position: relative;
	cursor: pointer;
	opacity: 0.7;
	float: right;
    margin-top: 2px;
    border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #4edf41;
}
.arrow-right:hover
{
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	color: #fff;
}
.arrow-left
{
	content: "";
    width: 0;
    height: 0;
    position: relative;
	cursor: pointer;
	opacity: 0.7;
	float: left;
    margin-top: 2px;
    border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #4edf41;
}
.arrow-left:hover
{
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	color: #fff;
}
.slideshow-scroll
{
	opacity: 0.7;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.slideshow-scroll:hover
{
	opacity: 1;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.faded-out
{
	opacity: 0.3;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}
.slideshow-scroll-prev
{
	left: 20px
}
.slideshow-scroll-next
{
	right: 20px
}
.adholder
{
    background-color:gray;
    position:relative;
    left:18%;
    top:65%;
	z-index:506;
    cursor:pointer;
    height:250px;
    width:400px;
	opacity:1.0;
}
.adam-overlay
{
	/* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index: 500;
 
    /* styling */
    background: white;
	width: 90%;
	margin-top: 0px;
	opacity: 1.0;
    border: 0px solid #fff;
	padding: 2% 2% 2% 2%;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	box-shadow: 0px 0px 20px black;
}
.adam-overlay p
{
	text-align: left;
	color: #707070;
	min-width: 220px;
	font-family: Palatino Linotype;
}
.adam-overlay p a
{
	text-decoration: none;
	color: blue;
	font-style: italic;
	text-shadow: none;
}
.adam-overlay p a:hover
{
	text-decoration: underline;
}
.adam-overlay h4
{
	color: #707070;
	font-size:45px;
	margin-left:17px;
	margin-top:-3px;
}
.adam-overlay .close
{
    background-image:url(images/closeg.png);
    position:absolute;
    right:-15px;
    top:-15px;
	z-index:501;
    cursor:pointer;
    height:32px;
    width:32px;
	opacity:1.0;
}
.adam-overlay textarea {
	border: none;
	display: block;
	border-color: transparent;
	overflow-y: scroll;
	overflow: auto;
	outline: none;
	height: 225px;
	width: 100%;
	max-width: 800px;
	font-family: Palatino Linotype;
	color: #707070;
	resize: none;
}
.adam-overlay textarea:focus {
	border: none;
	outline: none;
}
section.module textarea {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	height: 250px;
	width: 100%;
	border: none; 
}
section.module textarea:focus {
	border: none;
}
section.module:last-child {
	margin-bottom: 0;
}
section.module h2 {
	margin-bottom: 40px;
	font-size: 38px;
	text-align: center;
}
section.module h3 {
  color: white;
  text-align: center;
  font-style: italic;
  font-size:34px;
  font-weight: bold;
}
section.module p {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 8%;
  font-size: 19px;
  text-align: left;
  vertical-align: top;
}
section.module img {
  margin-left: 60px;
}
section.module img:hover {
}
section.module a {
  color: blue;
  text-shadow: none;
  font-style: italic;
}
section.module a:hover{
  text-decoration: underline;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 30px 0;
  min-height: 320px;
}
section.module.parallax {
  height: 660px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 1.0);
  font-size: 68px;
  text-align: center;
}
.videocenter {
	margin: 0 auto;
	display: block;
	max-width: 560px;
	max-height: 315px;
	width: 90vw; 
    height: 50.62vw;
}
.toggle, [id^=drop] {
 display: none;
}

nav {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  background-color: none;
  z-index: 500;
}

#logo {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

#logo2 {
  display: block;
  float: left;
  line-height: 24px;
  padding-left: 0px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: none;
}

nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #000000; }

nav a:hover { background-color: #000000; color: olive; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; background-color: #000000; }

nav ul ul li {
  width: 190px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li:hover > ul li{ display: inherit; background-color: #000000; }

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: -190px;
}

nav ul li ul li > a:after { content: ''; }

li > a:only-child:after { content: ''; }

.menu a {
	font-weight: bold;
	font-style: italic;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 600px) {

  #ww {
  width: 80px;
  margin-top: 5px;
  margin-left: 0px;
  }
  #logo {
  margin-left: 0px;
  margin-top: 0px;
  }
  section.module h2 {
    font-size: 24px;
  }
  section.module p {
    font-size: 16px;
  }
  section.module.parallax h1 {
    font-size: 40px;
	padding-top: 80px;
  }
  section.module.parallax {
	background-attachment: scroll;
  }
  .adam-overlay {
	margin-top: -20px;
  }
  .adam-overlay p {
	font-size: 16px;
	padding: 15px 15px 15px 15px;
  }
  .adam-overlay textarea {
	font-size: 16px;
	padding: 15px 15px 15px 15px;
  }
  section.module.parallax {
  background-attachment: scroll;
  }
#logo {width: 100%;}
nav { margin: 0; }
nav a {line-height: 40px;}

.toggle + a,
 .menu { display: none; }
.toggle {
  display: block;
  background-color: #254441;
  padding: 0 20px;
  color: #FFF;
  font-size: 22px;
  line-height: 40px;
  text-decoration: none;
  border: none;
}
.orphan {background-color: #254441;	}
.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul {padding: 0;}
nav ul li {
  display: block;
  width: 60%;
}
nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}
nav ul ul ul li { position: static; }

.menu a{
    font-size: 23px;
	margin-right: 14px;
  }
}

@media all and (min-width: 601px) and (max-width: 1023px) {
  #ww {
  width: 110px;
  margin-top: 5px;
  margin-bottom: -15px;
  margin-left: 0px
  }
  #logo {
  margin-left: 30px;
  margin-top: 5px;
  }
  nav ul {
  padding: 5px;
  }
  section.module h2 {
    font-size: 38px;
  }
  section.module p {
    font-size: 21px;
  }
  section.module.parallax h1 {
    font-size: 55px;
  }
  .menu a{
    font-size: 27px;
	margin-right: 25px;
  }
  .adam-overlay {
	width: 70%;
  }
  .adam-overlay p {
    font-size: 21px;
	padding: 15px 25px 15px 25px;
  }
  .adam-overlay textarea {
    font-size: 21px;
	padding: 15px 25px 15px 25px;
  }
}
@media all and (min-width: 1024px) {
  #ww {
  width: 120px;
  margin-top: 5px;
  margin-bottom: -15px;
  margin-left: 0px;
  }
  #logo {
  margin-left: 50px;
  margin-top: 5px;
  }
  nav ul {
  padding: 5px;
  }
  section.module.parallax h1 {
    font-size: 70px;
  }
  section.module h2 {
    font-size: 58px;
  }
  section.module p {
    font-size: 23px;
  }
  .menu a{
    font-size: 36px;
	margin-right: 60px;
  }
  .adam-overlay {
	width: 55%;
  }
  .adam-overlay p {
	font-size: 23px;
	padding: 20px 30px 20px 30px;
  }
  .adam-overlay textarea {
	font-size: 23px;
	padding: 20px 30px 20px 30px;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
section.module.parallax {
  background-attachment: scroll;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
}