html {
  font-family: "Source Sans Pro", sans-serif;
}

.top-bar {
  height: 80px;
  border-bottom: 1px solid #eee;
  background-color: white;
}
@media screen and (max-width: 600px) {
  .top-bar {
    padding: 10px;
  }
}
.top-bar__logo {
  height: 35px;
  vertical-align: middle;
  margin-right: 20px;
}

.banner {
  height: 350px;
  background: url("assets/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 40%;
  overflow: hidden;
}
.banner__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.banner__logo {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .banner__logo {
    width: 280px;
    height: auto;
  }
}
.banner__subtitle {
  color: #494924;
  font-size: 22px;
  text-shadow: 0 0 10px white;
  margin: 10px 0;
  font-weight: normal;
}
.banner__button {
  margin-top: 120px;
}

.buy {
  background-color: #494924;
  padding: 20px 10px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .buy {
    padding-top: 30px;
  }
}
.buy__title {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
}
.buy__title span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid rgba(255, 255, 255, 0.11);
}
.buy__title--prices {
  margin-top: 70px;
}
.buy__prices {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  border: 1px solid rgba(0, 0, 0, 0.22);
}
.buy__prices td,
.buy__prices th {
  padding: 20px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .buy__prices td,
  .buy__prices th {
    padding: 20px 10px;
  }
}
.buy__prices td:first-child,
.buy__prices th:first-child {
  text-align: left;
}
.buy__prices thead tr {
  background-color: rgba(4, 4, 4, 0.45);
}
.buy__prices tbody tr:nth-child(2n) {
  background-color: rgba(189, 189, 189, 0.08);
}
.buy__prices tbody tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}
.buy__small-print {
  margin-top: 40px;
  font-size: 12px;
}
.buy__footer-item {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  display: inline-block;
  font-size: 14px;
}

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