/* CSS Document */
@charset "utf-8";

@font-face {
	font-family: bebas;
	src: url('fonts/BebasNeue.otf'), url('fonts/BebasNeue.ttf'), url('fonts/BebasNeue.eot'), url('fonts/BebasNeue.svg'), url('fonts/BebasNeue.woff');
}

html {
	font-family: 'Roboto', 'sans-serif';
	font-size: 16px;
}
#header li {
	font-size: 14px;
	font-weight: bold;
}
#header .util {
	font-size: 14px;
	font-weight: normal;
}
#header .boss {
	font-size: 18px;
	font-weight: normal;
}
#header p {
	font-size: 14px;
	font-weight: normal;
}	
#header2 h2 {
	font-size: 54px;
	font-weight: 100;
}
#red h1 {
	font-size: 48px;
	letter-spacing: 0px;
	font-weight:100;
	margin-bottom:10px;
}
#black h2 {
	font-size: 32px;
	font-family: bebas;
	font-weight: 100;
}	
#footer {
	font-size: 12px;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: 100;
	line-height: 50px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
#subject .floater h2 {
	font-size: 18px;
	line-height: 19px;
}
#subject #pov h3 {
	font-size: 18px;
	color: white;
}
h3 {
	font-family: 'bebas';
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 3px;
}
.slide h3 {
	padding-left:10px;
}
p {
	font-size: 16px;
}
#summary p {
	font-size: 24px;
	font-weight:bold;
}
a {
	text-transform: none;
	text-decoration: none;
	color: black;
}
#red a, #black a {
	color: white;
}
.floater:hover a, #header .nav a:hover, #red a:hover, #black a:hover, #boring a:hover { text-decoration:underline; }