@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;
}

body, html {
	min-height: 100%;
	height: 100%;
	font-family: fieldwork, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #212121;
}

#background_top {
	width: 100%;
	height: 476px;
	background-image: url("images/background_top.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

#contentContainer {
	width: 700px;
	margin: auto;
	position: relative;
	top: -250px;
}

#header {
	margin-bottom: 75px;
}

#title {
	text-align: right;
	width: 350px;
	float: left;
	padding-right: 30px;
	margin-right: 30px;
	border-right: thick solid #212121;
}

#title h1 {
	font-family: rubik, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 52px;
}

#title h2 {
	font-weight: 300;
	font-size: 26px;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

#tagline {
	color: #d6c167;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 3px;
}

#main {
	clear: left;
}

#main h3 {
	color: #85b3ba;
	letter-spacing: 2px;
	font-size: 26px;
	margin-bottom: 20px;
}

#demo {
	width: 310px;
	float: left;
	padding-bottom: 30px;
	margin-right: 50px;
}

audio {
	margin: 10px 0px 20px 0px;
}

#contact {
	clear: left;
}


#vcLogo {
	width: 50px;
	margin: auto;
	padding-top: 75px;
}

#background_bottom {
	width: 100%;
	height: 900px;
	background-image: url("images/background_bottom.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -850px;
	z-index: -1;
}

@media only screen and (max-width:800px){
	
	#background_top {
		height: 250px;
		background-size: auto 100%;
		background-position: 20%;
	}
	
	#contentContainer {
		top: -50px;
		width: 80%;
		text-align: center;
	}
	
	#header {
		margin-bottom: 50px;
	}
	
	#title {
		float: none;
		border-right: 0px;
		width: 90%;
		margin: auto;
		padding-right: 0px;
		text-align: center;
	}
	
	#demo {
		float: none;
		width: 100%;
		margin-right: 0px;
		padding-bottom: 50px;
	}
	
	#description {
		padding-bottom: 50px;
	}
	
	#background_bottom {
		top: -50px;
		height: 300px;
		background-position: 80%;
	}
}

@media only screen and (max-width:500px){
	
	#background_top {
		height: 150px;
	}
	
	#contentContainer {
		top: 0px;
	}
	
	#header h1 {
		font-size: 40px;
	}
	
	#header h2 {
		font-size: 20px;
	}
	
	#header h3 {
		font-size: 20px;
	}
	
	#main h3 {
		font-size: 20px;
	}
	
	#description p {
		font-size: 14px;
	}
	
	audio {
		width: 100%;
	}
	
	#background_bottom {
		top: 0px;
	}
}
	
@media only screen and (max-width: 300px){
	
	#contentContainer {
		top: -20px;
	}
	
	#header {
		margin-bottom: 25px;
	}
	
	#header h1 {
		font-size: 30px;
	}
	
	#header h2 {
		font-size: 15px;
	}
	
	#header h3 {
		font-size: 15px;
	}
	
	#main h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	#description {
		padding-bottom: 25px;
	}
	
	#description p {
		font-size: 12px;
	}
	
	h4 {
		font-size: 14px;
	}
	
	#demo {
		padding-bottom: 0px;
	}
	
	#demo h4 {
		margin-bottom: 20px;
	}
	
	.contactSection {
		padding-bottom: 20px;
	}
	
	#vcLogo {
		padding-top: 30px;
	}
	
	#background_bottom {
		height: 100px;
		background-size: 400%;
	}
}




