﻿/* ===== General Styles ===== */
body 
	{
	background: #000;
	margin: 0px;
	min-width:320px; 
	}

a:link 
{
	font-family:Arial, Geneva, sans-serif;
	color: #F3F1F1;
	font-weight: normal;
	text-decoration: none;
}

a:visited 
{
	font-family:Arial, Geneva, sans-serif;
	color: #F3F1F1;
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
	font-family:Arial, Geneva, sans-serif;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}


a.button:link /* Buttons */
	{
	font-family:Arial, Geneva, sans-serif;
     background-color: #414141;
     padding: 10px 30px 10px 30px;
     margin: 5px 5px 0px 2px;
     color: #fff; 
     font-size: 1.0em;
     text-decoration: none;
	}

a.button:visited /* Buttons */
	{
	font-family:Arial, Geneva, sans-serif;
     background-color: #414141;
     padding: 10px 30px 10px 30px;
     margin: 5px 5px 0px 2px;
     color: #fff; 
     font-size: 1.0em;
     text-decoration: none;
	}

a.button:hover /* Buttons */
	{
	font-family:Arial, Geneva, sans-serif;
     background-color: #fff;
     padding: 10px 30px 10px 30px;
     margin: 5px 5px 0px 2px;
     color: #414141; 
     font-size: 1.0em;
     text-decoration: none;
	}

/* ===== Main Site Layout ===== */

#myBtn 
{
	  display: none; /* Hidden by default */
	  position: fixed; /* Fixed/sticky position */
	  bottom: 25px; /* Place the button at the bottom of the page */
	  right: 2px; /* Place the button 30px from the right */
	  z-index: 99; /* Make sure it does not overlap */
	  border: none; /* Remove borders */
	  outline: none; /* Remove outline */
	  background-color: #414141; /* Set a background color */
	  color: #fff; /* Text color */
	  cursor: pointer; /* Add a mouse pointer on hover */
	  padding: 20px; /* Some padding */
	  border-radius: 10px; /* Rounded corners */
	  font-size: 0.9em; /* Increase font size */
}

#myBtn:hover 
{
  background-color: #fff; /* Add background color on hover */
  color: #414141; /* Text color */
}


#banner
	{
	max-width : 1200px;
	width : 100%;
	margin: 0px auto;
	text-align:center;
	background-color: transparent;
	}
	

.navWrapper
	{
	width : 100%;
	height: 36px;
	background-color: transparent;
	border-top: 1px #4B4B4B solid;
	border-bottom: 1px #4B4B4B solid;
	clear:both;
	}

.nav
	{
	max-width : 770px;
	width : 98%;
	margin: 0px auto;
	background-color: transparent;
	}
	
.slides
	{
	width : 100%;
	background-color: transparent;
	border-bottom: 1px #5A370F solid;
	}
	
	.iSlide {
		position : relative;
		padding-bottom : 35.0%;
		padding-top : 0px;
		height : 0;
		overflow : hidden;
	}
	.iSlide iframe {
		position : absolute;
		top : 0;
		left : 0;
		width : 100%;
		height : 100%;
	}

	.vid
	{ 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	}

		.vid iframe 
		{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		}

.vidWrapper
	{
	max-width : 1200px;
	width : 94%;
	margin: 0px auto;
	background-color: transparent;
	text-align:center;
	overflow:hidden;
	border-radius: 15px;
	}	

.imgHead
	{
	width : 100%;
	background-color: transparent;
	}
		
.content
	{
	max-width : 1400px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}
	
.gallery
	{
	max-width : 1400px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	text-align:center;
	background-color: transparent;
	}

.center
	{
	width : 100%;
	text-align:center;
}

.textBox
	{
	width : 94%;
	margin: 0px auto;
	padding: 1%;
	text-align:center;
	background-color: transparent;
	}

.oneCol
{
	max-width : 1200px;
	background-color: transparent;
	width: 96%;
	margin: 0 auto;
	padding: 1.5%;
}

.twoCol
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	background-color: transparent;
}

.twoColCen
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	background-color: transparent;	
	text-align: center;
}

.threeCol
{
	float: left;
	width: 30%;
	margin: 2% 0% 1% 3%;
	background-color: transparent;}

.threeColCen
{
	float: left;
	width: 30%;
	margin: 2% 0% 1% 3%;
	background-color: transparent;	
	text-align:center;
}

	
.spacer
	{
	width: 100%;
	height:10px;
	background-color: transparent;
	clear:both
	}

hr
	{
	border: none;
	background-color: #DCD2A0;
	color: #DCD2A0;
	height: 1px;
	}
		

/* ===== Text styles ===== */


h1 /* Main Heading Text */
	{
	margin: 5px;
	font-family:Arial, Geneva, sans-serif;
	color: #F3F1F1;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	}

h2 /* Main Heading Text */
	{
	font-family:Arial, Geneva, sans-serif;
	margin-top: 5px;
	color: #F3F1F1;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	}

h3 /* Main Heading Text */
	{
	font-family:Arial, Geneva, sans-serif;
	color: #F3F1F1;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	}

.siteText  
	{
	font-family:Arial, Geneva, sans-serif;
	color: #F3F1F1;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}
	
.quoteText  
	{
	font-family:Arial, Geneva, sans-serif;
	color: #D2EBFF;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}
		
li
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #F3F1F1;
	font-size: 1.0em;
	line-height:1.50;
	}

/* ===== Image styles ===== */

img
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border:0px;
	}
	
.imgMain
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border-bottom: 1px #fff solid;
	}
	
.imgTopRound
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border-radius: 15px 15px 0px 0px;
	}
	
.imgSm
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}
	
.socIcons
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 5px;
	}


/* ===== Footer Content ===== */


#footer
	{
	width : 100%;
	background-color: transparent;
	margin: 20px auto 0px auto;
	padding-bottom:10px;
	text-align:center;
	border-top: 1px #4B4B4B dotted;
	}
	
/* ===== MEDIA SCREENS ===== */

@media screen and (max-width: 1100px) 	
	{
		
	#banner {
	width: 100%;
	}
	
	.slides 
	{
	width: 100%;
	}
	
	#outerWrapper 
	{
	width: 100%;
	}
	
	.threeCol
	{
	width: 45%;
	}	
		
	.threeColCen
	{
	width: 45%;
	}
	
	.imgSm
	{
	max-width : 60%;
	}	
	}



@media screen and (max-width: 800px) 	
	{
						
	.twoCol
	{
	margin: 2% 2% 2% 2%;
	padding: 1.5%;
	width: 92%;
	}

	.twoColCen
	{
	margin: 2% 2% 2% 2%;
	padding: 1.5%;
	width: 92%;
	}

	.threeCol
	{
	width: 95%;
	}	

	.threeColCen
	{
	width: 95%;
	}
	
	.fourCol
	{
	width: 45%;
	margin: 1% 0% 2% 3.0%;
	}	
	
	.imgGal
	{
	max-width : 40%;
	}		
	}
	
	@media screen and (max-width: 500px) 	
	{
			
	h1 /* Main Heading Text */
	{
	font-size: 1.1em;
	}
			
	.imgSm
	{
	max-width : 40%;
	}
	
	.imgGal
	{
	max-width : 30%;
	}
	}

					



