/* main */
/* _general */
body {
  width: 100%;
  margin: 0;
  padding: 25px;
  box-sizing: border-box;
  background-color: #3b191f;
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
}
body p {
  line-height: 1em;
  margin: 0;
}
body .main-container {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: solid 4px #B08B47;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
body .main-container img {
  display: block;
  margin: 25px auto;
}
body .main-container img.jubilee_logo {
  max-width: 180px;
  min-width: 130px;
  width: 20%;
}
body .main-container img#mainPrize {
  margin-top: -150px;
  margin-bottom: -250px;
}
body .main-container img#secondPrize {
  margin-top: -80px;
  margin-bottom: -50px;
}
body .main-container main {
  background: -moz-radial-gradient(center, ellipse cover, #99292b 0%, rgba(153, 41, 43, 0.45) 35%, rgba(111, 34, 38, 0) 64%, rgba(59, 25, 31, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #99292b), color-stop(35%, rgba(153, 41, 43, 0.45)), color-stop(64%, rgba(111, 34, 38, 0)), color-stop(100%, rgba(59, 25, 31, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, #99292b 0%, rgba(153, 41, 43, 0.45) 35%, rgba(111, 34, 38, 0) 64%, rgba(59, 25, 31, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, #99292b 0%, rgba(153, 41, 43, 0.45) 35%, rgba(111, 34, 38, 0) 64%, rgba(59, 25, 31, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, #99292b 0%, rgba(153, 41, 43, 0.45) 35%, rgba(111, 34, 38, 0) 64%, rgba(59, 25, 31, 0) 100%);
  background: radial-gradient(ellipse at center, #99292b 0%, rgba(153, 41, 43, 0.45) 35%, rgba(111, 34, 38, 0) 64%, rgba(59, 25, 31, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99292b', endColorstr='#3b191f', GradientType=1 );
}
body .main-container main h1, body .main-container main h2, body .main-container main h3 {
  margin: 40px 0 30px;
}
body .main-container main h1 small, body .main-container main h2 small, body .main-container main h3 small {
  font-size: 0.75em;
}
body .main-container main h2 {
  font-size: 45px;
  position: relative;
  z-index: 5;
}
body .main-container main h3 {
  font-size: 35px;
}
body::before {
  background: url("../img/body-bg-left.png") left top;
  left: 0;
}
body::after {
  background: url("../img/body-bg-right.png") right top;
  right: 0;
}
body::before, body::after {
  width: 25%;
  height: 1300px;
  z-index: 0;
  content: " ";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
body img {
  max-width: 100%;
}
body a {
  color: red;
}

#clockdiv {
  font-size: 1.75em;
  font-weight: bold;
}

.baloons img {
  position: fixed;
  margin: 0 !important;
  z-index: -1;
  animation: 8s ease-in-out infinite;
}
.baloons img:nth-child(1) {
  top: 0;
  left: 50%;
  animation-name: bln1;
}
.baloons img:nth-child(2) {
  top: 50%;
  left: 0;
  animation-name: bln2;
}
.baloons img:nth-child(3) {
  bottom: 5%;
  right: 0;
  animation-name: bln3;
}

@keyframes bln1 {
  0% {
    left: calc(50% - 20px);
    top: 0px;
  }
  35% {
    left: 50%;
    top: -20px;
  }
  45% {
    left: calc(50% + 10px);
    top: -10px;
  }
  75% {
    left: calc(50% + 25px);
    top: -15px;
  }
  100% {
    left: calc(50% - 20px);
    top: 0px;
  }
}
@keyframes bln2 {
  0% {
    left: -20px;
    top: calc(50% - 20px);
  }
  30% {
    left: 0;
    top: calc(50% + 10px);
  }
  60% {
    left: -15px;
    top: calc(50% + 10px);
  }
  82% {
    left: -5px;
    top: calc(50% + 25px);
  }
  100% {
    left: -20px;
    top: calc(50% - 20px);
  }
}
@keyframes bln3 {
  0% {
    right: -20px;
    bottom: calc(5% - 20px);
  }
  17% {
    right: -5px;
    bottom: calc(5% + 25px);
  }
  28% {
    right: 0;
    bottom: calc(5% + 10px);
  }
  57% {
    right: -15px;
    bottom: calc(5% + 10px);
  }
  100% {
    right: -20px;
    bottom: calc(5% - 20px);
  }
}
/* _form */
footer {
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  text-transform: none;
  text-align: left;
}
footer ol {
  padding-left: 2em;
}
footer ol li {
  font-weight: bold;
  font-size: 1.5em;
}
footer ol li i {
  font-size: 2em;
  position: relative;
  top: 0.16em;
}
footer ol li p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
}
.main-container footer img {
  margin: 25px 0;
}

.form-section iframe {
  width: 100%;
  height: 450px;
}
.form-section iframe ~ p {
  text-transform: uppercase;
  font-size: 1.4em;
  text-align: center;
}
