html,body{ height:100%; min-height:100%;}
@font-face
{
	font-family: theFont;
	src: url('font.ttf'); 
}
h2 {
    font-size: 52px;
    line-height: 62px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Monda',sans-serif;
    font-weight: 700;
}
.branding{
	font-family: 'theFont',sans-serif;
	font-size:10em;
	line-height:0.8em;
	font-weight: normal;
}
@media (max-width: 768px) {
	.branding{
		font-size:6em;
	}
}
#top,#bottom{
	width:100%;
	height:50%;
	float:left;
	position:relative;
	
}
#top{
	background-color:#1BBC9B;
	vertical-align: middle;
}
#bottom{
	background-color:#333D46;
}

#intro,#info{
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}
