/************************************************
The Landing Company Custom CSS
************************************************/
#headline {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
#button {
  background: #cda650;
  color: #ffffff;
  border-radius: 0;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 1.125em 2em 0.875em;
  border: none;
  line-height: 1;
}
#button:hover {
  background: #000000;
  border: none;
}
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 3rem;
}
a,
a:link,
a:visited {
  color: #cda650;
}
#nav-bar .site-title img {
  max-width: 320px;
}
#nav-bar .menu .menu-button > a {
  background: #cda650;
  color: #ffffff;
  border-radius: 0;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding: 1.125em 2em 0.875em;
  border: none;
  line-height: 1;
  background: transparent !important;
  border: 1px solid !important;
  padding: 0.75em 1.5em 0.75em;
}
#nav-bar .menu .menu-button > a:hover {
  background: #000000;
  border: none;
}
#nav-bar.block-lite-bg-light .menu > li > a,
#nav-bar.block-lite-bg-light .menu > li > a:link,
#nav-bar.block-lite-bg-light .menu > li > a:visited {
  font-weight: 700 !important;
}
#nav-bar.block-lite-bg-dark .menu > li > a,
#nav-bar.block-lite-bg-dark .menu > li > a:link,
#nav-bar.block-lite-bg-dark .menu > li > a:visited {
  font-weight: 700 !important;
}
.menu li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.frontpage-logo {
  max-width: 100%;
  max-height: 200px;
}
.home .frontpage-logo {
  max-height: 40vh;
}
.custom-logo {
  height: auto !important;
  max-width: 100% !important;
}
#custom-header .wp-custom-header.block-lite-bg-img.block-lite-bg-light:before {
  background-color: rgba(255, 255, 255, 0.6);
}
#custom-header .wp-custom-header.block-lite-bg-img.block-lite-bg-dark:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.home #custom-header,
.home .wp-custom-header {
  height: 80vh;
}
.block-has-img #header #nav-bar.block-lite-bg-light,
.block-header-active #nav-bar.block-lite-bg-light {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  background-image: -