@import url(https://fonts.googleapis.com/css?family=Catamaran:100,500,800&subset=latin,latin-ext);
@import url(reset.css);
@import url(../font/font.css);
body {
	background: #5fd3ff url(../img/background_TRZYDEE.jpg) center top repeat;
	font: 19px/24px 'Catamaran', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	color: #666;
	font-weight: 100;
	width: 900px;
	margin: 0 auto;
	overflow-y: scroll;
}
a:link, a:visited, a:active, a:hover {
	color: #666;
	text-decoration: none;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}
a:active, a:hover, a.active {
	color: #999;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
h1, h2, h3, h4, h5 {
	text-align: center;
}
h1 {
	font-size: 120px;
	line-height: 120px;
	font-family: 'alternate_gothic_no1_dregular';
	color: #333;
	text-transform: uppercase;
	margin-bottom: 70px;
}
h1 a {
	color: #333 !important;
}
h2 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 500;
}
h3 {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 76px;
	padding-top: 60px;
}
h4 {
	font-size: 16px;
	line-height: 19px;
	margin-top: 9px;
	margin-bottom: 180px;
}
p {
	margin: 24px 0 0;
}
#content {
	width: 680px;
	background-color: #fff;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	margin: 295px auto 280px;
	padding: 0 60px 80px;
}
#logo {
	background-image: url(../img/logo_TRZYDEE.png);
	background-size: 196px 196px;
	width: 196px;
	height: 196px;
	margin: 0 auto 60px;
	position: relative;
	top: -98px;
}
.underline {
	text-decoration: underline;
}
a.more, a.more1, a.more2 {
	float: right;
	font-weight: 500;
	text-transform: uppercase;
	margin: 155px 0 0;
}
a.more1, a.more2 {
	margin: 10px 0 0;
}
a.more2 {
	color: #5fd3ff;
	margin: 10px 0 0;
}
div.float_reset {
	clear: both;;
}
img {
	width: 800px;
	margin-left: -60px;
}

/* iPhone */
@media only screen and (max-device-width: 480px) {
	body {
		background-image: none;
		font-size: 22px;
		line-height: 26px;
		font-weight: 500;
	}
	h1 {
		line-height: 100px;
		margin-bottom: 24px;
	}
	h3 {
		margin-bottom: 24px;
	}
	h4 {
		font-size: 21px;
		line-height: 24px;
		margin-top: 6px;
		margin-bottom: 90px;
	}
	#content {
		margin: 120px auto 140px;
		padding-bottom: 55px;
	}
    #logo {
	    margin-bottom: 0;
    }
	a.more {
		font-size: 1.4em;
		margin-top: 90px;
	}
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		background-size: 150%;
	}
	h1 {
		line-height: 100px;
		margin-bottom: 50px;
	}
	h3 {
		margin-bottom: 84px;
	}
	h4 {
		margin-bottom: 180px;
	}
	#content {
		margin-bottom: 280px;
	}
    #logo {
	    margin-bottom: 180px;
    }
}