@charset "UTF-8";

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

header {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 68px;
    width: 100%;
    background-color: #2F2F2F;
    font-size: 12px;
}

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	font-size: 14px;
	background-color: #2F2F2F; 
}
footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height:30px;
	width:100%;
	padding-top: 5px;
	background-color:#2F2F2F;
	font-size: 10px 
}
hr {   
	color: #434343;
	border: 2px;
    border-bottom: 1px dashed;
    background: #999;
}
img {

}

a:link {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

h1,h2 {
	
}

.title{
    color: #33CCCC;
    font-size: 26px;
    background-color: #2F2F2F;
    display: inline-block;
    align-self: baseline;
}

.heading{
	color: lightgray;
	opacity: 1.0;
	font-size: 18px;
	margin-bottom: 10px;
	align-self: baseline;
}

h1 {
	color: #33CCCC;
	font-size: 26px;
	background-color: #2F2F2F;
}

h2 {
	color: lightgray;
	opacity: 1.0;
	font-size: 18px;
	margin-bottom: 10px;
	align-self: baseline;
}

p {
	color: gray;
	margin-bottom: 2px;		
}
