@font-face {
  font-family: frostbite;
  src: url(../fonts/frostbite-narrow.otf);
}

@font-face {
  font-family: frostbite;
  src: url(../fonts/frostbite-narrow-bold.otf);
  font-weight: bold;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
  vertical-align: baseline;
  border-style: none;
  box-sizing: border-box;
}

html{
	width: 100%;
}

body {
  background-color: black;
  color: #eaeaea;
  font-family: arial;
  font-size: 12px;
  height: 100%;
}

#main{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  
#footer {
text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.site{
width: 90%;
  align-items: start;
  align-content: center;
  justify-content: center;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.site-info{
display: flex;
  flex-direction: row;
  max-width: 48%;
  border: 2px dashed #ffffff42;
  padding: 10px;
  border-radius: 8px;
}

#background{
height: auto;
  display: flex;
  position: relative;
  align-items: center;
  background: linear-gradient(to bottom,#0000 0%, #000000ba 50%, black 100%), url("../images/site/background.jpg");
  flex-direction: column;
  background-position: 0 32%;
  width: 100%;
}

#background img {
width: 600px;
  align-self: center;
  display: inline-block;
margin-top: 60px;
}

#background #content{
display: block;
  position: relative;
  height: fit-content;
  margin-top: 50px;
  padding: 10px;
}

#background #content .site-img {
width: auto;
  height: initial;
  border-radius: 8px;
  display: flex;
  opacity: 0.9;
  margin: 0;
}

#background #content .site-img img{
	margin: 0;
  height: 100%;
  max-height: 86px;
  max-width: 86px;
  align-self: flex-start;
  width: auto;
  border-radius: 8px;
  }

#background #content p{
margin-left: 10px;
  font-size: 1rem;
  font-family: monospace;
  font-weight: normal;
}

#background #content p:first-of-type{
	font-size: 1rem;
}

#background #content p:last-of-type{
font-size: 0.8rem;
  padding-top: 10px;
}

#background #content p a, #background #content p a:link, #background #content p a:hover, #background #content p a:active{
	font-weight: bolder;
  text-decoration: underline;
  color: white;
}

#background #content p a:visited{
	font-weight: bolder;
  text-decoration: underline;
  color: white;
}

#background #content p span{
	font-weight: bolder;
  text-decoration: underline;
}

.section{
margin-top: 80px;
}

.section .title{
font-size: 3rem;
  text-transform: uppercase;
  font-family: "Andale Mono", monospace;
  text-align: center;
}

.section .blurb{
    font-style: italic;
}

.section .blurb p{
font-size: 1rem;
  padding: 10px;
}


@media (max-width: 860px) {
	.site-info{
	  max-width: initial;
	}
}

@media (max-width: 630px) {

	#background{
	background-position: 50%;
 	 background-size: cover;
 	 }

	#background img, .site, #background #content {
	  width: 100%;
	  }
	  
	.site-info {
	  display: flex;
	  flex-direction: row;
	  max-width: 100%;
	  border: 2px dashed #ffffff42;
	  padding: 10px;
	  border-radius: 8px;
	  height: fit-content;
	  gap: 10px;
	  width: 100%;
	}
	
	#background #content .site-img {
	}
	
	#background #content .site-img img{
		width: auto;
	}
	
	.site-info .wrap{
		margin-right: auto;
	  	height: fit-content;
	}
	
	#background #content p {
  		margin-left: 0px;
  	}
}


@media (max-width: 340px) {
#background #content p:first-of-type {
  font-size: 0.8rem;
}
}