body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}

#mainNav {
  background-color: black;
  opacity: 0.8;
  font-size: 23px;
  font-weight: bold;
}

nav, nav a, nav a:hover {
  color: white;
}

.center {
  text-align: center;
}

.pt-headline-1 {
  color: white;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  font-style: italic;
}
@media only screen and (max-width: 300px) {
  .pt-headline-1 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
  .pt-headline-1 {
    font-size: 30px;
  }
}

.pt-headline-1-text {
  color: black;
  background-color: white;
  opacity: 0.8;
}

.pt-headline-2 {
  color: #C70039;
  font-size: 17px;
}

.pt-background-1 {
  border-bottom: 50px solid white;
  background-image: url("/public/img/book_collection.jpg");
  color: white;
  background-position: center;
  height: 350px;
  line-height: 350px;
  opacity: 1;
}
@media only screen and (max-width: 300px) {
  .pt-background-1 {
    border-bottom: 20px solid white;
    height: 150px;
    line-height: 150px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
  .pt-background-1 {
    border-bottom: 30px solid white;
    height: 250px;
    line-height: 250px;
  }
}

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