body {
  background: url("../img/bg.png") repeat 50% 0 fixed;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #474747;
}
a {
  transition-property: color background-color;
  transition-duration: 0.15s;
}
a:hover {
  color: #f93;
  text-decoration: none;
}
p {
  line-height: 1.5em;
}
p.bolder {
  font-weight: 500;
}
h1,
h2,
h3 {
  font-family: Vollkorn, Georgia, serif;
  letter-spacing: normal;
}
h1 {
  font-size: 30px;
  font-weight: 700;
}
h2 {
  margin-bottom: 0.5em;
}
h3 {
  font-size: 24px;
}
nav.navbar {
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.16);
}
nav.navbar h1 {
  padding: 1em 0 0.3em;
  margin: 0;
  color: #a8ccc6;
}
nav.navbar h1 em {
  font-style: inherit;
  color: #f93;
}
nav.navbar .navbar-nav .nav-item {
  font-size: 15px;
  margin-left: 1em;
}
nav.navbar .navbar-nav a.nav-link {
  color: #00cadc;
}
nav.navbar .navbar-nav a.nav-link:hover {
  color: #f93;
}
.main-image {
  overflow: hidden;
}
.main-image img {
  width: 100%;
  height: auto;
  margin: -6.5% 0;
}
section {
  margin-top: 20px;
  position: relative;
}
section.content {
  padding: 2% 2.5%;
  background-color: rgba(255,255,255,0.6);
}
section.content > .back-link {
  display: inline-block;
  margin-bottom: 2%;
}
section.content-alt {
  padding: 2em 3%;
  background-color: #fff;
  text-align: center;
}
section.content-alt h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #f93;
}
section.content-alt h3 + h3 {
  margin-top: 1em;
  color: #a8ccc6;
}
footer.footer-upper {
  margin-top: 20px;
  padding: 3% 0;
  background-color: #a8ccc6;
}
footer.footer-upper .footer-block:last-child {
  text-align: right;
}
footer.footer-upper h3 {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 51px;
  vertical-align: middle;
}
footer.footer-upper .share-links {
  display: inline-block;
  margin-left: 5px;
  font-size: 0 !important;
  vertical-align: middle;
}
footer.footer-upper .share-links a {
  display: inline-block;
  padding: 5px;
}
footer.footer-upper .share-links img {
  width: auto;
  height: 32px;
}
footer.footer-upper .details-link {
  font-weight: bold;
  color: #000;
}
footer.footer-upper .details-link:hover {
  color: #fff;
}
footer.footer-lower {
  padding: 1em 0;
  background-color: #000;
  font-size: 13px;
  color: #777;
}
footer.footer-lower a {
  color: #999;
}
footer.footer-lower a:hover {
  color: #ccc;
}
footer.footer-lower .copyright {
  display: inline;
}
footer.footer-lower .footer-links {
  display: inline-block;
  float: right;
}
footer.footer-lower .footer-link {
  display: inline-block;
}
footer.footer-lower .footer-link + .footer-link {
  margin-left: 1em;
}
.collars {
  margin: 0.8em 0;
  text-align: center;
}
.collars a {
  color: #85889b;
}
.collars a:hover {
  color: #f93;
}
.collars h3 {
  margin-top: 0.5em;
  font-weight: 700;
}
.collars img {
  max-width: 100%;
  height: auto;
}
.collars a.button {
  display: inline-block;
  margin-top: 0.5em;
  padding: 12px 20px 12px 20px;
  border: 2px solid #f93;
  border-radius: 2px;
  background-color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #f93;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.collars a.button:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.magazine-text {
  width: 50%;
}
.magazine-text p:last-child {
  margin-bottom: 0;
}
.magazine-image {
  width: 45%;
  position: absolute;
  top: 0;
  right: 2.5%;
  bottom: 0;
  text-align: right;
}
.magazine-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.magazine-image img {
  display: inline-block;
  max-width: 99%;
  height: auto;
  vertical-align: bottom;
}
.modal .modal-title {
  font-weight: bold;
  color: #f93;
}
@media (max-width: 1199.98px) {
  footer.footer-lower {
    text-align: center;
  }
  footer.footer-lower .copyright {
    display: block;
  }
  footer.footer-lower .copyright .line {
    display: block;
  }
  footer.footer-lower .copyright .line + .line {
    margin-top: 0.5em;
  }
  footer.footer-lower .footer-links {
    float: none;
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .collars h3 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  nav.navbar h1 {
    font-size: 24px;
  }
  .magazine-text {
    width: auto;
  }
  .magazine-image {
    position: static;
    width: auto;
    margin-top: 1em;
    text-align: center;
  }
  .magazine-image:before {
    display: none;
  }
  .magazine-image img {
    max-width: 100%;
  }
  section.content-magazines {
    padding-bottom: 0;
  }
  footer.footer-upper {
    padding: 2.5em 0;
    text-align: center;
  }
  footer.footer-upper h3 {
    display: block;
    line-height: normal;
  }
  footer.footer-upper .social-links {
    display: block;
    margin: 0;
  }
  footer.footer-upper .footer-block + .footer-block {
    margin-top: 2.5em;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 0;
  }
  nav.navbar .navbar-nav {
    padding-bottom: 5px;
  }
  nav.navbar .navbar-nav .nav-item {
    margin: 10px 0 0;
  }
  nav.navbar .navbar-nav a.nav-link {
    display: block;
    padding: 0.5em 0.8em;
    border-radius: 2px;
    background-color: #00cadc;
    font-weight: bold;
    color: #fff !important;
  }
  nav.navbar .navbar-nav a.nav-link:hover {
    background-color: #f93;
  }
  .collars {
    margin-bottom: 1em;
  }
  .collars .collar-block + .collar-block {
    margin-top: 1em;
  }
}
