@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFF99;
	
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	color: #cc6600;
}
.cols {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.col {
	padding: 10px;
}

.caption {
	font-size: 60%;
	line-height: 10px;
	padding-right: 15px;
	padding-left: 15px;
}


p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;

}

.ref {
	font-size: 80%;
	list-style-type: none;
}
.linkref {
	list-style-type: none;
	line-height: 150%;
}
.copyright {
	font-size: 10px;
	text-align: center;
}
.copyright a:link {color:#ccc;}
.copyright a:visited {color:#ccc;}

.CardNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-left: 10px;
	}


.container {
	max-width: 1400px;
	min-width: 380px;
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #CC6633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}

table {margin: 10px}


a img { 
	border: none;
}

a:link {
	color: #0066ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
.signtext {	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.maptext {
	font-size: .7em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
a:hover {
	text-decoration: none;
	color: #99ccff;
}
a:active {
	text-decoration: none;
	color: #99ccff;
}



#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 25px;
  height: 3px;
  background-color: #FFF;
  margin: 5px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}



header {
	background-color: #CC6633;
	height: 40px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

header a {
  text-decoration: none;
  color: white;
}

header a:link {color: #FFF;}
header a:visited {color: #FFFFEE;}
header a:hover {color: #FFFF99;}
header a:active {color: #FFFF99;}

#lobby {
	display: flex;
	align-items: center;
}
#lobbynm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: white;
	vertical-align: middle;
}

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: white;

}

header ul a {
  color: white;
}

header ul li {
  padding: 5px;
  margin-left: 10px;
}

header ul li:hover {
  transform: scale(1.2);
  transition: 0.3s;
  text-decoration: none;

}

.mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  background-color: #CC6633;

}

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu li {
  margin-bottom: 10px;
}

#hero-1 {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#hero-2 {
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
} 

@media only screen and (max-width: 600px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
  #hero-1 { display: block; }
  #hero-2 { display: none; }
  .maptext { display: none; }

}

@media screen and (max-width: 780px) and (min-width: 600px) {
	#lobbynm {display: none;}
}

*/
.content {
	clear: both
	padding: 10px 0;
}

.content ul, .content ol { 
	padding: 0 1em 1em 3em; 
}

.titleblk {
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.footer {
	text-align: center;
	color: #977f4f;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 15px;
	margin-left: 15px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	display: inline-block;
}

.hero {
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.colimg {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
