/*
GLOBAL STYLESHEET
This stylesheet is common to all features (although each has a separate copy -- fixing that would be great)
you shouldn't have to change anything, but if you need to feel free but be careful
*/

html {
  line-height: 1;
  font-family: 'SITKA';
}

body {
  font-family: 'SITKA' !important;
}

.header {
  position: fixed;
  background: black;
  z-index: 5;
  top: 0;
  width: 100%;
}

.header img {
  display: block;
  margin: 0.2em auto;
  width: 30%;
}

@media (max-width: 600px) {
  .header img {
    width: 60%;
  }
}

.header a {
  color: black;
}

.innerwrap {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 1.4em;
  line-height: 1.6;
  background-color: rgb(10, 10, 10);
  color: rgb(226, 226, 226);
  font-family: 'SITKA';
 
}
.innerwrap p {
  margin-bottom: 2em;
  font-size: 18px;
  font-family: 'SITKA';
}
.innerwrap p a {
  text-decoration: none;
  color: rgb(223, 208, 33);
}


i {
  font-style: italic;

}
