/* 
	Author  : Berkay Nizam
	Time    : 14.1.2015, 18:25
	Contact : berkay@32bitimagination.com
*/

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext');

html,body {
	height: 100%;
}

Body {
	margin: 0;
	padding: 100px 0;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}


.headerBg {
	width: 100%;
	height: 100px;
}

.footerBg {
	width: 100%;
	height: 100px;
}

img {
	margin: 60px auto;
}

.logo img {
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
	text-align: center; 
}

h1 {
	font-weight: 300;
	margin-bottom: 50px;
}

p {
	margin-bottom: 50px;
}

p span {
	margin: 15px 0;
}

a {
	color: #333;
	transition: all .2s linear;
}

a:hover {
	color: #333;
}