﻿.red-background {
  background-color: #ed1926;
}
.green-background {
  background-color: #03994a;
}
.light-gray-background {
  background-color: #e6e6e6;
}
.dark-gray-background {
  background-color: #999999;
}
.white-background {
  background-color: white;
}
.red {
  color: #ed1926;
}
.green {
  color: #03994a;
}
.light-gay {
  color: #e6e6e6;
}
.dark-gray {
  color: #999999;
}
.white {
  color: white;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  color: #555555;
  overflow-x: hidden;
  font-size: 12pt;
  font-weight: 300;
}
.padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padded-bottom {
  padding-bottom: 30px;
}
.container-fluid {
  max-width: 850px;
}
.red-bar {
  height: 10px;
  background-color: #ed1926;
}
.light-gray-bar {
  height: 10px;
  background-color: #e6e6e6;
}
.book-heading {
  font-weight: 900;
  font-size: 35pt;
}
.section-heading {
  font-weight: 500;
  font-size: 16pt;
  color: black;
}
.quote {
  background-image: url('../Images/quote.png');
  background-position: left;
  background-repeat: no-repeat;
  color: white;
  font-size: 18pt;
  font-weight: 400;
}
.img-responsive {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .book-heading {
    font-weight: 900;
    font-size: 70pt;
  }
  .section-heading {
    font-weight: 500;
    font-size: 25pt;
  }
}
/*# sourceMappingURL=latrobe-layout.css.map */