/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
}

p {
	margin: 10px !important;
}

h1 {
	font-size: 80px;
	line-height: 100%;
}

a {
	color: #000;
	background: transparent;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin: 0;
}

a:hover {
	color: #f44932;
	transition: all 0.3s;
	text-decoration: none;
}

ul {
	margin: 30px 0;
	display: block;
	list-style: none;
}

#social a {
 width:40px;
 border: none;
}

.nav-icons { 
	padding-left: 10px;  
	padding-right: 10px;
	display: inline-block;
}

@media (min-width: 1024px) {
	#banner {
		background: url(images/banner.jpg) no-repeat center center;
		background-size: cover;
		padding: 140px 0 140px;
		height: 1060px;
		position: relative;
	}

}

@media (max-width: 812px){
	#banner {
		background: url(images/banner-small.jpg) no-repeat top center;
		background-size: cover;
		padding: 40px 0;
	}
	#banner h1 {
		font-size: 60px;
	}
	#banner p {
		font-size: 14px;
		width: 40%;
	}
}
