@charset "utf-8";
/* CSS Document */
#navFull, #fnav, #top 
{
	display:none;
}
#page {
	max-width: 1200px;
	width:100%;
	margin: 0px auto;
	position: relative;
	background-color:#a8996e;
}
.mobileNav{
	display:block; 
	margin:0;
}
#history{
	margin-left:auto;
	margin-right:auto;
	width:75%;
	text-align:left;
	padding:20px 0px 20px 40px;
}
#topHolder{
	position:relative;
	height:90px;
	margin:0;
}
#dateTime{
	width:90%;
	color:#620a0a;
	font-size:23px;
	font-weight:bold;
	margin: 0 auto;
	text-align:center;
	padding-bottom:20px;
	display:block;
}
#logo2{
	width: 70%;
	height: 85px;
	margin-left:15%;
	margin-right:15%;
	position: absolute;
	text-align: center;
}
img{border:none !important;} 
.fonts {
  font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  color:#6c4203;
}
#nav{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#time{
	float:left;
	width:500px;
	height:90px;
	padding-top:70px;
	color:#620a0a;
	font-size:28px;
	font-weight:bold;
}
#logo{
	float:left;
	height:155px;
	padding-top:5px;
}
#date{
	float:left;
	width:500px;
	height:90px;
	padding:70px 0px 0px 0px;
	color:#620a0a;
	font-size:28px;
	font-weight:bold;
}
#main{
	color: #6c4203;
	text-align:justify;	
	width:96%;
	background-color:#a8996e;
	padding-right: 2%;
	padding-left: 2%;
}
#main a{
	color:#550000;
	
}
#media{
	padding: 30px 20px 0px 20px;
	color: #6c4203;
	text-align:center;
}
#media a{
	color:#550000;
	
}

.directions{
	width:450px;
	height:300px;
}

#grouplist{
	margin-left:auto;
	margin-right:auto;
	width:350px;
	text-align:left;
	padding-left:50px;
	
}
#grouplist2{
	margin-left:auto;
	margin-right:auto;
	width:350px;
	text-align:left;
	
}
#grouplist3{
	margin-left:auto;
	margin-right:auto;
	width:250px;
	text-align:left;
	
}
#grouprooms1{
	width:100%;
	padding-bottom:15px;
	text-align:center;
}
#grouprooms2{
	width:100%;
	padding-bottom:15px;
	text-align:center;
}
#activities1{
	display:none;
}
#activities2{
	display:none;
}
#activities5{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:300px;
	text-align:left;
	
}

#copyright{	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#848484;	
}
#footer{
	diaplay: none;
}
#countdown{
	font-size:18px;
	height:40px;
	text-align:center;
}
body{
	background-color:#620a0a;
	margin:0;
}
#activities3{
	display:none;
}
#activities4{
	width:90%;
	text-align:left;
	padding-top:30px;
}
ul.enlarge{
list-style-type:none; /*remove the bullet point*/
}
ul.enlarge li{
display:inline-block; /*places the images in a line*/
position: relative; /*allows precise positioning of the popup image when used with position:absolute - see support section */
z-index: 0; /*resets the stack order of the list items - we'll increase in step 4. See support section for more info*/
margin:20px 40px 0 20px; /*space between the images*/
}

ul.enlarge span{
position:absolute; /*see support section for more info on positioning*/
left: -9999px; /*moves the span off the page, effectively hidding it from view*/
}

ul.enlarge img{
/*give the thumbnails a frame*/
background-color:#eae9d4; /*frame colour*/
padding: 6px; /*frame size*/
/*add a drop shadow to the frame*/
-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
-moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
box-shadow: 0 0 6px rgba(132, 132, 132, .75);
/*and give the corners a small curve*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

ul.enlarge li:hover{
z-index: 50; /*places the popups infront of the thumbnails, which we gave a z-index of 0 in step 1*/ 
cursor:pointer; /*changes the cursor to a hand*/
}
/***We bring the large image back onto the page by reducing left from -9999px (set in step 2) to figures below***/ 
ul.enlarge li:hover span{ /*positions the <span> when the <li> (which contains the thumbnail) is hovered*/ 
top: -450px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
}
/***To make it look neater we used :nth-child to set a different left distance for each image***/ 

ul.enlarge li:hover:nth-child(5n+1) span{
top: -650px; 
}

ul.enlarge span img{
padding: 2px; /*size of the frame*/
background: #ccc; /*colour of the frame*/
}
/***Style the <span> containing the framed images and the caption***/
ul.enlarge span{
/**Style the frame**/
padding: 10px; /*size of the frame*/
background:#eae9d4; /*colour of the frame*/
/*add a drop shadow to the frame*/
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
/*give the corners a curve*/
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius:8px;
/**Style the caption**/
font-family: 'Droid Sans', sans-serif; /*Droid Sans is available from Google fonts*/
font-size:.9em;
text-align: center;
color: #495a62;
}
.menuButton{margin-left:5%; width:20%; position:absolute; z-index:9999;}
.navigation{display:none;}
.mobileNav{display:block; 
	margin:0;
	}
.menu-link {display: none;}
.menu { 
  float: left;
  -webkit-transition: all 0.3s ease;  
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.menu ul { 
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
}
.menu ul li { padding: 0px; }
.menu > ul > li { display: inline-block; }
.menu ul li a { display: block; text-decoration: none; color: #000; font-size: 15px; }
.menu ul li > a { height:20px; padding: 19px 12px; }
.menu ul ul { 
  display: none; 
  position: absolute; 
  top:100%;
  min-width: 160px;
  background-color: #f4f4f4;
  border: 1px solid #CCC;
}
.menu ul li:hover > ul { display: block; }
.menu ul ul > li { position: relative; }
.menu ul ul > li a { padding: 5px 15px 5px 10px; height: auto; background-color: #f4f4f4; }
.menu ul ul > li a:hover { background-color: #006990; color: #fff; }
.menu ul ul ul { position: absolute; left: 100%; top:0; }

@media all and (max-width: 1225px) {
  .example-header .mobileNav { width: 100%; }
  
  a.menu-link { display: block; color: #fff; background-color:#620a0a; float: left; text-decoration: none; padding: 18px 12px; margin-top:10px; font-size:20px; border: 4px solid #620a0a; border-radius:0.5em;}
  .menu { clear: both; min-width: inherit; float: none; }
  .menu, .menu > ul ul { overflow: hidden; max-height: 0; background-color: #f4f4f4; }
  .menu > li > ul.sub-menu { padding: 0px; border: none; }
  .menu.active, .menu > ul ul.active { max-height: 55em; }
  .menu ul { display: inline; }
  .menu > ul { border-top: 1px solid #808080; }
  .menu li, .menu > ul > li { display: block; }
  .menu li a { color: #000; display: block; padding: 0.8em; border-bottom: 1px solid #808080; position: relative; }
  .menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
    font-size: 15px;
    padding: 0.55em 0.5em;
  }
  .menu li.has-submenu > a.active:after {
    content: "-";
  }
  .menu ul ul > li a { background-color: #e4e4e4; height:20px; padding: 19px 18px 19px 30px; }
  .menu ul ul, .menu ul ul ul { display: inherit; position: relative; left: auto; top:auto; border:none; }
}
.attractions{
	display:none;
}
.photoPage{
	width:150px;
}