a {
	color: #949494;
}

body {
	background-image: url(../Img/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: HelveticaNeue-Roman, Arial;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

/* ================================================= */
/* FONTS
/* ================================================= */

@font-face { 
	font-family: 'HelveticaNeue-Bold'; 
	src: url('../Fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/HelveticaNeue-Bold.woff') format('woff'), url('../Fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../Fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg'); 
	font-weight: normal; 
	font-style: normal;
}

@font-face { 
	font-family: 'HelveticaNeue-Roman'; 
	src: url('../Fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('../Fonts/HelveticaNeue-Roman.woff') format('woff'), url('../Fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('../Fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}

@font-face { 
	font-family: 'HelveticaNeue-Thin'; 
	src: url('../Fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'), url('../Fonts/HelveticaNeue-Thin.woff') format('woff'), url('../Fonts/HelveticaNeue-Thin.ttf') format('truetype'), url('../Fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}

/* ================================================= */
/* BASE STYLES
/* 
/* Styles for basic elements everywhere on the page
/* ================================================= */

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeue-Bold;
	font-size: 2.6em;
}
h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-family: HelveticaNeue-Thin;
	font-size: 2.6em;
}
h1, h2 { letter-spacing: -1px; }

p { font-size: 1.3em; }

.clearfix:after {
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

/* Header
-----------------------------------------------------*/

.header {
	background-image: url(../Img/header.png);
	background-position: center center;
	width: 100%;
	height: 38px;
	padding-top: 20px;
}

.logo {
	width: 128px;
	height: 15px;
	margin: 0 auto;
}
.logo a {
	background-image: url(../Img/logo.png);
	background-repeat: no-repeat;
	background-size: 128px 15px;
	width: 128px;
	height: 15px;
	display: inline-block;
}
.logo a span { display: none; }

/* Body
-----------------------------------------------------*/

.body {
	background-color: #FFF;
	margin: 140px auto 0 auto;
	box-shadow: 0px 5px 50px rgba(0,0,0,0.1);
	padding: 40px 50px;
	transition: all 0.2s ease-in-out;
	width: 65%;
	height: 350px;
}

.body h1, .body h2 {
	transition: all 0.2s ease-in-out;
}

/* Content
-----------------------------------------------------*/

.content { clear: both; }

/* Mobile
-----------------------------------------------------*/

@media screen and (max-width: 600px) {
	h1, h2 {
		font-size: 2.0em;
		letter-spacing: 0;
	}
	
	p {
		font-size: 1.0em;
	}
	
	.body {
		margin: 20px;
		padding: 20px 25px;
		width: auto;
		height: auto;
		box-sizing: border-box;
	}
}