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

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

body, html {
	color: #222222;
	min-height: 100%;
	text-align: center;
}

.headerBackground {
	background-color: #49a7d6;
	background-image: url("images/headerBackground.jpg");
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	color: white;
	font-family: vollkorn, serif;
	font-weight: 700;
	font-style: normal;
}

#headerContentParent {
	display: table;
	height: 280px;
	width: 715px;
	margin: auto;
}

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

#name {
	font-size: 45px
}

#voiceActor {
	font-family: century-gothic, sans-serif; 
	font-weight: 100; 
	font-style: normal; 
	letter-spacing: 3px; 
	font-size: 30px
}

#headerContentParent h3{
	font-size: 30px;
}

.main {
	width: 715px;
	margin: auto;
	position: relative;
	bottom: 55px;
	font-family: century-gothic, sans-serif;
}

.main h3 {
	margin-bottom: 50px;
	color: #49a7d6;
	font-family: vollkorn, serif;
	font-size: 22px;
}

.description {
	width: 190px;
	float: left;
}

.demo {
	width: 190px;
	float: left;
	margin: 0px 70px;
}

.demo h4 {
	margin: 10px 0px 30px 0px;
}

audio {
	width: 100%;
}

.contact {
	width: 190px;
	float: left;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.vcLogo {
	width: 50px;
	margin: auto;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.5)
}

.bottomBar {
	width: 100%;
	height: 30px;
	background-color: #49a7d6;
}


@media only screen and (max-width:750px){
	
	.headerBackground {
		background-image: none;
		height: auto;
		margin-bottom: 50px;
	}
	
	#name {
		font-size: 32px;
	}
	
	#voiceActor {
		font-size: 22px;
	}
	
	#headerContentParent {
		height: 300px;
		width: 80%;
	}
	
	#headerContentChild h3 {
		font-size: 20px;
	}
	
	.main {
		bottom: 0;
		width: 80%;
	}
	
	.main h3 {
		margin-bottom: 30px;
		font-size: 20px;
	}
	
	.main h4 {
		font-size: 15px;
	}
	
	.description {
		float: none;
		padding: 0px;
		margin: 0px auto 50px;
		width: 100%;
	}
	
	.description p {
		font-size: 14px;
	}
	
	.demo {
		float: none;
		margin: auto;
		margin-bottom: 50px;
		width: 100%;
	}
	
	.contact {
		float: none;
		margin: auto;
		width: 100%;
	}
	
	.contact img {
		width: 30px;
	}
	
	.vcLogo {
		padding-top: 100px;
	}
	
	.footer {
		position: relative;
	}
}