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

html {
	height:  100%;
	margin: 0;
	font-family: trajan-pro-3, serif;
	color: #FFF;
}
@media (orientation: landscape) {
	html {
		background: #000 url("images/JR-320.jpg?id=1") center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

}
@media (orientation: portrait) {
	html {
		background: #000 url("images/JR-320.jpg?id=1") top center no-repeat;
		background-size: contain;
		background-attachment: fixed;
	}
	@media only screen and (max-width: 600px)  {
		html {
			background: #000 url("images/JR-320.jpg?id=1") top left no-repeat;
			background-size: 800px;
			background-attachment: fixed;
		}
	}
}

hr {
	width: 400px;
	height: 2px;
	background: #221e1b;
	border: none;
	margin: 40px auto;
}
#menu {
	width: 100px;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	padding:  10px;
	z-index: 999;
}
#menu a {
	color: #FFF;
	text-decoration:  none;
}
a, a:active, a:visited {
	color: #3BB2C5;
	text-decoration: underline;font-weight: bold;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#container {
	width: 35%;
	float: right;
	margin-right: 15%;
	opacity: 0.9;
	text-align: center;
}

.logo {
	width: 200px;
}
.logo_p {
	text-align: center;
}
.circle {
	height: 40px;
	line-height: 20px;
	width:  40px;
	padding: 20px;
	border-radius: 40px;
	background: #FFF;
	text-align: center;
	color: #000;
	
}
#gallery {
	width: 100%;
}
#youtube {
	width: 560px;
	margin: 0 auto;
}
#youtube iframe {
	height: 315px;
}
.large {
	font-size: 22px;
	font-weight:  normal;
}
.table {
	width: 500px;
	margin: 0 auto;
}
.fifty {
	width: 50%;
	float: left;
}
.socials {
	width: 60px;
}
.input {
	width: 300px;
	background: rgba(255,255,255,0.8);
	font-family: trajan-pro-3, serif;
	padding: 10px;
	border: 0;
}
.button {
	width: 100px;
	background: #221e1b;
	border: none;
	padding: 10px;
	color: #FFF;
	font-family: trajan-pro-3, serif;
	line-height: 30px;
}
.hide {
	display: none;
}
.g-recaptcha {
	margin: 0 auto;
	display: block;
	width: 200px;
	overflow: hidden;
}

@media only screen and (max-width: 1650px) {
	#container {
		width: 40%;
		float: right;
		margin-right: 10%;
	}
}
@media only screen and (max-width: 1400px) {
	#container {
		width: 45%;
		float: right;
		margin-right: 5%;
	}
	#youtube {
		width: 100%;
	}
	.table {
		width: 400px; }
}
@media only screen and (max-width: 1200px) {
	.hide {
		display: inline;
	}
}
@media only screen and (max-width: 1000px) {
	.table {
		width: 90%;
	}
	.table td {
		padding: 10px;
	}
	#container {
		width: 50%;
	}
}
@media only screen and (max-width: 800px) {
	#container {
		width: 55%;
	}
	.table {
		width: 230px;
	}
	.fifty {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 600px)  {
	#container {
		width: 90%;
	}
	.logo {
		margin-bottom: 130px;
		width: 150px;
	}
	.logo_p {
		text-align: right;
	}
	.socials {
		width: 40px;
	}
}
@media only screen and (max-width: 460px)  {
	#youtube iframe {
		height: 250px;
	}
}