body {
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: bold;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-align: center;
}
a {
	color: #e93634;
}
a:hover {
	color: #e93634;
}
.topper {
	background-image: url("../images/topper.jpg");
	background-position: center;
	margin-bottom: 100px;
	padding-top: 400px;
	overflow: hidden;
}
.footer {
	background-image: url("../images/topper.jpg");
	background-position: center; 
}
.container-fluid {
	padding: 0;
}
h1 {
	font-size: 186px;
	color: #ffffff;
	margin-bottom: -45px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: 300;
	margin-bottom: -40px;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 72px;
	color: #e93634;
	text-align: left;
	font-style: bold;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	color: white;
	text-align: left;
	margin: 60px 0px;
}
span {
	color: #e93634;
}
.wrapper {
	background-image: url("../images/topper.jpg");
	background-position: center; 
}
.intro {
	margin-bottom: 60px;
}
.soundcloud {
	margin-bottom: 20px;
}
.video {
	margin-bottom: 25px;	
}
.address{
		font-family: 'Open Sans', sans-serif;
	color: white;
	text-align: left;
	margin: 60px 0px;	
}
.logo {
	margin-top: 130px;
	float: right;
}
@media screen and (max-width: 699px) and (min-width: 360px) {
   h1 {
	font-size: 82px;
	color: #ffffff;
	margin-bottom: -45px;
}
	p {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	text-align: center;
}
	.topper {
	background-image: url("../images/topper-2.jpg");
	background-position: bottom;
	background-size: 1600px;
	margin-bottom: 30px;
	padding-top: 90px;
	padding-bottom: 200px;
}
	h3 {
	font-weight: 800;
	font-size: 40px;
	color: #e93634;
	text-align: center;
	font-style: bold;
}
	h2 {
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	line-height:22px;
}
	h1 {
	line-height: 65px;
}
	.address {
		text-align: center;
		margin-bottom: -70px;
	}
	.video {
		margin-bottom: 10px;	
	}
	.logo {
		float: center;
		margin-left: auto;
		margin-right: 20px;
		max-width: 100%;
		padding: auto;
		padding-bottom: 50px;
		border-image-width: 300px;
	}
}