@charset "UTF-8";

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

body, html {
	font-family: "Garamond Regular", Times, "Times New Roman", "serif";
	font-color: #222222;
}

.heroImage {
	background-image: url("images/hero.jpg");
    height: 490px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.heroTextParent {
	width: 450px;
	height: 410px;
	margin: auto;
	display: table;
	text-align: center;
	color: white;
}

.heroTextChild {
	display: table-cell;
	vertical-align: middle;
}

.heroTextParent h1 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 2px;
}

.heroTextParent h2 {
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 3px;
}

.heroTextParent h3 {
	font-style: italic;
	font-size: 36px;
	
}

.main {
	width: 700px;
	margin: auto;
	overflow: hidden;
	padding: 100px 0px 150px 0px;
}

.main h3 {
	color: #72cddd;
	font-family: Helvetica, Arial, "sans-serif";
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.main h4 {
	font-size: 16px;
}

.demo {
	width: 380px;
	float: left;
	line-height: 50px;
}

.description {
	line-height: 22px;
}

.description p {
font-size: 14px;
}

.contact {
	float: left;
	padding-top: 40px;
	line-height: 30px;
}

#vcLogo {
	width: 40px;
	margin: auto;
	padding-bottom: 30px;
}

#vcLogo img {
	width: 40px;
}

.bottomBorder {
	height: 40px;
	background: #70d38e;
	background: linear-gradient(to right, #5a8dbf, #72cddd);
}



@media only screen and (max-width:800px){
	
	.heroTextParent h1 {
		font-size: 40px;
	}
	
	.heroTextParent h2 {
		font-size: 24px;
	}
	
	.heroTextParent h3 {
		font-size: 26px;
	}
	
	.main {
		width: 80%;
	}
	
	.demo {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.description {
		text-align: center;
		margin: auto;
		padding-top: 40px;
	}
	
	.contact {
		text-align: center;
		float: none;
	}
}

@media only screen and (max-width:450px){
	
	.heroImage {
		height: 300px;
		background-size: cover;
	}
	
	.heroTextParent{
		width: 100%;
		height: 250px;
	}
	
	.heroTextParent h1{
		font-size: 30px;
	}
	
	.heroTextParent h2 {
		font-size: 20px;
	}
	
	.heroTextParent h3{
		font-size: 24px;
	}
	
	.main {
		padding: 50px 0px 75px 0px;
	}
	
	audio {
		width: 100%;
	}
}