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

#body {
	margin-top: 0px;
	margin-bottom: 90px;
	margin-left: 0px;
	margin-right: 0px;
}
.background {
	background-attachment: fixed;
	background-color: #1b1915;
	background-image: url(images/logon_bg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
}
.quotes {
	display: none;
	padding: 110px 0px 0px 500px;
	line-height: 34px;
}
.text1 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#8d9450;
	font-size:22px;
	font-weight: 400;
}
.text2 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#8d9450;
	font-size:22px;
	font-weight: 700;
}
.text3 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#8d9450;
	font-size:30px;
	font-weight: 700;
	text-shadow:#0e2d3a -2px 2px;
}
.text4 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#fff;
	font-size:55px;
	font-weight: 700;
	text-shadow:#0e2d3a -2px 2px;
}
.text5 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#fff;
	font-size:22px;
	font-weight: 400;
}
.text6 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#fff;
	font-size:16px;
	font-weight: 400;
}
.text7 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#8d9450;
	font-size:16px;
	font-weight: 400;
}
.text8 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	color:#fff;
	font-size:13px;
	font-weight: 400;
}
.menunav {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color:#fff; 
	font-size:16px;
	font-weight: 400;
}
a.menunav{
	color:#fff;
	font-size:16px;
	font-weight: 400;
	text-decoration:none;
}
a.menunav:hover {
	color: #a3b037;
	font-size:16px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #01a4d6;
}
#picOne, #picTwo, #picThree, #picFour, #picFive  {
	display:none;
}

/* EDIT FOR SLIDESHOW.php */
#mybgcarousel{ /* CSS for specific carousel container called #mybgcarousel. */
width:80%;
height:600px;

}

/* ######### Shared CSS for various parts of carousel (in the event of multiple carousels) ######### */

.bgcarousel{ /* shared CSS for main carousel container */
background:  none url(images/gallery/loading.gif) center center no-repeat; /* loading gif while caoursel is loading */
}

.bgcarousel img.navbutton{ /* CSS for the nav buttons */
}

.bgcarousel .slide{ /* CSS for each image's DIV container within main container */
background-color:  transparent;
background-position: center center; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */

}

.bgcarousel .selectedslide{ /* CSS for currently selected slide */
}

.bgcarousel .slide .desc{ /* DIV that contains the textual description inside .slide */
background-image:url(images/gallery/bg.png);
position: absolute;
text-align:left;
color: #000;
left: 40px;
top: 70px;
width:300px;
padding: 10px;
font: bold 24px 'Source Sans Pro', Arial, Helvetica, sans-serif;
text-shadow: 0px 1px #fff; /* CSS3 text shadow */
z-index: 5;
}

.bgcarousel .selectedslide .desc{ /* CSS for currently selected slide's desc div */
}

.bgcarousel .slide .desc h2{
font-size:50%;
margin:0;
}

.bgcarousel .slide .desc a{
color:yellow;
text-decoration:none;
}