/*@primary-accent: #911217;*/
html,
body {
  font-size: 16px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alfa Slab One", Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
header section {
  background-color: #D71D23;
  height: 75px;
  display: table;
  width: 100%;
  border-bottom: 4px solid #aa171c;
}
header section p {
  font-size: 27px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  color: #FFFFFA;
  text-shadow: 2px 2px #000103;
  letter-spacing: 1px;
  font-family: "Alfa Slab One", Roboto, Arial, Helvetica, sans-serif;
}
header .nav-container {
  width: 100%;
  background-color: #141D25;
  /* background-color: #000103; */
  text-align: center;
  border-bottom: 4px solid #283a49;
  /* border-bottom: 6px solid #515052; */
}
header .nav-container nav {
  width: 100%;
  background-color: #141D25;
  /* background-color: #000103; */
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
@media (min-width: 600px) {
  header .nav-container nav {
    width: 600px;
  }
}
@media (min-width: 900px) {
  header .nav-container nav {
    width: 900px;
  }
}
@media (min-width: 900px) {
  header .nav-container nav {
    width: 900px;
  }
}
header .nav-container nav a {
  display: table-cell;
  color: #EEC888;
  /* color: #FFDD00; */
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
header .nav-container nav a:hover,
header .nav-container nav a.active {
  background-color: #521010;
  /* background-color: #5D0000; */
}
main {
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 600px) {
  main {
    width: 600px;
  }
}
@media (min-width: 900px) {
  main {
    width: 900px;
  }
}
@media (min-width: 900px) {
  main {
    width: 900px;
  }
}
main .align-right {
  text-align: right;
}
main .banner-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: transparent url('/images/sample-banner.png') no-repeat center;
  background-size: cover;
}
main .banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .page-content {
  padding: 0 20px;
  line-height: 1.5em;
}
@media (min-width: 600px) {
  main .page-content {
    padding: 0;
  }
}
main .page-content .call-to-action {
  display: inline-block;
  text-decoration: none;
  background-color: #D71D23;
  padding: 15px 30px;
  color: #FFFFFA;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin-top: 30px;
  font-weight: 700;
  border-bottom: 5px solid #aa171c;
}
main .page-content .call-to-action:hover {
  background-color: #c11a1f;
}
footer {
  margin-top: 200px;
  min-height: 200px;
  padding: 10px 0 20px 0;
  background-color: #D71D23;
  border-top: 7px solid #aa171c;
  font-size: 14px;
}
footer a {
  color: #FFDD00;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer table {
  width: 100%;
  color: #FFFFFA;
  margin: 0 auto;
}
@media (min-width: 600px) {
  footer table {
    width: 600px;
  }
}
@media (min-width: 900px) {
  footer table {
    width: 900px;
  }
}
@media (min-width: 900px) {
  footer table {
    width: 900px;
  }
}
footer table th {
  font-family: "Alfa Slab One", Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-shadow: 2px 2px #000103;
  letter-spacing: 1px;
  text-align: left;
}
footer table td {
  vertical-align: top;
}
@media (max-width: 600px) {
  footer table td {
    padding: 0 5px;
  }
}
footer table .columnSpacer {
  width: 50px;
}

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