<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  background-color: #F7F1E8;
}

p {
  display: block;
  width: 100%;
}

body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;/* kerning, primarily */
  -moz-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  margin: 0 !important;
}

a, a:visited {
  color: #C1272D;
  text-decoration: none;
}

a:hover {
  color: #0f0000;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

#content {
  position: relative;
  text-align: left;
  z-index: 0;
  max-width: 700px;
  border-style: none;
  border-color: transparent;
  background-color: #FFFFFF;
  margin: 20px auto;
  padding: 10px 150px;
  font-family: Georgia, sans-serif;

/*  -webkit-box-shadow: -5px -5px 2px rgba(0,0,0,0.2), -7px -5px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: -5px -5px 2px rgba(0,0,0,0.2), -7px -5px 2px rgba(0,0,0,0.1);
  box-shadow: -5px -5px 2px rgba(0,0,0,0.2), -7px -5px 2px rgba(0,0,0,0.1);*/
}

.pageturny {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 80px 80px 0 0;
  border-style: solid;
  border-color: #E8CCCC #F7F1E8 #F7F1E8 #E8CCCC ;
  background: #E8CCCC;
  transition: 0.5s ease-in-out all;
  cursor: pointer;

  -webkit-box-shadow: -3px 0 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -3px 0 0px rgba(0,0,0,0.2);
  box-shadow: -3px 0 0px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.pageturny:hover {
  border-width: 120px 120px 0 0 !important;
}

/* Header Stuff */

.header {
    background: -webkit-gradient(linear, left center, right center, from(#83272D),color-stop(100%, #F12300));
    background: -webkit-linear-gradient(left,#83272D ,#F12300 100%);
    background: linear-gradient(to right,#83272D ,#F12300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF83272D, endColorstr=#FFF12300, GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83272D', endColorstr='#FFF12300', GradientType=1)";
    border-style: none;
    border-color: transparent;
}

.reading-header {
  height: 75px;
  background-size: 100% auto;
}

.main-header {
  height: 116px;
  max-width: 600px;
  display: inline-block;
}

.header-container {
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.headerimage {
  display: inline-block;
  position: relative;
}

.header-select {
  float: left;
  vertical-align: bottom;
  margin: 20px 110px 0px 50px;
  display: inline-block;
  position: relative;
}

.menuitem {
    text-decoration: none;
    margin-bottom: 15px;
}

.menuitem-container {
  width: 77px;
  min-height: 24px;
  top: 5px;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: Georgia, serif;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
}

.menuitem-label {
  line-height: 24px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  font-family: Georgia, serif;
  font-weight: 400;
}

/* The dropdown */
.submenu {
  position: absolute;
    left: 50px;
    top: 50px;
  background-color: #ffffff;
  width: 185px;
  border-radius: 10px;
  border: 2px #D90000 solid;
  opacity: 0.95;
  z-index: 100;
}

.submenu-label {
  color: #2f313e;
}

.submenu-label:hover {
  color: #a50000 !important;
}

.submenu-item {
  display: block !important;
}

.read-hover:hover {
  color: #ffe2e2;
}

.headerwords {
  display: inline-block;
  max-height: 65px;
}

.titlewords {
  position: absolute;
    top: 20px;
    left: 0;
  height: 70px;
}

/******/

.team-left {
  float: left;
  margin-right: 20px;
}

.team-right {
  float: right;
  margin-left: 20px;
}

.profile {
  vertical-align: top;
}

.chapter {
  color: #534741;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
}

#footer-icons, #footer-copyright {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.story-image {
  margin: 20px 0;
}

.wide-image {
  margin: 20px 0 0 -150px;
}

.bigger-text {
  font-size: 1.75em !important;
  line-height: 30px;
}

@media screen and (max-width: 800px) {
  /*Sorta small*/

  .headerwords {
    display: none !important;
  }

  #content {
    padding: 15px 50px;
  }

  #progress-wrapper {
    display: none !important;
  }

}

@media screen and (max-width: 500px) {
  /*Super small*/

  #content {
    padding: 15px 10px;
  }

  .team-left, .team-right {
    float: none !important;
    margin: 0 auto !important;
  }

  #progress-wrapper {
    display: none !important;
  }

}
</pre></body></html>