body {
  background-color: ;
  color: ;
}
.webpage-block .jumbotron h1, h1 {
  color: ;
  font-family: Poppins;
  font-size: 36px;
}
.webpage-block .jumbotron h2, h2 {
  color: ;
  font-family: Poppins;
  font-size: 30px;
}
.webpage-block .jumbotron h3, h3 {
  color: ;
  font-family: Poppins;
  font-size: 24px;
}
.webpage-block .jumbotron h4, h4 {
  color: ;
  font-family: Poppins;
  font-size: 18px;
}
.webpage-block .jumbotron h5, h5 {
  color: ;
  font-family: Poppins;
  font-size: 14px;
}
.webpage-block .jumbotron h6, h6 {
  color: ;
  font-family: Poppins;
  font-size: 12px;
}
.webpage-block .jumbotron p, p, .content-block div, .panel div, li {
  color: ;
  font-family: Lora;
  font-size: 16px;
}
.jumbotron blockquote, blockquote {
  color: ;
  font-family: Lora;
  font-size: 18px;
}
.jumbotron .lead, .content-block .lead, .lead {
  color: ;
  font-family: Poppins;
  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: #121921 !important;
  color: #ffffff !important;
}
.webpage-footer a{
  color: #ffffff !important;
}
.webpage-footer .site-footer-simple {
  background-color: #121921 !important;
  color: #ffffff !important;
}

.webpage-footer p {
  color: #ffffff !important;
}
.webpage-footer .site-footer-simple a,
.webpage-footer .site-footer-simple a:hover {
  background-color: #121921 !important;
  color: #ffffff !important;
}
.webpage-header .navbar {
  background-color: #ffffff;
  color: #121921;
}
.webpage-header .navbar a,
.webpage-header .navbar a:hover {
  color: #121921 !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: #121921 !important;
  color: #ffffff !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: #ffffff !important;
}
body {
  font-size: 18px;
}

.vcard-social {
  background: #fff;
  width: 100%;
  padding: 0 5%;
}

.vcard-phone a,
.header-social a,
.navbar-nav .navbar-text,
.vcard-email a {
  color: #fff;
}

.vcard-phone a,
.header-social a,
.navbar-nav .navbar-text,
.navbar-nav .navbar-text a,
.webpage-header .social-icon svg {
  color: #fff !important;
}

.webpage-footer .site-footer-columns .footer-social .social-icon svg,
.footer-social .social-icon svg {
  color: #fff !important;
}

.hero-behind {
  z-index: 9;
}

/* Ensures logo/navigation is visible with hero-behind setting */
.hero-behind .navbar li a {
  color: #fff !important;
}

.hero-behind .webpage-header .navbar-default {
  border-color: transparent;
}

/* Default dropdown background on standard pages */
.dropdown-menu {
  background: #444444;
  border: none;
  box-shadow: none;
}

/* Hero-behind dropdown: transparent with blur */
.hero-behind.webpage-header .navbar-default .dropdown ul {
  background: transparent;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: none;
  box-shadow: none;
}

/* Set dropdown width */
.nav .dropdown-menu {
  min-width: 320px;
}

/* Dropdown link base style */
.webpage-header .navbar .dropdown li a {
  color: #fff !important;
  border-bottom: 1px solid #faa764;
  padding: 10px 15px;
  display: block;
  background: transparent !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Dropdown hover */
.webpage-header .navbar .dropdown li a:hover {
  background-color: #faa764 !important;
  color: #fff !important;
}

/* Main navbar links */
.webpage-header .navbar li a {
  font-size: 100%;
  text-transform: uppercase;
}

/* Main navigation hover */
.webpage-header .navbar-nav > li > a:hover,
.webpage-header .navbar-nav > li > a:focus {
  background: transparent !important;
  background-color: transparent !important;
  color: #faa764 !important;
}

/* Default logo stays in its original color */
.navbar-brand-image img {
  filter: none;
}

/* Turn the colored logo white when hero-behind is used */
.hero-behind .navbar-brand-image img {
  filter: brightness(0) invert(1);
}

/* Default hero text color fallback */
.webpage-hero .jumbotron {
  color: #fff;
}

/* Allow app-set hero color to control all hero text */
.webpage-hero .jumbotron h1,
.webpage-hero .jumbotron h2,
.webpage-hero .jumbotron h3,
.webpage-hero .jumbotron h4,
.webpage-hero .jumbotron h5,
.webpage-hero .jumbotron h6,
.webpage-hero .jumbotron p,
.webpage-hero .jumbotron div,
.webpage-hero .jumbotron span,
.webpage-hero .jumbotron a,
.webpage-hero .jumbotron li,
.webpage-hero .jumbotron ol,
.webpage-hero .jumbotron ul {
  color: inherit !important;
}

/* Adds dark text shadow to all heroes */
.webpage-group .webpage-block .webpage-hero {
  text-shadow:
    1px 1px 2px black,
    0 0 1em black,
    0 0 0.2em black;
}

/* CTA images */
.webpage-call-to-action .panel img {
  object-fit: cover;
  max-height: 340px;
  width: 100%;
  box-shadow:
    0 5px 10px rgba(0, 0, 0, 0.14),
    0 15px 35px rgba(0, 0, 0, 0.14);
}

/* Logo images */
.logos .webpage-call-to-action .panel img {
  object-fit: contain;
  max-height: 200px;
  width: auto;
  box-shadow: none;
  border-radius: 0;
}

/*
.col-sm-6 .webpage-call-to-action .panel img targets 2-column layouts
.col-sm-4 .webpage-call-to-action .panel img targets 3-column layouts
.col-sm-3 .webpage-call-to-action .panel img targets 4-column layouts
*/

/* Adjust nav font size for small laptops */
@media (min-width: 1025px) and (max-width: 1199px) {
  .webpage-header .navbar li a {
    font-size: 90%;
  }
}

/* Desktop/tablet viewports */
@media (min-width: 769px) {

  /* Hero styling with custom class "welcome" */
  .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;
  }

  /* Hero button styling */
  .webpage-group .webpage-block .webpage-hero .btn {
    margin-top: 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }

  /* Hero image overlay */
  .webpage-hero .jumbotron:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
  }
}

/* Mobile viewports */
@media (max-width: 768px) {

  .webpage-header .navbar a {
    color: #333333 !important;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
    display: block;
    background: transparent !important;
    transition: color 0.3s ease, background-color 0.3s ease;
  }

  .navbar-collapse {
    width: 100%;
  }

  /* Removes top margin in mobile hero */
  .welcome .jumbotron .container {
    margin-top: 0;
  }

  /* Removes top margin for all heroes */
  .webpage-group .webpage-block .webpage-hero {
    margin-top: 0;
  }

  /* Mobile dropdown background */
  .hero-behind .dropdown-menu,
  .hero-behind.webpage-header .navbar-default ul {
    background: #444444;
  }

  .dropdown.open .dropdown-menu li a {
    color: #fff !important;
  }

  /* Optional logo height change for mobile */
  .webpage-header .navbar-brand-image img {
    height: 60px !important;
    max-height: 60px !important;
  }
}

/* Buttons */
.webpage-block .btn {
  background: #FAA765;
  color: #fff;
  border: 1px solid #FAA765;
  border-radius: 22px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-shadow: none;
}

.webpage-block .btn:hover {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}

/* Resource button styling */
.btn-primary,
.btn.btn-default.btn-clear-search {
  background: #FAA765;
  color: #fff;
  border: 1px solid #FAA765;
  border-radius: 22px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  transition: all 0.5s ease;
}

.btn-primary:hover,
.btn.btn-default.btn-clear-search:hover {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}

/* Mobile navbar toggle icon */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
