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

html, body {
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


body {
	background: url('images/bg.jpg') top center no-repeat;
	background-color: black;
	text-align: center;	
}

#wrapper {	
	margin: 0 auto;
	width: 920px;
	height: auto;
	text-align: left;
	padding: 0;
	
}

#pics-mob, #contact-mob, #pics-600 {
	display: none!important;
}

#links-mobile {
	display: none!important;
}

.clear {
	clear: both;
	height: 0;
	float: none;	
}

#logo {
	width: 225px;
	height: 175px;
	text-align: left;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 5555;	
}

#links {
	clear: both;
	position: relative;
	width: 500px;
	height: 58px;
	margin: 0 auto;
	top: -53px;
	right: 65px;
	float: right;
	text-align: right;
	z-index: 9999;
	overflow: hidden;
}

#contact-info {
	clear: both;
	margin: 0 auto;
	position: relative;
	top: -35px;
	width: 800px;
	height: 30px;
	text-align: right;
	color: white;
	padding: 0;
	font-family: 'Alegreya', Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .03em;
	text-shadow: 0em 0em 0.3em black}

#pics {
	clear: both;
	width: 800px;
	height: 250px;
	margin: 0 auto;
	padding: 0px 0 12px 0;
	margin-top: -50px;
	text-align: center;
}

#info {
	clear: both;
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 25px 0;
	text-align: left;
	
}

#inside {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0% 0;	
}

	#inside .left, #inside .center {
		float: left;
		width: 31%; 
		height: auto;
		margin: 0 2% 0 0;
		padding: 0;	
	}
	
	#inside .right {
		float: left;
		width: 31%; 
		height: auto;
		margin: 0 0% 0 0;
		padding: 0;	
	}

p {
	font-family: 'Alegreya', Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 25px;
	padding-bottom: 10px;
	color: #ffffcc;
}

h1 {
	font-family: 'Alegreya', Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .06em;
	margin-bottom: 5px;
	padding: 0px;
	color: white;
	text-align: left;
}

h2 {
	font-family: 'Alegreya', Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: .05em;
	padding: 0px;
	margin-bottom: -5px;
	color: #99cc33;
	font-weight: 700;
	
}

h3 {
	font-family: 'Alegreya', Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: .05em;
	padding: 0px;
	margin-bottom: -5px;
	color: #FC0;
	font-weight: 700;
	
}

a {
	text-decoration: none;
	color: #ccff66;
}

a:hover {
	color: #FFF;
	
}
