body, p, a {
	font-family: 'Droid Sans', sans-serif;
}

.maximize {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.maximize .wrapper {
	position: absolute;
	left: 50%;
	top: 35%;
}

.maximize .wrapper .fix {
	position: relative; 
	left: -50%;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
}

.shadow {
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

a.shadow:hover,
a.shadow:active {
	box-shadow: none;
}


div.clear {
	clear: both;
}
