@import url(https://fonts.googleapis.com/css?family=Black+Ops+One);

#sidebar {
    padding-top: 30px;
}

#banner .copy {
  max-width: none;
  background-color: rgba(0, 0, 0, 0.1);
}

a.navbar-brand {
  font-family: 'Black Ops One', cursive;
  text-transform: none;
  font-weight: normal;
  color: #000000;
}


#banner h1{
  font-family: 'Black Ops One', cursive;
  text-transform: none;
  font-weight: normal;
  color: #000000;
}

#banner {
  padding: 30px 0;
}

.footnote-reference { 
    vertical-align: super;
    font-size: smaller;
}

.error-heading {
    display:table;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Black Ops One', cursive;
    font-size: 800%;
}

.error-text {
    display:table;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Black Ops One', cursive;
    font-size: 100%;
}

/*
@media (max-width: 767px) {
    a.navbar-brand {   
        padding-top: 60px;
        padding-bottom: 10px;
    }
}


iframe {
    display: block;
    border: none;
    height: 100vh;
    width: 100vw;
}

*/
