body {
    font-family: "Silkscreen";}

@font-face {
    font-family: "Extrude";
    src: url(/fonts/Extrude.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "scifi2k2";
    src: url(/fonts/scifi2k2.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "scifi2k2";
    src: url(/fonts/scifi2ki.ttf);
    font-style: italic;
    font-weight: 100;
}

body {
background-image: solid white;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
}

h1 {
  font-family: scifi2k2;
	background: #045152;
	color: #FFF;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 6px;
}

h2 {
	font-size: 1.5em;
	border-bottom: 1px dotted #000;
	margin-top: 2rem;
}

.border {
	border: 1px solid #000;
}

h2 a {
	text-decoration: none;
	color: #000;
}

.nav-item.nav-top {
	border: none;
}

/*image scale controller*/
img {
	max-width: 50%;
}