/* Embedded Webfonts
-----------------------------*/
@font-face {
	font-family: 'capitalist';
	font-style: normal;
	font-weight: 100;
	src: url('fonts/capitalist.ttf.eot');
	src: local('capitalist'), url('fonts/capitalist.ttf.eot') format('embedded-opentype'), url('fonts/capitalist.ttf.woff') format('woff');
}



/* Common Styles
--------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: 'capitalist', sans-serif;
	font-size: 100.01%;
	color: #000;
	background-color: #ff7247;
}


#container {
	font-size: 1.1em;
	line-height: 2em;
}


#logo {
	margin-top: 160px;
	padding: 0 30px;
	text-align: center;
}

#logo img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s;
}

#logo img:hover {
	opacity: 0.5;
}


a,
a:link, 
a:visited {
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover, 
a:active, 
a:focus {
	color: #fff;
}

#left,
#right {
	position: fixed;
	padding: 0 50px;
	bottom: 120px;
}

#right {
	right: 0;
	text-align: right;
}

