.frontpage {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  margin: 0 0 60px 0;
}
.frontpage--admin-bar-offset {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .frontpage--admin-bar-offset {
    height: calc(100vh - 46px);
  }
}
.frontpage--background-1 {
  background-image: url('../images/frontpage/header-background-1.jpg');
}
.frontpage--background-2 {
  background-image: url('../images/frontpage/header-background-2.jpg');
}
.frontpage--background-7 {
  background-image: url('../images/frontpage/header-background-7.jpg');
}
.frontpage--background-8 {
  background-image: url('../images/frontpage/header-background-8.jpg');
}
.frontpage--background-9 {
  background-image: url('../images/frontpage/header-background-9.jpg');
}
.frontpage--background-11 {
  background-image: url('../images/frontpage/header-background-11.jpg');
}
.frontpage--background-12 {
  background-image: url('../images/frontpage/header-background-12.jpg');
}
.frontpage.frontpage--black .frontpage__masthead__push-menu {
  color: #4a4a4a;
}
.frontpage.frontpage--black .social__link {
  color: #4a4a4a;
}
.frontpage.frontpage--black .frontpage__masthead__logo:not(.frontpage__masthead__logo--black) {
  display: none;
}
.frontpage.frontpage--black .navigation__image:not(.navigation__image--black) {
  display: none;
}
.frontpage.frontpage--white .frontpage__masthead__push-menu {
  color: #ffffff;
}
.frontpage.frontpage--white .social__link {
  color: #ffffff;
}
.frontpage.frontpage--white .frontpage__masthead__logo:not(.frontpage__masthead__logo--white) {
  display: none;
}
.frontpage.frontpage--white .navigation__image:not(.navigation__image--white) {
  display: none;
}
.frontpage__masthead {
  box-sizing: border-box;
  padding: 20px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.navigation__give {
  box-sizing: border-box;
  padding: 10px 30px 0;
  position: absolute;
  top: 140px;
  left: 0;
  max-width: 400px;
}
.navigation__blog {
  box-sizing: border-box;
  padding: 0 30px 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  max-width: 175px;
}
.navigation__give .navigation__link {
  text-align: left!important;
}
.frontpage__masthead__home-link {
  float: left;
  display: inline-block;
}
@media screen and (max-height: 800px) {
  .frontpage__masthead__logo {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .frontpage__masthead__logo {
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .frontpage__masthead__logo {
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
  .frontpage__masthead__logo {
    width: 150px;
  }
}
@media screen and (max-height: 800px) {
  .navigation__give .navigation__image {
    width: 220px!important;
  }
}
@media screen and (max-width: 768px) {
  .navigation__give .navigation__image {
    width: 200px!important;
  }
}
@media screen and (max-width: 599px) {
  .navigation__give .navigation__image {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  .navigation__blog {
    width: 115px!important;
  }
}
@media screen and (max-width: 768px) {
  .navigation__blog {
    width: 75px!important;
    padding: 0;
    bottom: 150px;
  }
}
@media screen and (max-width: 599px) {
  .navigation__give .navigation__image {
    display: none;
  }
}

.frontpage__masthead__push-menu {
  margin: 10px 0 0 0;
  float: right;
  min-width: 0;
}
.frontpage .navigation {
  position: absolute;
  right: 30px;
  bottom: 120px;
}
@media screen and (max-height: 800px) {
  .frontpage .navigation {
    bottom: 160px;
  }
}
@media screen and (max-height: 650px) {
  .frontpage .navigation {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .frontpage .navigation,
  .frontpage .navigation__pointer {
    display: none;
  }
}
.frontpage .navigation__link {
  display: block;
  text-align: right;
  text-decoration: none;
  margin: 0 0 20px 0;
}
.frontpage .navigation__link-speaking {
  display: block;
  text-align: right;
  text-decoration: none;
  margin: 0 0 0 0;
}
.frontpage .navigation__image-container {
  display: inline-block;
}
.frontpage .navigation__pointer {
  position: absolute;
  top: 10px;
  right: 60px;
}
.frontpage .navigation__pointer img {
  width: 200px;
}
@media screen and (max-height: 800px) {
  .frontpage .navigation__image {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .frontpage .navigation__image {
    width: 64%;
  }
}
@media screen and (max-width: 375px) {
  .frontpage .navigation__image {
    width: 50%;
  }
  .frontpage .navigation__blog .navigation__image {
    width: 64%;
  }
}
.frontpage .social {
  position: absolute;
  right: 30px;
  bottom: 16px;
}
.frontpage .social__link {
  font-size: 32px;
  float: left;
  display: block;
  margin: 0 0 0 18px;
}
.frontpage .social__link:hover,
.frontpage .social__link:active,
.frontpage .social__link:focus {
  opacity: .9;
}
.frontpage.frontpage--white .fa-applebooks:before {
  background-image: url(../images/frontpage/apple-books-white.png);
  background-size: 79px 27px;
  height: 27px;
  width: 79px;
  content: "";
  display: inline-block;
  margin-bottom: -3px;
}
.frontpage.frontpage--black .fa-applebooks:before {
  background-image: url(../images/frontpage/apple-books-black.png);
  background-size: 79px 27px;
  height: 27px;
  width: 79px;
  content: "";
  display: inline-block;
  margin-bottom: -3px;
}