* {
	margin:0;
	padding:0;
}

body {
	background:#757575;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

p {
	text-align: center;
	margin-bottom:10px;
	padding:0 20% 0 20%;
	line-height:24px;
}

b{
	font-weight: 700;
}

a {
	color:#333333;
}


h1 {
	font-family: 'Droid Serif', serif;
	color:#f1f1f3;
	font-size:12px;
	text-align: center;
	opacity:0.59;
	letter-spacing: 0.05em;
}

h2 {
	font-family: 'Droid Serif', serif;
	color:#000;
	font-size:16px;
	text-align: center;
	letter-spacing: 0.025em;
	margin-bottom:10px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:16px;
	font-weight:700;
	text-align: center;
	margin-bottom:30px;
	line-height: 26px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size:10px;
	font-weight:700;
	text-align: center;
	margin-bottom:20px;
}

#content {
	margin: 0 auto;
}

section {
	margin-top:30px;
}

#slideshow {
	position: relative;
	left:50%;
	width:905px;
	height:446px;
	margin:0px 0 40px -452px;
	overflow:hidden;
}

#slideshow img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

footer {
	width:100%;
	margin-top:60px;
	padding-bottom:100px;
	border-style: solid;
    border-top: 1px solid #646464;
    padding-top:50px;
}

footer p {
	color:#333333;
	font-size:12px;
	margin:0;
}


.tab {
	margin-left:10px;
}

/* MEDIA QUERIES */


@media (max-width: 900px) {

	#slideshow {
		position: relative;
		left:50%;
		width: 700px;
		height: 345px;
		margin: 0px 0 40px -350px;
		overflow:hidden;
	}
	
	p {
		padding: 0 10% 0 10%;
	}


}

@media (max-width: 500px) {

	#slideshow {
		position: relative;
		left:50%;
		width: 400px;
		height: 197px;
		margin: 0px 0 40px -200px;
		overflow:hidden;
	}


}


