html,
body {
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Raleway', sans-serif;
	background:url('../images/bg.png');
	font-weight: 500;
	text-align: center;
	color: #555;
	border-top: 3px solid #444;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.logo {
	margin-top: 15px;
	display: inline-block;
	max-width: 90%;
}

.logo img {
	max-width: 100%;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

h1{
	display: inline-block;
	border-top: 3px solid #FF8A00;
	font-size:50px;
	margin-top: 10px;
	margin-bottom: 20px;
	color:#333;
	text-transform: capitalize;
	width: 100%;
	font-weight: 200;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-weight: 500;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
}

p {
	font-size: 20px;
	line-height: 1.6;
	margin-top: 0;
}

p img {
	vertical-align: top;
	max-height: 40px;
	margin: 10px;
	margin-top: 20px;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover,
a:visited {
	color: #333;
	text-decoration: underline;
}

em {
	font-size: 16px;
}

section div {
	float: left;
	width: 24.5%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #fff;
}

section div:first-child {
	border-left: none;
}

section div:last-child {
	border-right: none;
}

a img {
	opacity: 0.9;
}

a:hover img {
	opacity: 1;
}

@media all and (max-width: 767px) {
	section div {
		display: block;
		width: 100%;
		border: none;
		padding: 10px 0 25px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ddd;
	}
	section div:first-child {
		border-top: none;
	}
	section div:last-child {
		border-bottom: none;
	}
}

@media all and (max-width: 500px) {
	h1 {
		font-size: 36px;
	}
}
