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

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

body, html {
	color: #5d5d5d;
	min-height: 100%;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;

}

.topBar {
	width: 100%;
	height: 30px;
	background-color: #d8ecf4;	
}

.header {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.header h1 {
	color: #5792aa;
	letter-spacing: 4px;
	font-size: 55px;
	margin-bottom: 15px;
}

.header h2 {
	font-size: 38px;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

.header h3 {
	color: #5792aa;
	font-size: 28px;
}

.main h3 {
	color: #5792aa;
	margin-bottom: 20px;
	letter-spacing: 2px;
}



.description {
	margin-bottom: 75px;
	overflow: hidden;
}

.descriptionBanner {
	background-image: url("images/descriptionBanner.png");
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	width: 50%;
	height: 300px;	
}

.descriptionParent {
	width: 350px;
	min-height: 300px;
	padding-left: 50px;
	display: table;
}

.descriptionChild {
	display: table-cell;
	vertical-align: middle;
}
.description p {
	font-weight: 100;
	line-height: 20px;
}



.demo {
	margin-bottom: 75px;
	overflow: hidden;
}

.demoIcon {
	display: none;
}

.demoParent {
	width: 50%;
	min-height: 300px;
	text-align: right;
	padding-right: 50px;
	float:left;
	display: table;
}

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

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

.demoBanner {
	background-image: url("images/demoBanner.png");
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	width: 50%;
	height: 300px;
}

.demo h4 {
	line-height: 30px;
}


.contact {
	overflow: hidden;
	margin-bottom: 75px;
}

.contactBanner {
	background-image: url("images/contactBanner.png");
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	width: 50%;
	height: 300px;
}

.contactParent {
	float: left;
	width: 350px;
	height: 300px;
	padding-left: 50px;
	display: table;
}

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

.phoneIcon {
	float: left;
}

.emailIcon {
	float: left;
}

.contact h4 {
	margin-left: 55px;
	padding-top: 7px;
}



.vcLogo {
	clear: left;
	width: 50px;
	margin: auto;
}

.bottomBar {
	width: 100%;
	height: 30px;
	background-color: #d8ecf4;
	margin-top: 20px;
}


@media only screen and (max-width:750px){
	
	.main h3 {
		margin-bottom: 25px;
	}
	
	.descriptionBanner {
		float: none;
		height: 100px;
		width: 100px;
		background-image: url("images/description_icon.png");
		margin: auto;
	}
	
	.description {
		margin-bottom: 0px;
	}
	
	.descriptionParent {
		width: 80%;
		height: auto;
		margin: auto;
		text-align: center;
		padding: 50px 0px 75px;
	}
	
	.descriptionChild {
		vertical-align: top;
	}
	
	.demo {
		margin-bottom: 0px;
	}
	
	.demoBanner {
		display: none;
	}
	
	.demoIcon {
		display: block;
		width: 100px;
		height: 100px;
		margin: auto;
		background-image: url("images/demo_icon.png");
	}
	
	.demoParent {
		float: none;
		padding: 50px 0px 75px;
		height: auto;
		width: 80%;
		margin: auto;
	}
	
	.demoChild {
		text-align: center;
	}
	
	audio {
		width: 100%;
	}
	
	.contact {
		margin-bottom: 0px;
	}
	
	.contactBanner {
		background-image: url("images/contact_icon.png");
		width: 100px;
		height: 100px;
		margin: auto;
		float: none;
	}
	
	.contactParent {
		float: none;
		padding: 50px 0px 75px 0px;;
		text-align: center;
		width: 80%;
		margin: auto;
	}
	
	.contact h4 {
		margin-left: 0px;
		padding-top: 15px;
	}
	
	.phoneIcon {
		float: none;
	}
	
	.emailIcon {
		float: none;
	}
	
	.contactChild {
		vertical-align: top;
	}
}

@media only screen and (max-width:450px){
	
	.header {
		width: 90%;
		margin: auto;
	}
	
	.header h1 {
		font-size: 35px;
	}
	
	.header h2 {
		font-size: 28px;
	}
	
	.header h3 {
		font-size: 20px;
	}
	
}













