@CHARSET "ISO-8859-1";

/*CLEAR*/
a {
	color: black;
	text-decoration: none;
}

a:ACTIVE {
	color: black;
	text-decoration: none;
}

a:VISITED {
	color: black;
	text-decoration: none;
}

a:HOVER {
	color: black;
	text-decoration: none;
}

h3,h2,h1 {
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0px;
	padding-top: 0px;
}

ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}

body {
	font-family: sans-serif;
	font-size: 16px; padding : 0px;
	margin: 0px;
	padding: 0px;
}

img#bg {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -9999;
}

.dark {
	background-color: rgba(10, 15, 22, 0.85);
	color: #e0e0e0;
	-moz-box-shadow: inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow: inset 0 0 10px #000000;
}

.seperator {
	clear: both;
	height: 50px;
}

#header {
	margin-top: 100px;
}

#menu {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

#menu ul {
	list-style: none;
	display: inline;
	padding: 0px;
}

#menu ul li {
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
}

#menu ul li:HOVER {
	border-bottom: #E3AB02 medium solid;
}

#gallery {
	
}

#gallery-content {
	width: 900px;
	height: 600px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: auto;
}

@media screen and (max-width: 1200px){
	#gallery-content {
		width: 600px;
		height: 900px;
	}  	
}

@media screen and (max-width: 600px){
	#gallery-content {
		width: 300px;
		height: 1800px;
	}  	
}


#gallery-content .box {
	width: 298px;
	height: 298px;
	background-color: white;
	margin: 1px;
	float: left;
	overflow: hidden;
}

#gallery-content .box-tall {
	width: 298px;
	height: 598px;
	background-color: white;
	margin: 1px;
	float: left;
	overflow: hidden;
}


#gallery-content .box img {
	width: 300px;
	height: 300px;
	margin: auto;
}

#gallery-content .box-tall img {
	width: 300px;
	height: 600px;
	margin: auto;
}

#gallery-content .box:HOVER, #gallery-content .box-tall:HOVER {
-moz-box-shadow:    0px 0px 2px  #ccc;
  -webkit-box-shadow: 0px 0px 2px #ccc;
  box-shadow:         0px 0px 2px #ccc;
}

.content {
	max-width: 768px;
	padding: 0px;
	margin: auto;
	margin-top: 75px;
	text-align: center;
}

.content .left {
	width: 50%;
	float: left;
}

.content .right {
	width: 50%;
	float: left;
}

.content img {
	max-width: 100%;
	max-height: 100%;
	
	-moz-box-shadow:0 0 6px #202020;
	-webkit-box-shadow: 0 0 6px #202020;
	box-shadow: 0 0 6px #202020;
}

#info {
	margin: auto;
	max-width: 768px;
}

.info-box {
	width: 50%;
	margin-bottom: 100px;
	float: left;
	padding-top: 25px;
	text-align: center;
	float: left;
}

#footer {
	float: none;
	clear: both;
	margin-top: 100px;
	text-align: center;
}