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

body {
	background-color: #f1f1f1;
	width: 100%;
	margin: 0 auto;
	background: url(portrait.png) no-repeat center center fixed; 
 	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@font-face {
	font-family: 'DIN';
	src: url('webfonts/2DE5C4_0_0.woff') format('woff'); 
		 	}
@font-face {
	font-family: 'DIN light';
	src: url('webfonts/2DE5C4_1_0.woff') format('woff'); 
		 	}
h1 {
	font-family: "DIN";
	font-size: 1em;
	color: #6CE0F4;
	line-height: 0.4;
	text-align: center;
}

h2 {
	font-family: "DIN";
	font-size: 1em;
	color: #fff;
	text-align: center;

}
	
h3 {
	font-family: "DIN Light";
	font-size: 0.8em;
	color: #2C2F38;
	font-weight: 700;
	text-align:center;
	line-height:1.5em;
	font-weight:lighter;
}
h3white {
	font-family: "DIN Light";
	font-size: 0.8em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height:1.5em;
	font-weight:lighter;
}
h4 {
	font-family: "DIN";
	font-size: 0.8em;
	color: #2C2F38;
	}

h5 {
	font-family: "DIN";
	font-size: 0.8em;
	color: #2C2F38;
	line-height:1.5em;
	}
	
	
a {
	font-family: "Din";
	font-size: 1em;
	color: #F82653;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
	color: #C51539;
	text-transform: uppercase;
}
a:active {
	text-decoration: none;
	color: #F82653;
	text-transform: uppercase;
}	

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
	
h1 {
	font-family:"DIN";
	font-size:2em;
	color: #6CE0F4;
	text-align:center;
}

h2 {
	font-family: "DIN";
	font-size:1em;
	color:#fff;
	text-align:center;
}
h3 {
	font-family: "DIN Light";
	font-size: 2em;
	color: #2C2F38;
	font-weight:700;
	text-align:center;
	line-height:1.5em;
	font-weight:lighter;
}
h3white {
	font-family: "DIN Light";
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height:1.5em;
	font-weight:lighter;
}
	}
	
	