body {
  font-family: 'Lato'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran';
  font-weight: 800 !important; }

.btn-xl {
  text-transform: uppercase;
  padding: 1.5rem 3rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1rem; }

.bg-black {
  background-color: #000 !important; }

.rounded-pill {
  border-radius: 5rem; }

@media (max-width: 576px) {
  h2.display-4 {
    font-size: 2.3rem; } }

.hr {
  background: #212529;
  height: 1px;
  margin: 40px auto 10px; }

.hidden {
  display: none; }

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7); }
  .navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700; }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem; }

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background-image: url(../img/background-header.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-attachment: fixed; }
  header.masthead .masthead-content {
    z-index: 1;
    position: relative; }
    header.masthead .masthead-content .masthead-heading {
      font-size: 4rem; }
    header.masthead .masthead-content .masthead-subheading {
      font-size: 2rem; }
  header.masthead .logo-bb {
    z-index: 0;
    position: absolute;
    left: -10%;
    bottom: -10%;
    background-image: url(../img/Logo-BB.svg);
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.5;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg); }

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem; }
    header.masthead .masthead-content .masthead-heading {
      font-size: 6rem; }
    header.masthead .masthead-content .masthead-subheading {
      font-size: 4rem; }
    header.masthead .logo-bb {
      width: 45%;
      bottom: -20%; } }
.bg-primary {
  background-color: #45aaf2 !important; }

.btn-primary {
  background-color: #45aaf2;
  border-color: #45aaf2; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #1594ef !important;
    border-color: #1594ef !important; }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 170, 242, 0.5); }

.btn-secondary {
  background-color: #778ca3;
  border-color: #778ca3; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #5d728a !important;
    border-color: #5d728a !important; }
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 140, 163, 0.5); }

/*# sourceMappingURL=barfuss-bethlehem.css.map */
