body{
  background: black url('https://i.imgur.com/o6PN6C1.jpg') top left repeat fixed;
  color: whitesmoke;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  max-width:1200px;
}

h1, h2, h3, h4, #footer{
  font-family: 'Courier New', Courier, monospace;
  margin: 0;
  padding: 0;
}

h1{
  font-size: 3em;
  color: yellow;
  font-variant: small-caps;
}

h2{
  font-size: 2em;
  color: red;
}

h3{
  font-size: 1.5em;
  color: cyan;
}

h4{
  font-size: 1.1em;
  color: whitesmoke;
}

p{
  margin: 0.5em 0 1em;
  text-align: left;
}

.center{
  text-align: center;
}

img, video{
  max-width: 75%;
}

video{
  min-width: 75%;
}

img.missing{
  padding: 4px 19px 19px 4px;
  border: 1px solid whitesmoke;
  box-shadow: inset 1px 1px 0 dimgrey, inset -1px -1px 0 dimgrey;
}

a:link, a:visited{
  color: yellow;
  text-decoration: none;
}

a:hover, a:active{
  color: red;
  text-decoration: underline;
}

#header{
  text-align: center;
}

#header h1{
  font-size:5em;
  padding: 0.5em 0 0;
  text-decoration: none;
  text-transform: uppercase;
}

.logo{
  height: 4rem;
}

@media screen and (max-width: 800px) {
  #header h1{
    font-size: 4em;
  }
  .logo{
    display: none;
  }
}

#container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin: 2rem 0;
}

#sidebar, #spacer{
  flex: 1;
  margin: 0 2rem;
}

#sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li{
  margin: 0.5em 0;
  font-size: 1.5em;
  font-family:'Courier New', Courier, monospace;
  font-weight: bold;
}

#main{
  flex: 5;
  margin: 0 2rem;
  min-width: 800px;
}

@media screen and (max-width: 800px) {
  #main{
    min-width: auto;
  }

  img, video{
    max-width: 100%;
  }
}

#main ul li{
  margin: 0.25rem 0;
}

#footer p{
  text-align: center;
  color: red;
  font-weight: bold;
  font-size:1.2em;
}

.bn-service-widget{
  margin: 0 !important;
}

hr{
  border-color: dimgrey;
  border-width: 2px;
  margin: 2em;
}

.narrow{
  padding: 0 2rem;
}

blockquote{
  margin: 0 0 0 4rem;
}

@media screen and (max-width: 800px) {
  blockquote{
    margin: 0 0 0 2rem;
  }
}

.counter{
  margin-top: 3rem;
}
