  .newsletter_slidedown {
    height: 100vh;
    max-height: 960px;
    color: #fff;
    padding: 100px 0;
    background-color:#ccc;
    overflow: auto;
    z-index: 99999999;
  }

  .no-bg-color {background-color: transparent;}

  .primary-after-slider {z-index: 999}
  #content-container {min-height: auto !important;}
  .bar_dummy {
    height: 85vh;
    max-height: 900px;
    color: #fff;
    padding: 100px 0;
    background-color:gray;
  }
  .foobar {
    height: 85vh;
    max-height: 900px;
    color: #fff;
    padding: 100px 0;
    background-color:black;
  }
  .headroom-unpinned {
    transform: translateY(-100%);
     will-change: transform;
    transition: transform 200ms linear;

  }
  section {text-align: center; float: left; clear:left; width:100%;}
  section h1 {font-size: 45px}
  body {margin: 0; padding: 0;}

section.full-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.fluid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img-wrapper {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -9999;
}

.newsletter_slidedown h2 {
  color:#fff;
}

/*custom style for constant contact plugin requests*/
#mailmunch-optin-form .optin-form-screen .text p,
body .theme-simple .text,
.mailmunch-forms-widget-583240 .text p {
  text-align: center !important;
}