body {
    background: url(background.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 
body.lightsout::before {
    content: '';
    background-color: black;
    opacity: 90%;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
   
} */
#snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
}
div#overlay {
  z-index: 2;
  transition: all 1.5s;
  opacity: 0%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
}
div#overlay.on {
    display: block;
    background: rgb(0, 0, 50, 0.8);
    opacity: 90%;
}

h1 {
    color: #FFFFFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: normal;
    text-align: center;
    padding: 0 18px 35px 18px;
    margin: 0 auto;
    text-transform: uppercase;
    
}

p {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    word-break: break-word;
    color: #78712e;
    line-height: 150%;
}
p.top {
    padding: 8px 45px 40px 45px;
}
p.bottom {
    padding: 20px 45px 20px 45px;
}
.holiday-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 9999999;
}
.logo {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-bottom: 25px;
}
.video {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 650px;
    margin: 0 auto;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}