/* || GENERAL STYLES */

html {
  font-size: 1rem;
  overflow-x: hidden;
}

body {
  color: white;
  background-color: #2a2e34;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* || HEADER */

header {
  color: black;
  background-color: #f6f6f6;
  text-align: center;
  border-top: .5rem solid #f15a3a;
  border-bottom: .5rem solid #f15a3a;
}

header a {
  color: black;
}

.headertext {
  margin: 0;
}

.subheadtext {
  margin: 0;
  padding-bottom: 1rem;
  word-spacing: 0.5rem;
  letter-spacing: 0.4rem;
  text-align: center;
  font-size: 1.2rem;
}

@media (max-width: 800px) {

  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .subheadtext {
    font-size: .75rem;
  }
}

.dark {
  font-style: italic;
  color: #990100;
}

.lips img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding-right: 1rem;
}

@media (max-width: 800px) {

  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .lips img {
    width: 65%;
  }
}

/* || MAIN NAVIGATION */


/*

#topnav {
  width: 100%;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  text-align: center;
}

.nav-link {
  display: inline-block;
  width: 100px;
  height: 3rem;
  color: black;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
}



*/


/* || BODY OF WEBSITE */

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2rem;
  text-align: center;
}

.booktitle {
  margin: 1.5rem 0 0.5rem 0;
}

h3 {
  margin: 0;
  text-align: center;
  font-style: oblique;
}

p {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: left;
}

@media (max-width: 800px) {

  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  p {
    width: 75%;
  }
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #f15a3a;
}

/* || STYLISTIC THINGS */

hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 25%;
}

/* || DIVS */

.ctext {
  text-align: center;
}

.itext {
  font-style: italic;
}

.contentw {
  font-weight: bold;
}

.book {
  width: 50%;
  box-shadow: 0 0 30px 10px #000000;
  border-radius: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (max-width: 800px) {

  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .book {
    width: 90%;
  }
}

#comingsoon {
  padding: 1rem 1rem 1rem 1rem;
  text-align: center;
}

/* || Footer and Bottom Navigation */

footer {
  color: black;
  background-color: #f6f6f6;
  text-align: center;
  width: 100vw;
  padding: 1rem;
  border-top: .5rem solid #f15a3a;
  border-bottom: .5rem solid #f15a3a;
}

.footertext {
  margin: 0;
  font-size: 2rem;
  overflow: hidden;
}

@media (max-width: 800px) {

  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .footertext {
    font-size: 1rem;
    margin-top: 10px;
  }
}

/* || Typography */

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}