@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;
}

body, html {
	font-family: Helvetica, "Myriad Pro", "DejaVu Sans Condensed", Arial, "sans-serif";
	color: #292929;
	min-height: 100%;
}

.hero-image{
    background-image: url("images/backgroundImage.jpg");
	background-repeat: no-repeat;
	background-position: center;
    height: 440px;
}

.hero-text-parent {
	display: table;
	height: 440px;
	width: 700px;
	margin: auto;
}

.hero-text-child {
	margin: auto;
    color: white;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.hero-text-child h1 {
	font-size: 61px;
	margin-bottom: 10px;
}

.hero-text-child h2 {
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 12px;
	
}

#main {
	width: 700px;
	margin: auto;
	padding: 70px 0px;
	overflow: hidden;
}

#tagline {
	font-size: 30px;
	font-style: italic;
	color: #1c5f9e;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 70px;
}

#main h3 {
	font-weight: 600;
	letter-spacing: 2px;
	color: #1c5f9e;
	font-size: 20px;
	margin-bottom: 25px;
}

#main h4 {
	font-weight: 600;
}

#left {
	float: left;
	width: 350px;
	padding-right: 50px;
}

#description {
	margin-bottom: 50px;
}

#description p {
	line-height: 1.5;
}


.contactIcon {
	float: left;
	width: 26px;
	margin-right: 20px;
	position: relative;
	bottom: 3px;
}

#demo {
	width: 300px;
	float: right;
}

#demo h4 {
	margin-bottom: 15px;
}

#vcLogo {
	width: 50px;
	margin: 0px auto 50px;
}

#footerBar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 30px;
	background: linear-gradient(to right, #41813c, #1c5f9e);
}

@media only screen and (max-width:750px){
	
	.hero-image {
		height: 300px;
	}
	
	.hero-text-parent {
		height: 300px;
		width: 90%;
	}

	.hero-text-child h1 {
		font-size: 40px;
	}
	
	.hero-text-child h2 {
		font-size: 25px;
	}
	
	#tagline {
		font-size: 20px;
	}
	
	#main {
		width: 80%;
		text-align: center;
		padding-top: 80px;
	}
	
	#main h3 {
		font-size: 18px;
	}
	
	#main h4 {
		font-size: 14px;
	}
	
	#tagline {
		font-size: 24px;
	}
	
	#left {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	
	#description {
		width: 100%;
		margin-bottom: 80px;
	}
	
	#description p {
		font-size: 14px;
	}
	
	#contact {
		margin-bottom: 80px;
	}
	
	.contactIcon {
		float: none;
		margin: auto;
		margin-bottom: 10px;
	}
	
	#demo {
		float: none;
		margin: 0px auto 80px;
		width: 80%;
	}
}

@media only screen and (max-width: 500px){
	
	.hero-text-child h1 {
		font-size: 32px;
	}
	
	.hero-text-child h2 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 400px){
	
	.hero-image {
		height: 200px;
	}
	
	.hero-text-child h1 {
		font-size: 20px;
	}
	
	.hero-text-parent {
		height: 200px;
	}
	
	.hero-text-child h2 {
		font-size: 14px;
		letter-spacing: 6px;
	}
	
	#tagline {
		font-size: 14px;
	}
	
	
	#main h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	#main h4 {
		font-size: 12px;
	}
	
	#description p {
		font-size: 12px;
		line-height: 20px;
	}
	
	audio {
		width: 100%;
	}
	
}
