/* LINKS */



/* BODY */
body {
	
	font: normal normal 10px/14px 'Roboto', sans-serif;
	color: #cdcdcd;
	background:url(../images/bg.jpg);
}


/* P */
p { color:#cdcdcd; margin-bottom:1em; font: normal normal 1.4em/1.1em 'Roboto', sans-serif;}

/* H1 - H6 */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #1faff4;
	font-weight:400;
	font-style:normal;
	text-align:left;
	margin:0;
	line-height:normal;
	}
	
h1 { font-size:2.6em; text-align:center; font-weight:400; text-transform:uppercase;}
h2 { font-size:2.6em; text-align:center; font-weight:400; text-transform:uppercase;}
h3 { font-size:2.2em; color:#fff; text-transform:uppercase;}
h4 { font-size:1.8em;}
h5 { font-size:1.7em;}







img {display: block; min-width: 100%; max-width: 100%; height: auto;
    width: auto\9; /* IE8 only */
}
 
.font-opensans {font-family: 'Open Sans', sans-serif;} /* 300.400.600.700.800 */

.clear {clear:both; line-height:0px; height:0px; overflow:hidden; font-size:0px;}

a:link {color:#fff; text-decoration:underline;}
a:visited {color:#fff; text-decoration:underline;}
a:hover, a:active {color:#1faff4; text-decoration:none;}

/*main colors:
	blue:#1faff4
	grey: #676767
	
*/

/*
fonts
font-family: 'Open Sans', sans-serif; 300/400/600/700/800
font-family: 'Roboto', sans-serif; 100/300/400/500/700/900
font-family: 'Roboto Condensed', sans-serif; - 300/400/700
*/

