/* NAV */
ul {
	margin: 0;
	padding: 0 0;
	list-style: none;
}
ul li{
	float: left;
	width: 133px;
	height: 23px;
	line-height: 20px;
	text-align: center;
}
ul li a{
	display: block;
}
ul li ul li{
	display: none;
	float: left;
	width: 133px;
	height: 10px;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 1;

}
ul li:hover ul li {
	display: block;
	padding: 10px 5px;
	background-color: black;
	background:rgba(0,0,0, .8);
	width: 133px;
	height: auto;
	
}
nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(Images/Nav/nav_bar.jpg);
	height: 20px;
	padding: 5px 0;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #efcf39;
}
nav a:hover {
	color: white;
	text-shadow: 1px 1px 2px black, 0 0 25px #efcf39, 0 0 20px #efcf39;
	text-decoration: none;
}
nav a:active {
	color: #35474f;
	text-decoration: none;
}
nav a {
	font-family: "Agency FB", sans-serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .2em;
	font-size: 17px;

}
.icon:hover {
	background: #efcf39;
	box-shadow: 0 0 5px 5px #efcf39;
}


.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  max-height: 428px;
  position: relative;
  margin: auto;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px;
  position: absolute;
  bottom: 8px;
  width: 97.1%;
  text-align: center;
 background-color: rgba(0,0,0,.6);
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*EDITABLE CONTENT*/
.bold{
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 20px;
}
main {
	text-align: center;
	font-family: "Agency FB", sans-serif;
	font-size: 14px;
	color: rgba(202,2,0, 1);
}
.link:hover {
	text-align: center;
	font-family: "Agency FB", sans-serif;
	color: white;
	text-decoration: underline;
}
main p {
	text-align: left;
	
}
main p a {
	text-align: left;
	font-family: "Agency FB", sans-serif;
	color: #efcf39;
	font-weight: lighter;
}
main a {
	text-align: center;
	font-family: "Agency FB", sans-serif;
	font-size: 15px;
	color: #efcf39;
}
main a:hover {
	text-decoration: none;
}
p {
	font-family: "Agency FB", sans-serif;
	font-size: 18px;
	color: ghostwhite;
	margin: 20px;
	padding: 0;
}
a {
	color: #efcf39;
	text-decoration: none;
	padding: 0;
}
a:hover {
	color: #abafae;
	text-decoration: underline;
}
h1 {
	font-family: "Agency FB", sans-serif;
	font-weight: bold;
	color:#fff;
	margin: 0;
	letter-spacing: .05em;
	font-size: 40px;
	font-style: italic;
	text-shadow: 3px 2px black;
	
}
h2 {
	font-family: "Agency FB", sans-serif;
	color: #efcf39;
	letter-spacing: .05em;
	text-align: left;
	margin: 15px;
	padding: 0;
	text-shadow: 3px 2px black;
}
h3 {
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #efcf39;
	text-align: left;
	font-weight: lighter;
	font-size: 12px;
	padding: 0 0 0 20px;
}
h4 {
	font-family: "Agency FB", sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	margin: 5px;
	padding: 0;
}
h4 a{
	font-size: 20px;
}
h4 a:hover{
	text-decoration: underline;
	color: #fff;
}
h5 {
	font-family: "Agency FB", sans-serif;
	font-weight: bold;
	color: #efcf39;
	letter-spacing: .05em;
	text-align: center;
	margin: 20px;
	padding: 0;
	font-size: 25px;
	text-shadow: 3px 2px black;
}
}

.pcenter{
	text-align: center;
	color: #efcf39;
	font-weight: bold;
}



#wrapper {
	background: rgba(21, 33, 71, 0.8);
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}


header{
	height: 400px;
}

#specialTitle {
	text-align: center;
	height: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #efcf39;
	border-bottom-color: #efcf39;
	padding-top: 5px;
	letter-spacing: .1em;
	color: #FFF;
	margin: 0;
	font-size: 17px
}

body {
	background-image: url(Images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #5e5956;
	background-attachment: fixed;
}

.floatleft{
	float: left;
	padding: 0 20px 10px;
}
.floatright{
	float: right;
	padding: 0 20px 10px;
}

.floatlefttext{
	float: left;
	padding: 25px 20px 5px 0;
}



/* FOOTER */
footer {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #efcf39;
	padding: 20px 5px 0;
	text-align: left;
	font-size: 15px;
	color: #efcf39;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #efcf39;
}
footer a {
	font-family: "Agency FB", sans-serif;
	color: grey;
	font-size: 15px;
	padding: 0 0 0 25px;
	
}
footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:active {
	color: #aa8455;
}
footer h2 {
	font-family: "Agency FB", sans-serif;
	color: #efcf39;
	margin: 0;
	font-size: 25px;
	font-style: bold;
	text-align: left;
	padding-left: 5px;
}
footer h3 {
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #efcf39;
	text-align: center;
	font-weight: lighter;
	font-size: 11px;
	padding: 0 0 0 20px;
}
footer a {
	font-family: "Agency FB", sans-serif;
	color: #FFF;
	font-style: normal;
	font-size: 17px;
}
footer a:hover {
	font-family: "Agency FB", sans-serif;
	color: #FFF;
	text-decoration: underline;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
}

.left{
    width: 68%;
}
.middle {
    width: 32%;
}
.maincoloum{
width: 33.3%;
	float: left;
}
.maincoloum4{
width: 25%;
	float: left;
}
/*BUTTON*/
#myBtn {
	font-family: "Agency FB", sans-serif;
	letter-spacing: .05em;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99;
	border-color: rgba(0,0,0,0);
  font-size: 25px;
  background-color:rgba(202,2,0, .6);
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color:rgba(21,33,71, .6);
  border-color: rgba(239,207,57,.6);
  border-width: 3px;
}

iframe{
	border-color: #efcf39;
}


.img-container {
	float: left;
    width: 30%;
    padding: 0 0 20px 20px;
	
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
