/* LINKS */



/* BODY */
body {
	
	font: normal normal 10px/14px 'Roboto', sans-serif;
	color: #000;
	background:url(/media/bg.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:100% 100%;
	font-family: 'Roboto', sans-serif;
}


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

/* H1 - H6 */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight:400;
	font-style:normal;
	text-align:left;
	margin:0;
	line-height:normal;
	}
	
h1 { font-size:3em; text-align:center;}
h2 { font-size:2em; text-align:center;}
h3 { font-size:1.8em; color:#000;}
h4 { font-size:1.7em;}
h5 { font-size:1.6em;}







img {display: block; min-width: 100%; max-width: 100%; height: auto;
    width: auto\9; /* IE8 only */
}
 
.font-roboto {font-family: 'Roboto', sans-serif;} /* 100.300.400.500.700.900 */
.font-roboto-cond {font-family: 'Roboto Condensed', sans-serif;} /* 300.400.700 */

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

a:link {color:#00bcf9; text-decoration:underline;}
a:visited {color:#00bcf9; text-decoration:underline;}
a:hover, a:active {color:#f23264; text-decoration:none;}

/*pink gradient*/
.pink-grad {
	-webkit-box-shadow: inset -2px 1px 0 1px rgba(155,10,48,.68);
	-moz-box-shadow: inset -2px 1px 0 1px rgba(155,10,48,.68);
	box-shadow: inset -2px 1px 0 1px rgba(155,10,48,.68);
	background-image: -webkit-linear-gradient(bottom, #ed1c52, #f43869);
	background-image: -moz-linear-gradient(bottom, #ed1c52, #f43869);
	background-image: -o-linear-gradient(bottom, #ed1c52, #f43869);
	background-image: -ms-linear-gradient(bottom, #ed1c52, #f43869);
	background-image: linear-gradient(to top, #ed1c52, #f43869);	
}
.blue-grad {
	
	background-color: #008bdb;
	-webkit-box-shadow: inset -2px 1px 0 1px rgba(13,108,181,.68);
	-moz-box-shadow: inset -2px 1px 0 1px rgba(13,108,181,.68);
	box-shadow: inset -2px 1px 0 1px rgba(13,108,181,.68);
	background-image: -webkit-linear-gradient(bottom, #0074cd, #00c6ff);
	background-image: -moz-linear-gradient(bottom, #0074cd, #00c6ff);
	background-image: -o-linear-gradient(bottom, #0074cd, #00c6ff);
	background-image: -ms-linear-gradient(bottom, #0074cd, #00c6ff);
	background-image: linear-gradient(to top, #0074cd, #00c6ff);
}

