/* Temporary landing page for Blue Flame Learning */
/* Design and construction by www.n-vent.com      */
* {transition: all 1s ease;}
a {
	color: #fff;	
	text-decoration: none;
}
a:hover {
	color: #999;
}
.lower-opacity {
    opacity:0.5;
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
	background: #0797cf url(img/bodybg.jpg) repeat-x fixed bottom;
	color: #fff;
	height: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
}
.page {
	height: 100%;
	margin: 0;
	padding: 0;
}
.wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 600px;
}
header {
	background: #fff;
	overflow: auto;
	clear: both;
	padding: 4em 0;
}
header h1 {
	text-indent: -9999px;
	width: 360px;
	height: 125px;
	overflow: hidden;
	background-image: url(img/blue-flame-logo.png);
	background-image: url(img/blue-flame-logo.svg), none;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	margin: 0 auto;
	max-width: 94%
}
p {
	font-size: 20px;
		font-weight: 300;
}
h2{
	font-weight: 100;
	font-size: 34px;
}
h3 {
	font-weight: 100;
	text-transform: uppercase;
	font-size: 40px
}
h3 span{
	font-weight: 700;
}
.email {
	font-size: 16px;
	display: block
}

@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 480px) { 
	header {
		padding: 1em 0
	}
	h2, h3 {
		font-size: 26px;
	}
	p {
		font-size: 18px;
	}
}