.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.home-video-headline .head-1 {
    font-family: 'Cormorant', serif;
    font-size: 30px;
    font-style: italic;
    color: #966c1d;
    animation-name: slideInDownSmall;
    animation-delay: 0s;
    animation-duration: 1s;
}
 h2.home-video-headline .head-2 {
    font-family: 'Abel', sans-serif;
    font-size: 45px;
    color: #515151;
    text-transform: uppercase;
    font-style: normal;
    display: block;
}
h2.home-video-headline {
    text-align: center;
    padding: 25px;
}
.recognition .copy-section h1 {

    margin-bottom: 50px;
   
}
