/*COLORS*/
/*
1. Colors
  a. Dark
  b. Light
  c.Third Set of Colors
2. Font Colors
*/
/*Setting Colors of Type and Certain Elements*/
h1, h2, h3, h4, h5, h6 {
  color: #080707; }

p {
  color: #080707; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  margin: 0;
  padding: 0; }

li {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

img {
  width: 100%;
  margin: 10px auto 20px auto; }

.hide {
  display: none; }

button {
  margin: 0;
  padding: 0; }

@font-face {
  font-family: "Source-sans";
  src: url("fonts/sourcesanspro/SourceSansPro-Regular.ttf"); }
@font-face {
  font-family: "Arima-Madurai";
  src: url("fonts/arimamadurai/ArimaMadurai-Regular.ttf"); }
@font-face {
  font-family: "Abel";
  src: url("fonts/Abel/Abel-Regular.ttf"); }
@font-face {
  font-family: "Open-sans";
  src: url("fonts/opensans/OpenSans-Regular.ttf"); }
h1, h2, h3, h4, h5, h6 {
  font-family: "Abel", serif; }

p {
  font-family: 'Open-sans', sans-serif; }

button {
  font-family: 'Arima-Madurai', serif; }

a {
  font-family: 'Open-sans', serif; }

.pageSubheadline {
  display: none; }

h2 {
  font-size: 1.5em; }

h4 {
  font-size: 1em; }

.focal {
  text-align: center; }

.primary-btn {
  font-family: "Abel", serif;
  display: block;
  background: #002642;
  border: 1px solid #002642;
  color: #edf7f6;
  padding: 10px 40px;
  font-size: 1.2em;
  transition: .75s;
  cursor: pointer; }

.primary-btn:hover {
  background: #edf7f6;
  border: 1px solid #002642;
  color: #002642;
  padding: 10px 40px;
  font-size: 1.2em;
  transition: .75s;
  cursor: pointer; }

.secondary-btn {
  font-family: "Abel", serif;
  display: block;
  background: #840032;
  border: none;
  color: #edf7f6;
  padding: 10px 40px;
  font-size: 1.2em;
  transition: .75s;
  cursor: pointer;
  border: 1px solid #840032; }

.secondary-btn:hover {
  background: #edf7f6;
  border: 1px solid #840032;
  color: #840032;
  padding: 10px 40px;
  font-size: 1.2em;
  cursor: pointer; }

.tertiary-btn {
  font-family: "Abel";
  transition: .05s;
  display: block;
  background: none;
  border: none;
  color: #002642;
  padding: 10px 20px;
  font-size: 1.5em;
  text-decoration: underline;
  font-weight: 500;
  margin: 0;
  padding: 1vh 1vh 1vh 0;
  cursor: pointer; }

.tertiary-btn:hover {
  font-weight: bold; }

.center-btn {
  margin: 0 auto; }

.novel-btn {
  width: 60%;
  margin-top: 5px; }

#overlayMenu {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #002642;
  border-width: 1px;
  border-color: #edf7f6;
  border-style: solid;
  z-index: 2;
  overflow: auto; }

#exitNav {
  position: absolute;
  top: 2.9vw;
  right: 2.9vw;
  max-width: 12vw;
  cursor: pointer; }

#navTitle {
  color: #edf7f6;
  text-align: center;
  max-width: 70%;
  padding: 3vh 1vh;
  margin: 0 auto;
  margin-bottom: 1vh;
  font-size: 3em;
  border-bottom: 1px solid #edf7f6; }

#flexMenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  flex-wrap: wrap;
  padding-top: 10px; }

.flexMenuItem {
  text-align: center;
  color: #edf7f6;
  font-family: 'Maitree', serif;
  font-size: 1em;
  background: #002642;
  cursor: pointer;
  margin: 0 auto 10px auto;
  padding: 2vh 0 0 0;
  border: 1px solid #edf7f6;
  width: 35vw;
  height: 35vw; }

.flexMenuItem:hover {
  background-color: #840032; }

.donateNow {
  background-color: #840032; }

.donateNow:hover {
  background-color: #5F758E; }

.navLink {
  text-align: center;
  color: #edf7f6;
  font-family: "Abel", serif; }

.overlayIcon {
  width: 50%; }

.overlayMenuH6 {
  font-size: 1.3em;
  color: #edf7f6; }

.overlayMenuSubtitle {
  font-family: "Open-sans", sans-serif;
  font-size: .8em;
  text-align: left;
  padding: 0 15px;
  color: #edf7f6; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

@media only screen and (min-width: 600px) {
  #exitNav {
    max-width: 8vw; }

  .overlayMenuSubtitle {
    margin: 5vw; }

  #flexMenu {
    max-width: 70%;
    margin: 0 auto;
    flex-direction: row; }

  .flexMenuItem {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40%;
    margin: 2%;
    padding: 1%;
    height: auto; }

  img.overlayIcon {
    max-height: 50%; } }
@media only screen and (min-width: 1024px) {
  #overlayMenu {
    display: none; } }
.fontAdjuster {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-height: 15vh; }

.fontAdjusterIcon {
  width: 10vw; }

.fontAdjusterIcon:hover {
  width: 10vw; }

#minusSign {
  margin-left: 10vw; }

#plusSign {
  margin-right: 10vw; }

h4.fontAdjusterHeadline {
  margin: 0 20px; }

#fontAdjusterDiv {
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

h4#adjustHeadline {
  font-size: 1em;
  margin: 0;
  padding: 0 0 1.5vh 0; }

@media only screen and (min-width: 1024px) {
  #fontAdjusterDiv {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 50%;
    margin: 25px auto; }

  h4#adjustHeadline {
    font-size: 1.5em;
    margin: 0;
    padding: 0 0 1.5vh 0; } }
header {
  width: 100%;
  text-align: center;
  background: #002642;
  color: #edf7f6;
  border-bottom-width: 5px;
  border-bottom-color: #840032;
  border-bottom-style: solid;
  margin: 0 0 15px 0; }

#navigation {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0; }

.navItem {
  padding: 5px;
  background: #edf7f6;
  margin: 0 0 10px 0; }

#name {
  text-align: center;
  font-size: 2.5em; }

#logo {
  display: block;
  text-align: center; }

img.center-logo {
  display: inline-block;
  margin: 25px auto;
  width: 100px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.75); }

header h1 {
  color: #edf7f6;
  padding: 0 0 15px 0;
  margin: 0 2vh; }

#navIcon {
  position: absolute;
  top: 3vw;
  right: 3vw;
  width: 12vw;
  cursor: pointer; }

#pageSubheadline {
  border-top: 1px solid #edf7f6;
  font-family: "roboto", serif;
  color: #edf7f6;
  font-weight: 300;
  font-size: 1.2em;
  padding-top: 2vh;
  margin: 0 5vh 2vh 5vh; }

.socMedCenter {
  width: 5vw;
  margin: 10px;
  padding: 0; }

@media only screen and (min-width: 590px) {
  #navIcon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10vw;
    cursor: pointer; } }
@media only screen and (min-width: 768px) {
  #name {
    font-size: 2em; }

  .main-content p {
    font-size: 1.1em; }

  #navIcon {
    top: 3vw;
    right: 3vw;
    width: 7vw; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1024px) {
  header {
    width: 100%;
    text-align: left;
    background: #002642;
    color: #edf7f6;
    border-bottom-width: 5px;
    border-bottom-color: #840032;
    border-bottom-style: solid;
    margin: 0; }

  #name {
    display: inline-block;
    text-align: left;
    font-size: 3em;
    padding: 25px;
    border-bottom: 1px solid #edf7f6;
    margin: 0 0 25px 0; }

  .rightFloater {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    justify-content: space-between;
    width: 33.3333%;
    padding: 10px 10px; }

  .socMedCenter {
    width: 2.5vw;
    margin: 5px; }

  img.center-logo {
    display: inline-block;
    margin: 25px;
    width: 100px;
    float: left; }

  header h1 {
    display: inline-block;
    color: #edf7f6;
    text-align: left;
    font-size: 2em; }

  img.showNavIcon {
    display: none; }

  .main-content p {
    font-size: 1.2em; }

  #pageSubheadline {
    border-top: 1px solid #edf7f6;
    font-family: "Abel", serif;
    color: #edf7f6;
    font-weight: 300;
    font-size: 1.2em;
    padding-top: 2vh;
    margin: 0 5vh 2vh 5vh; }

  #flexMenu {
    display: flex; }

  #navigation {
    display: flex;
    width: 40%;
    justify-content: space-between;
    padding-right: 25px;
    margin: 0 100px 0 0; }

  .navItem {
    background: none;
    font-size: 1.5em;
    border-bottom: 1px solid #002642; }

  .navItem:hover {
    border-bottom: 1px solid #840032; } }
div.heading {
  background: #840032;
  padding: 2.5% 0;
  margin: 0; }

.heading h1 {
  color: #edf7f6; }

.headingBlue h1 {
  color: #edf7f6; }

div.headingBlue {
  background: #002642;
  padding: 2.5% 0;
  margin: 0; }

@media only screen and (min-width: 590px) {
  .container {
    min-height: 75%;
    max-width: 100%; } }
footer {
  background: #002642;
  border-width: 0;
  border-top-width: 5px;
  border-style: solid;
  border-color: #840032;
  text-align: center;
  padding: 5vh 0 5vh 0;
  margin-top: 3px; }

footer p {
  color: #edf7f6; }

p.footerText {
  margin: 0 5vh; }

.flexParent {
  display: flex; }

.flexChild {
  display: flex; }

.book {
  padding-top: 15px;
  width: 100%;
  flex-direction: row;
  align-items: center; }

.bookCover {
  width: 45%;
  height: auto;
  padding: 0 2.5%; }

.bookTextContainer {
  width: 50%; }

.bookTitle {
  font-size: 1.5em; }

.flexBtnContainer {
  justify-content: space-around;
  margin-bottom: 5px; }

.storyContainer {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  height: 90vw;
  transition: .5s; }

.storyContainer:hover {
  transform: scale(1.1); }

.storyTitle:hover {
  color: #840032; }

.storyTitle {
  margin: 10vh 15px 0 15px;
  color: #edf7f6;
  background: rgba(30, 21, 42, 0.8);
  padding: 2px 6px;
  border: 1px solid #edf7f6; }

.storyTagline {
  text-align: center;
  margin: 0 15px 15vh 15px;
  color: #edf7f6;
  padding: 2px 6px;
  background: rgba(30, 21, 42, 0.8);
  border: 1px solid #edf7f6; }

.storyTagline:hover {
  color: #840032; }

.flexAbout {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center; }

.flexAboutItem {
  display: flex;
  width: 90%;
  margin: 10px auto;
  background: #840032;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  border-radius: 50px; }

img.aboutSocMedIcon {
  height: 50px;
  width: 50px;
  margin: 0; }

@media only screen and (min-width: 768px) {
  #aboutKing {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }

  .aboutFindMe {
    display: block;
    background: none;
    color: #5C5D7D; }

  .flexAbout {
    width: 33vw; }

  .rowAbout {
    display: flex;
    flex-direction: column;
    width: 55%;
    padding: 50px 0 0 0; } }
@media only screen and (min-width: 1024px) {
  .storyContainer {
    flex-direction: column;
    transition: none; }

  .storyContainer:hover {
    transform: none; }

  .flexKing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #edf7f6;
    border-radius: 0 0 50px 50px; }

  div.flexQueen {
    width: 50%; }

  div.deskStory {
    padding: 25px; } }
.attribution {
  font-size: 12px;
  color: #edf7f6;
  margin: 0;
  padding: 0; }

#attribution-link {
  display: block;
  margin-top: 10px; }

#sayGoodByeToTime {
  background-image: url(cssImages/storyCovers/saygoodbyetoTime500.png);
  margin: 5vw;
  background-size: cover; }

#deadMansParable {
  background-image: url(cssImages/storyCovers/deadMansParable.jpeg);
  margin: 5vw;
  background-size: cover; }

#aNewLondonRising {
  background-image: url(cssImages/storyCovers/aNewLondonRisingCover.jpeg);
  margin: 5vw;
  background-size: cover; }

#taleOfTheFirestarter {
  background-image: url(cssImages/storyCovers/taleOfTheFirestarter.jpeg);
  margin: 5vw;
  background-size: cover;
  text-align: center; }

#sayGoodByeToTimeStory {
  background-image: url(cssImages/storyCovers/saygoodbyetoTime500.png);
  margin: 5vw;
  background-size: cover;
  text-align: center; }

#deadMansParableStory {
  background-image: url(cssImages/storyCovers/deadMansParable.jpeg);
  margin: 5vw;
  background-size: cover;
  text-align: center; }

#taleOfTheFirestarterStory {
  background-image: url(cssImages/storyCovers/taleOfTheFirestarter.jpeg);
  margin: 5vw;
  background-size: cover;
  text-align: center; }

.firstHomePageButton {
  display: block; }

.secondHomePageButton {
  display: none; }

img.novelCover {
  display: inline;
  float: left;
  height: auto;
  width: auto;
  max-width: 45%;
  max-height: 250px;
  margin: 5% 2.5% 0 2.5%;
  border: 1px solid #002642; }

.novelTitle {
  display: block;
  padding: 5% 2.5% 0 0; }

img.bookCoverRead {
  max-height: 45vh;
  width: auto; }

.novelDesciption {
  display: block;
  padding: 2.5% 2.5% 0 0;
  font-size: .9em;
  margin-bottom: 25px; }

p#introduction {
  margin: 2.5%; }

.width10 {
  width: 10%;
  cursor: pointer; }

.novelCoverCenter {
  height: 50vh;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.novelTitle {
  padding: 0 2.5vw; }

.novelDesc {
  padding: 0 2.5vw; }

.novel-hr {
  margin: 3vw 2.5vw;
  border-color: white; }

a.btn-a {
  text-align: center; }

.narTextCont {
  margin: 0 5vw; }

.center {
  display: block;
  text-align: center;
  margin: 10px auto; }

#shortStoryPageHeading {
  margin-top: 25px; }

#aboutProfile {
  display: block;
  border: 2px solid #840032;
  border-radius: 100%;
  width: 250px;
  margin: 10px auto 0 auto; }

.aboutFindMe {
  text-align: center;
  margin: 35px auto 35px auto;
  padding: 10px 0;
  color: #840032;
  border-bottom: 1px solid #840032; }

h2.aboutSocMedTitle {
  color: #edf7f6; }

@media only screen and (min-width: 768px) {
  #sayGoodByeToTime, #deadMansParable, #taleOfTheFirestarter {
    width: 50vw;
    height: 50vw;
    margin: 25px auto;
    border-radius: 50px; }

  #novelExCont {
    max-width: 25vw;
    margin: 0 auto; }

  #novelPageContainer {
    display: flex;
    width: 100%; }

  #novelPageNovel {
    margin: 2%;
    border-radius: 50px;
    padding: 25px;
    background: #edf7f6; }

  .novel-hr {
    display: none; }

  .aboutFindMe {
    font-size: 1.5em;
    width: 50%; }

  h2.aboutSocMedTitle {
    font-size: 1em; } }
@media only screen and (min-width: 1024px) {
  .main-content {
    padding: 35px 0 0 0; }

  p#introduction {
    margin: 2.5% 10%;
    background-color: #edf7f6;
    padding: 25px;
    border-radius: 10px; }

  div.heading {
    width: 70%;
    margin: 0 auto;
    border-radius: 50px 50px 0 0;
    background: #002642; }

  .book {
    max-width: 70%;
    margin: 0 auto; }

  .flexBtnContainer {
    max-width: 70%;
    margin: 0 auto;
    border: none; }

  div.headingBlue {
    width: 70%;
    padding: 25px 0 25px 0;
    margin: 0 auto;
    border-radius: 50px 50px 0 0; }

  div.lastNovelBtnContainer {
    margin-bottom: 50px;
    padding-bottom: 10px; }

  .storyTitle {
    font-size: 2em;
    margin-bottom: 15px;
    text-align: center; }

  .storyTagline {
    font-size: 1.2em;
    margin: 0 5vh 5vh 5vh; }

  #storyHeadingContainer {
    padding-top: 25px; }

  #sayGoodByeToTimeStory, #deadMansParableStory, #taleOfTheFirestarterStory {
    width: 33vw;
    height: 33vw;
    margin: 0 auto; }

  #sayGoodByeToTime, #deadMansParable, #taleOfTheFirestarter {
    width: 30vw;
    height: 30vw;
    margin: 5px;
    overflow: hidden;
    margin: 0 auto; }

  #narTextConts {
    max-width: 60%;
    margin: 25px auto;
    font-size: 24px; } }

/*# sourceMappingURL=application.css.map */
