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

body {
	background-color: #5A8498;
	/*margin: 0;*/
 }
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
    color: white;
    background-color: aliceblue;
}
 hr {
	 background-color: #A7A7A7;
	 height: .3em;
	 padding: 0;
	 margin-bottom: 0;
	 margin-top: .2em;
 }
 
 .navbar {
  		margin-bottom: 0px;
	}
	
 .custom-12 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.custom-menu {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
 
 #cus-image {
	 margin: 0 auto;
	 background-color: #000000;
 }
 
 .custom-color-blk {
	 color:black;
 }
 
 .custom-color-blue {
	 color: blue;
 }
 
 .custom-color-red {
	 color: red;
	 
 }
 
 .custom-color-yellow {
	 color: yellow;
	 
 }
 
.custom-caption {
	font-size: 1em;
	font-style: italic;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
}

#custom-image {
	padding-top: .2em;
	padding-bottom: .5em;
}

#custom-footer {
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	text-emphasis:none;
	
}
.custom-background {
  background-image: url(../../images/parch.gif);
}
/*.custom-background {
  background-image: url(../../images/parch.gif);
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}*/
.custom-box {
	background-color:#C6C6C6;
	border: medium;
	border-color:black;
	border-style:solid;
	padding-right: 1em;
	padding-top: .1em;
	padding-bottom: .1em;
	
}

.gad {
	padding: 15px 15px 15px 15px;
	left: auto;
	right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clip: rect(auto, auto, auto, auto);
}

#discl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: justify;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
.maplink {
	border-width: 0px;
	margin-left: 10px;
	margin-right: 10px;
	float:right;
}

.piclink {
	border-width: 0px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
}

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}

.direction {
	font-size: small;
	color: #0000FF;
	font-style:italic
}

.image_right {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	float: right;
	margin-left: .5em;
	margin-bottom: .5em;
	}
.image_left {
	float: left;
	margin-bottom: .5em;
	margin-right: 10px;
}
.image_center {
	margin: .5em auto .5em auto;
	text-align: center;
}

.signature {
	color: #F30300;
	font-size: 35px;
	font-weight: bolder;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

  #tab_styl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	width: 80%;
	}
  #event {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	font-size: 1.3em;
	color: brown;
	}
	
 .title_color {
		color:brown;
	}
    
.a:hover,
.a:focus {
  color: white;
  text-decoration: underline;
}

.custom_button_time{
	border-color: brown;
	width: 100%;
	text-align:center;
    background-color: firebrick;
    color:white;
}



.custom_button_alpha {
	border-color: green;
	text-align:center;
    text-decoration: underline;
}

.iframe_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
