.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
h2.text-center.difference-headline {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    font-style: italic;
    color: #966c1d;
    animation-name: slideInDownSmall;
    animation-delay: 0s;
    animation-duration: 1s;
}

span.head-2.wow.animated.animated.animated.animated {
    font-family: 'Abel', sans-serif;
    font-size: 45px;
    color: #515151;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    padding-bottom: 20px;
}
p.choosing-rj-video-spacing {
    padding-top: 25px;
}
.everplans .btn-lg {
    border: 2px solid #c9a560;
    color: black;
}

.everplans .btn:hover{
    background-color: #c9a560;
    color: #fff;
    text-decoration: none;
}
