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

#homepage-masthead {
	position: relative;	
	margin-top: 7em;
	margin-left: 2em;
	margin-right: 0em;
	margin-bottom: 0em;
}
@media only screen and (max-width: 36em) {
    #homepage-masthead {
    width: 20em;
	margin-top: 4em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 13em;
    }
}

.masthead-logo-left {
	float: left;
	margin-top: -2em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
}

@media only screen and (max-width: 36em) {
    .masthead-logo-left {
    float: none;
	margin-bottom: 0em;
    }
}

#homepage-masthead h1 {
	/*font-family: "Marcellus", sans-serif;*/
	font-weight: 600;
	font-size: 2.6em;
	line-height: 0em;
	padding: 0em;
    margin: 0em;
}

#homepage-masthead h4 {
	font-size: 1em;
	font-weight: 200;
	line-height: 1.2em;
	margin: 0em;
	padding: 0em;
}

#copyrightfooter-homepage {
	position: relative;
	float: left;
	width: 90%;
	margin-top: 40em;
	left: 1em;
	/*bottom: 2em;*/
	padding-top: .5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
    padding-bottom: 1em;
	font-size: .7em;
	color: #999999;
}

@media only screen and (max-width: 36em) {
	#copyrightfooter-homepage {
	margin-top: 16em;
    }
}
