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

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

body, html {
	color: #202020;
	font-weight: 400;
	min-height: 100%;
	background-color: #fff9f6;
	background-image: url("images/backgroundImage.png");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: open-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
}

#topBar {
	background-color: #202020;
	width: 100%;
	height: 20px;
	position: fixed;
}

#headerParent {
	text-align: center;
	width: 700px;
	height: 460px;
	margin: auto;
	display: table;
}

#headerChild {
	display: table-cell;
	vertical-align: middle;
}

#headerParent h1 {
	font-family: lust-display, serif;
	font-weight: 400;
	font-size: 40px;
	margin-bottom: -7px;
}

#headerParent h2 {
	color: #e58b5e;
	font-size: 14px;
	letter-spacing: 5px;
}

#main {
	width: 700px;
	margin: auto;
	position: relative;
	top: -50px;
}

#main h3 {
	font-family: lust-display, serif;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

#demo {
	width: 200px;
	float: left;
	margin: 0px 50px 20px 50px;
}

#demo h4 {
	color: #e58b5e;
	margin-bottom: 10px;
}

audio {
	width: 100%;
	margin: 10px 0px 20px 0px;
}

#description {
	width: 200px;
	float: left;
}

#description h4 {
	font-style: italic;
	color: #e58b5e;
	margin-bottom: 20px;
}

#description p {
	font-weight: 100;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: .2px;
}

#contact {
	width: 200px;
	float: left;
}

.contactIcon {
	float: left;
}

#contact h4{
	padding-left: 40px;
}

#vcLogo {
	clear: left;
	width: 50px;
	margin: auto;
	padding-top: 200px;
	padding-bottom: 40px;
}

#bottomBar {
	width: 100%;
	height: 20px;
	background-color: #202020;
	position: fixed;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width: 850px){
	
	#headerParent {
		width: 90%;
	}
	
	#headerParent h1 {
		font-size: 35px;
	}
	
	#main {
		width: 80%;
		text-align: center;
	}
	
	#demo {
		float: none;
		width: 100%;
		margin: auto;
		margin-bottom: 50px;
	}
	
	#description {
		float: none;
		width: 100%;
		margin: auto;
		margin-bottom: 50px;
	}
	
	#contact {
		float: none;
		width: 100%;
		margin: auto;
	}
	
	.contactIcon {
		float: none;
		margin-bottom: 10px;
	}
	
	#contact h4 {
		padding-left: 0px;
	}
	
	#vcLogo {
		padding-top: 100px;
	}
	
}

@media only screen and (max-width: 500px){
	
	#headerParent {
		height: 450px;
	}
}

@media only screen and (max-width:300px){
	
	#headerParent h1 {
		font-size: 30px;
	}
	
	#main h3 {
		font-size: 18px;
	}
	
}
