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

body {
	background-color: #FFCC66
	
}
.pullqt {
	font-size: 20px;
	font-style: italic;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.3;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
}
h1 {
	margin-top: 0;
	font-size: 120%;
	font-weight: bold;
	color: #ff6633;
}

p {
	margin-top: 0;
}

.state {
	font-weight: bold;
	color: #060;
	font-size: 18px;
	border-bottom:1px solid #CCC;
	width:100%;
	padding-top: 12px;
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #CCC;

}
.copyright a:link {color:#ccc;}
.copyright a:visited {color:#ccc;}

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

.bracket {
	vertical-align: middle;
}
.bodytext {
	font-family: Georgia, Palatino, "Iowan Old Style Black", Baskerville, "Times New Roman", serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: justify;
}
.storytext {
	font-family: Georgia, Palatino, "Iowan Old Style Black", Baskerville, "Times New Roman", serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: lighter;
	text-align: justify;
	text-indent: 40px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.storyhead {
	font-family: Georgia, Palatino, "Iowan Old Style Black", Baskerville, "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 1em;
	margin-bottom: 0px;
}

.container {
	max-width: 1430px;
	min-width: 360px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	align-items: center;
	border: 3px solid #ff6633;
	font-family: Georgia, Palatino, "Iowan Old Style Black", Baskerville, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
.cardcontainer {
	width:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sidebar {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: left;
	margin-right: 20px;
	float: left;
}



a img { 
	border: none;
}

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000cc;
}
a:hover {
	text-decoration: none;
	color: #0066ff;
}
a:active {
	text-decoration: none;
	color: #0099ff;
}



#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: #ff6633;
	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: #d9f3fd;}
header a:hover {color: #0CF;}
header a:active {color: #0CF;}

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

header 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: #FFCC66;

}

.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;
  }
  .sidebar { display: none; }

  #hamburger-icon {
    display: block;
  }
  #hero-1 { display: block; }
  #hero-2 { 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; 
}

.footer {
	
	text-align: center;
	color: #977f4f;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	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;
	padding-right: 5px;
	padding-left: 5px;
}



