body {
	padding-top: 140px;
}

#header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 100px;
}

#home-button {
	text-decoration: none;
}

#header-content {
	padding: 0px 20px;
	background-color: white;
	line-height: 95px;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	color: rgba(26,26,26,1);
}

@media only screen and (min-width: 601px) {
    #header-content {
    	padding: 0px 45px;
    	padding-top: 20px;
    	line-height: 95px;
    }
}

#header-content #a {
	font-family: Displace20-Light;
}

#header-content #f {
	font-family: Displace20-Regular;
}

#header-content #e {
	font-family: Displace20-Medium;
}

#header-content #c {
	font-family: Displace20-Bold;
}

#header-content #t {
	font-family: Displace20-Black;
}

#header-content #o {
	font-family: Displace20-Black;
}

#header-content .header-chars {
	color: black;
	text-decoration: none;
	font-size: 35pt;
}

@media only screen and (min-width: 601px) {
    #header-content .header-chars {
    	font-size: 38pt;
    	color: rgba(26,26,26,1);
    }
}

#header-spacer {
	width: 100%;
	height: 0;
	display: inline-block;
	background-color:white;
}

#header-gradient {
	height: 40px;
	background-image: linear-gradient(white, rgba(255,255,255,0));
}
