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

body {
	background-color: #99CC66
	
}
.pullqt {
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #375597;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
}
.cols {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 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;
}
.photocaption {
	font-size: 13px;
	font-style: italic;
	color: #666;
}
.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: left;
	margin-left: 10px;
}
.CardText {
	text-align: left;
	margin-left: 10px;
}

.container {
	max-width: 1430px;
	min-width: 360px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #339933;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
.cardcontainer {
	width:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

a img { 
	border: none;
}

a:link {
	color: #339933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: none;
	color: #33CC33;
}
a:active {
	text-decoration: none;
	color: #33CC33;
}



#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: #339933;
	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: #F1F7E4;}
header a:hover {color: #99CC66;}
header a:active {color: #99CC66;}

#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: #99CC66;

}

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

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



.waveline {
	background-image: url(Wavelet.png);
	height: 6px;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}


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

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

.footer {
	
	text-align: center;
	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;
}

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

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