html *
{
   font-family: "Trajan" !important;
}

body {
	background-color: black;
}

.jumbotron {
    background-image: url("hawksnest.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 250px;
    color: white;
}

main {
	padding: 15px;
	margin: 0 0 30px 0;	
	background-color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#space {
    padding-left: 20px;
    padding-right: 20px;
}

.horizontal {
    list-style: none;
}

.horizontal li {
    display: inline;
}

.aboutme span {
    font-weight: bold;
}

footer {
	color: rgba(255,255,255,0.3);
	text-align: center;
}

footer li, footer ul {
	padding: 0;
	margin: 0;
}
footer li {
	margin: 0px 10px;
	list-style: none;
	display: inline;
}

@media print {
	nav {
		display: none;
	}
}