body {
  background-color: ;
  color: ;
}
.webpage-block .jumbotron h1, h1 {
  color: ;
  font-family: Birthstone;
  font-size: 70px;
}
.webpage-block .jumbotron h2, h2 {
  color: ;
  font-family: ;
  font-size: 40px;
}
.webpage-block .jumbotron h3, h3 {
  color: ;
  font-family: Birthstone;
  font-size: 30px;
}
.webpage-block .jumbotron h4, h4 {
  color: ;
  font-family: ;
  font-size: 18px;
}
.webpage-block .jumbotron h5, h5 {
  color: ;
  font-family: ;
  font-size: 14px;
}
.webpage-block .jumbotron h6, h6 {
  color: ;
  font-family: ;
  font-size: 12px;
}
.webpage-block .jumbotron p, p, .content-block div, .panel div, li {
  color: ;
  font-family: IBM Plex Serif;
  font-size: 16px;
}
.jumbotron blockquote, blockquote {
  color: ;
  font-family: ;
  font-size: 18px;
}
.jumbotron .lead, .content-block .lead, .lead {
  color: ;
  font-family: ;
  font-size: 21px;
}
@media (max-width: 767px) {
  .webpage-block .jumbotron h1, h1 {
    font-size: 36px;
  }
  .webpage-block .jumbotron h2, h2 {
    font-size: 30px;
  }
  .webpage-block .jumbotron h3, h3 {
    font-size: 24px;
  }
  .webpage-block .jumbotron h4, h4 {
    font-size: 18px;
  }
  .webpage-block .jumbotron h5, h5 {
    font-size: 14px;
  }
  .webpage-block .jumbotron h6, h6 {
    font-size: 12px;
  }
  .webpage-block .jumbotron p, p {
    font-size: 16px;
  }
  .webpage-block .jumbotron blockquote, blockquote {
    font-size: 18px;
  }
  .webpage-block .jumbotron .lead, .lead {
    font-size: 20px;
  }
}
.webpage-background a {
  color: ;
}
.webpage-block a {
  color: ;
}
.webpage-contact a {
  color: ;
}
.webpage-about a {
  color: ;
}
.webpage-footer {
  background-color: #000000 !important;
  color: #fff !important;
}
.webpage-footer a{
  color: #fff !important;
}
.webpage-footer .site-footer-simple {
  background-color: #000000 !important;
  color: #fff !important;
}

.webpage-footer p {
  color: #fff !important;
}
.webpage-footer .site-footer-simple a,
.webpage-footer .site-footer-simple a:hover {
  background-color: #000000 !important;
  color: #fff !important;
}
.webpage-header .navbar {
  background-color: #000000;
  color: ffffff;
}
.webpage-header .navbar a,
.webpage-header .navbar a:hover {
  color: #fff !important;
}
.webpage-header.navbar-fixed-top {
  background-color: ;
}
.webpage-group .webpage-hero > div > div {
  padding-top: 20px;
}
.webpage-header.navbar-fixed-top.hero-behind.transparent {
  background-color: transparent;
}
.webpage-header.hero-behind.transparent .navbar {
  background-color: transparent;
}
body.hero-behind .webpage-group .webpage-hero > div {
  margin-top: 0 !important;
}
.webpage-footer .site-footer-columns .site-footer-upper,
.webpage-footer .site-footer-layers {
  background-color: #000000 !important;
  color: #fff !important;
}
.webpage-footer .site-footer-columns .site-footer-upper a,
.webpage-footer .site-footer-columns .site-footer-upper a:hover,
.webpage-footer .site-footer-layers a,
.webpage-footer .site-footer-layers a:hover {
  color: #fff !important;
}
body {
  font-size: 18px;
}

/* Top contact/social area */
.vcard-social {
  background: #4e5238;
  width: 100%;
  padding: 0 5%;
}

.vcard-phone a,
.header-social a,
.navbar-nav .navbar-text,
.navbar-nav .navbar-text a,
.vcard-email a,
.webpage-header .social-icon svg,
.webpage-footer .site-footer-columns .footer-social .social-icon svg,
.footer-social .social-icon svg {
  color: #fff !important;
}

/* Header / nav */
.hero-behind {
  z-index: 9;
}

.hero-behind .navbar li a {
  color: #fff !important;
}

.hero-behind .webpage-header .navbar-default {
  border-color: transparent;
}

.dropdown-menu,
.hero-behind.webpage-header .navbar-default .dropdown ul {
  background: #fff;
}

.webpage-header .navbar li a {
  font-size: 120%;
}

.nav .dropdown-menu {
  min-width: 320px;
}

.webpage-header .navbar .dropdown li a {
  color: #81cbe9 !important;
}

/* Shadow below navbar */
.hero-below {
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 9;
}

/* Global hero defaults */
.webpage-hero .jumbotron {
  position: relative;
  color: #fff;
  height: auto;
}

.webpage-hero .jumbotron ol,
.webpage-hero .jumbotron ul {
  color: inherit !important;
}

/* Hero content sits above overlay */
.webpage-hero .hero-content,
.webpage-hero .well,
.webpage-hero .well-transparent,
.webpage-hero .hero-content .row,
.webpage-hero .hero-content .col-sm-12 {
  position: relative;
  z-index: 2;
}

/* Hero overlay */
.webpage-hero .jumbotron:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/* Apply text shadow only to text, not to buttons */
.webpage-hero h1,
.webpage-hero h2,
.webpage-hero h3,
.webpage-hero h4,
.webpage-hero h5,
.webpage-hero h6,
.webpage-hero p,
.webpage-hero li,
.webpage-hero span,
.webpage-hero .well-transparent > div {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

/* Remove shadow from buttons and button text */
.webpage-hero .btn,
.webpage-hero .btn span,
.webpage-hero .btn strong {
  text-shadow: none !important;
}

/* CTA / panel images */
.webpage-call-to-action .panel img {
  object-fit: cover;
  max-height: 210px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14), 0 15px 35px rgba(0, 0, 0, 0.14);
}

.logos .webpage-call-to-action .panel img {
  object-fit: contain;
  max-height: 200px;
  width: auto;
  box-shadow: none;
  border-radius: 0;
}

/* Buttons */
.webpage-block .btn {
  background: #fff;
  color: #333;
  border: 1px solid #fff;
  text-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}

.webpage-block .btn:hover {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}

/* Primary buttons and clear-search button */
.btn-primary,
.btn.btn-default.btn-clear-search {
  background: #fff;
  color: #333;
  border: 1px solid #333;
}

.btn-primary:hover,
.btn.btn-default.btn-clear-search:hover {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}

/* Hero-specific button cleanup */
.webpage-group .webpage-block .webpage-hero .btn {
  margin-top: 12px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #000 !important;
  position: relative;
  z-index: 3;
  filter: none;
  transform: none;
}

.webpage-group .webpage-block .webpage-hero .btn:hover {
  color: #fff !important;
}

/* Desktop / tablet */
@media (min-width: 769px) {
  /* Optional special hero spacing */
  .welcome .btn {
    margin-top: 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
  }

  .welcome .jumbotron .container {
    margin-top: 280px;
  }

  /* Applies to all heroes */
  .webpage-group .webpage-block .webpage-hero .jumbotron {
    min-height: 400px;
    display: flex;
    align-items: center;
  }
}

/* Slightly smaller desktop nav for small laptops */
@media (min-width: 1025px) and (max-width: 1199px) {
  .webpage-header .navbar li a {
    font-size: 90%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .webpage-header .navbar a {
    color: #fff !important;
    border-bottom: transparent;
    padding: 10px 15px;
    display: block;
    background: transparent !important;
    transition: color 0.3s ease, background-color 0.3s ease;
  }

  .navbar-collapse {
    width: 100%;
  }

  .welcome .jumbotron .container {
    margin-top: 0;
  }

  .webpage-group .webpage-block .webpage-hero {
    margin-top: 0;
  }

  .hero-behind .dropdown-menu,
  .hero-behind.webpage-header .navbar-default ul {
    background: #444;
  }

  .webpage-header .navbar-brand-image img {
    height: 60px !important;
    max-height: 60px !important;
  }

  .webpage-group .webpage-block .webpage-hero .jumbotron {
    min-height: 320px;
    display: flex;
    align-items: center;
  }

  .webpage-group .webpage-block .webpage-hero .btn {
    font-size: 16px;
  }
}
