@charset "utf-8";

body  {
  display: flex; 
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFF99;
  font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
  font-size: 100%;
  margin-top: 0;
  padding-top: 0;
}

#wrapper{
}

#banner {
  background-color: #FFF568;
  background-image: url("../images/new-header-bg.png");
  height: 314px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
}

/* Dropdown menu */
.dropbtn {
  background-color: transparent;
  background-image: url(../images/small-menu.png);
  margin-top: 80px; 
  margin-left: 40px;
  margin-right: 40px;
  padding: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.kaushan-script-regular {
  font-family: "Kaushan Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
	position: absolute;
	margin-top: 1.5em;
	margin-left: .5em;
	font-size: 4em;
	font-weight: normal;
}

h2 {
	position: relative;
	font-size: 2em;
}

h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 1em;
}

#container {
	width: auto;
	text-align: center; 
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 45px;
	padding-left: 45px;
} 

#header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#header p {
	position: relative;
	top: -20px;
}

#mainContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 90%;
	position: relative;
	top: -17px;
} 

/* Lightbox code is for pop up images */
.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: none;
	font-size: .9em;
   }

.lightbox_table {
     width: 100%;
     height: 100%;
}
.lightbox_table_cell {
	vertical-align: middle;
	overflow: scroll;
}

.lightbox_content {
	width: 600px;
	background-color: transparent;
	padding: 10px 0 10px 0;
	text-align: center;
}

.long_lightbox_content {
	width: 600px;
	height: 600px;
	overflow: auto;
	background-color: transparent;
	padding: 10px;
	text-align: center;
}

.wide_lightbox_content {
	padding: 5px 0 5px 0;
	text-align: center;
}

.logo {
	height: 146px;
	width: 190px;
	padding: 20px;
}

.column {
	height: 230px;
	width: 250px;
	margin-bottom: 10px;
	margin-right: 20px;
	overflow: hidden;
}
.flex-item {
	flex-shrink: 0;
}

.image {
	text-align: center;
	border: thin;
	border-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
    margin:30px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.videoColumn {
	width: 200px;
	height: 500px;
	margin-left: 20px;
	margin-right: 20px;
}

#footer {
	position: relative;
	top: -5px;
}
