body{
  background-color: #87CEEB !important;
  background: url('../img/bg-top-snow-easter.png'), url('../img/footer-easter.png');
  background-repeat: repeat-x;
  background-position: top center, bottom center;
  margin: 0;
  padding: 0;
  min-height: 100vh; /* vh = viewport height*/
}

h1, h3 {
  font-family: 'Eczar', serif;
  font-weight: bold;
}

.welcome h1 {
  color: #FFFFFF;
  margin: 0px;
}

div.header h2 {
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: bold;
}
.header {
  margin: 0 auto;
  padding-top: 100px;
  min-height: 320px;
}

div.welcome {
  background: url('../img/welcome-header.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 640px;
}
div.header h1,
div.header h2,
div.header h3 {
  text-align: center;
  text-shadow: 4px 2px 4px #540000;
}
div.header h1 {
  font-size: 90px;
  line-height: 110px;
  color: #FFFFFF;
}


h1 {
  font-family: 'Eczar', serif;
  font-size: 26px;
}

div.header h3 {
  font-size: 42px;
  margin-bottom: 0;
  color: #FFFFFF;
}
p, label, input {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
p {
  font-weight: 300;
  line-height: 26px;
    font-weight: normal;

}

div.content-box {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  min-height: 200px;
  padding: 0px 50px 30px 50px;
  margin-bottom: 50px;
}

.content-box-bottom {
    position: relative;
  background-color: #fff;
  border-radius: 3px;
  min-height: 200px;
  padding: 20px 50px 30px 50px;
  margin-bottom: 50px;
}


img#xmas-balls {
  float: right;
  margin-top: -80px;
  margin-right: -40px;
}

button#signup-button {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin-top: 20px;
}

div#authenticate {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
}
div#authenticate a.lock {
  opacity: 0.2;
}
div#authenticate a.lock:hover {
  opacity: 1;
}

.cash_info {
    background: #ebebeb;
    margin-top: 20px;
}

.cash_info h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 10px 10px 10px;
    color: #666;
    line-height: 22px;
}

@media screen and (max-width: 991px) {
    div.welcome {
      height: 560px;
      background-position-y: bottom;
    }

    div.content-box {
      position: relative;
      background-color: #fff;
      border-radius: 0 0 3px 3px;
      min-height: 200px;
      padding: 20px 50px 30px 50px;
    }
}

p.permission_text {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.checkbox span
{
    color: #000000;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.timer_header
{
    margin-bottom: 0;
}










/* added on 12 september 2017 */

.top-image {
  position: absolute;
  top: -74px;
  left: 0;
  z-index: 111;
}
.post-image {
  margin-top: 30px;
  width: 100%;
}

.calendar-box-wrapper .calendar-box.current {
  overflow: hidden;
  position: relative;
  display: block;
}


.calendar-box-wrapper .calendar-box.current:hover {
  text-decoration: none;
}

.calendar-box-wrapper .calendar-box.current .current-day-content {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border: 1px solid #fff;
}
.current-day-content > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .top-image {
    width: 100%;
    top: -57px;
  }
  [name="birth_month"] {
    margin: 15px 0;
  }
}

@media screen and (max-width: 767px) {

  /*.content-box-bottom p,
  .content-box-bottom h1,
  .content-box-bottom h3 {
      text-align: center;
  }*/
  .radio,
  .checkbox,
  .radio label,
  .checkbox label,
  .radio label p,
  .checkbox label p {
    text-align: left;
  }

  img#xmas-balls.article-image {
    float: none!important;
    margin: 0 auto!important;
    display: block;
    max-width: 100%;
  }
  .top-image {
    position: relative;
    top: auto;
    margin-bottom: -20px;
  }
  .text-xs-center {
    text-align: center;
  }
  div.header {
    min-height: 100%;
  }
  div.header h1 {
    font-size: 40px;
    line-height: 1;
  }
  div.header h2 {
    font-size: 19px;
    line-height: 1.4;
  }
  div.content-box,
  .content-box-bottom {
      padding: 20px 15px 30px;
  }
  .content-box-bottom .countdownHolder{
    width: auto;
  }

}


@media screen and (max-width: 480px) {
  .top-image {
    margin-bottom: -12px;
  }
}
