* {
	margin: 0;
	padding: 0;
}
html {
	background-image:url('images/background.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

iframe {
	display: block;
	margin: 0 auto;
}

.content {
	clear:both;
	min-width: 810px;
	width: 64%;
	margin: 0 auto;
}
#logo {
	height: 150px;
	background-color:rgba(255,255,255,0.0);
	font-size:80px;
	font-family: Bradley Hand ITC;
	line-height:150px;
}
#logo span {
	font-size: 48px;
}
#nav {
	height: 50px;
	font-family: Bradley Hand ITC;
	font-weight: bold;
	background-color:rgba(73,246,220,0.8);
}
#nav ul {
	list-style: none;
	height: 50px;
	line-height: 50px;
	width:90%;
}
#nav ul li {
	float: left;
	width:16%;
	text-align: center;
	font-size:1.5em;
}
#main {
	background-color:rgba(255,255,255,0.8);
}
.inner {
	padding:25px;
	padding-right:40px;
	text-align: justify;
}
#contact {
	width: 600px;
	float: left;
	padding-right: 100px;
}
#contact tr td:first-child {
	width: 140px;
}
#contact input, #contact textarea {
	width: 100%;
}
.quote {
	font-size:2.3vw;
	padding-right:80px;
}
.quote div {
	font-size:1.6vw;
	text-align:right;
}
@media all and (max-width: 1280px) {
	.quote {
		font-size:28px;
	}
	.quote div {
		font-size: 19px;
	}
}
#schedule tr { 
	height: 200px;
}
#schedule tr td:first-child {
	text-align:center;
}
#schedule tr td:last-child {
	padding-left: 15px;
}
#schedule td {
	width: 45%;
	overflow: hidden;
}
#schedule img {
	max-width:95%;
	max-height:95%;
}
#schedule img {
	border: 8px solid #777;
}
.galleria {
	width: 100%;
	height: 500px;
	background: none;
}
#schedule tr { 
	height: 200px;
}
#schedule tr td:first-child {
	text-align:center;
}
#schedule tr td:last-child {
	padding-left: 15px;
}
#schedule td {
	width: 45%;
	overflow: hidden;
}
#schedule img {
	max-width:95%;
	max-height:95%;
}
#schedule img {
	border: 8px solid #777;
}

hr {
	visibility: hidden;
	clear:both;
}
#footer {
	background:rgba(255,255,255,0.5);
}