body {
  padding-top: 25px;
  background: rgb(45,156,216) no-repeat;
  background: linear-gradient(rgba(45,156,216,1) 0%, rgba(46,91,169,1) 22%, rgba(44,60,152,1) 50%, rgba(45,42,123,1) 75%, rgba(59,26,89,1) 100%) no-repeat;
  background:
    url('../images/pineapple.png') no-repeat 20% 5px,
    url('../images/sb-backg-mob.jpg') no-repeat 50% 0;
  background-size: 152%, cover;
  color: #fff;
  overflow-x: hidden;
}

/*
FONTS
*/
h1, h2, h3, h4, h5 {
  font-family: 'Teko', sans-serif;
  font-weight: 400;
}

p, form label, .form-control, .form-check-label, .btn {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

hr {
  border-top: 3px solid #f68a20;
}

form {
  width: 100%;
}

.accent-color {
  color: #fdf82b;
}
.link-black {
 color: #000;  
}

.link-black:hover {
  color: #000;
}

/*
HEADER CONTENT
*/
.header-container {
  /* width: 100%;
  margin-left: auto;
  margin-right: auto; */
  /* max-width: 1000px;
  width: 80%; */
}

.header-main {
  padding-bottom: 4.6rem;
}

.header-entertext {
  font-size: 1.25rem;
  font-size: 5.5vw;
  text-align: center;
  margin-bottom: 0;
}

/*
MAIN CONTENT
*/
.main-content {
  background: rgb(25,55,110);
  background: linear-gradient(180deg, rgba(25,55,110,1) 0%, rgba(39,33,93,1) 100%);
  /* max-width: 1000px; */
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}

.main-content-headline {
  font-size: 1.62rem;
  letter-spacing: .05rem;
  line-height: 1.1;
  text-align: center;
  padding-bottom: .5rem;
}

.main-content-info {
  font-size: .65rem;
  text-align: center;
  letter-spacing: 0.01rem;
  margin: auto;
  margin-bottom: 1.5em;
}

/*
FORM
*/

.sb-entryform label {
  font-size: .8rem;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: .8rem;
}

.form-control {
  border-radius: .10rem;
  border: 1px solid #811eb3;
  line-height: 1.2;
}

.form-control:focus {
  border-color: #f68a20;
  box-shadow: none;
  box-shadow: 0 0 0 0.12rem #f68a20;
}

.btn {
  border-radius: .10rem;
  padding: .375rem 1.4rem;
  display: block;
  margin: auto;
  font-weight: 600;
}

.btn-primary-sb {
  background-color: #fdf82b;
  border-color: #fdf82b;
  color: #3c257a;
  margin-top: 2rem;
}

.btn-primary-sb:hover,
.btn-primary-sb:active,
.btn-primary-sb:focus {
  background: #f68a20;
  border-color: #f68a20;
  color: #fff;
}

/* Birthday Selectors */
.form-inline-custom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Month */
.form-inline-custom .form-control:nth-child(1) {
  flex-basis: 40%;
}

/* Day */
.form-inline-custom .form-control:nth-child(2) {
  flex-basis: 27%;
}

/* Year */
.form-inline-custom .form-control:nth-child(3) {
  flex-basis: 27%;
}

select:not([multiple]){
  -webkit-appearance:none;
  -moz-appearance:none;
  background-position:right 50%;
  background-repeat:no-repeat;
  background-image:url('../images/select-arrow.svg');
  background-size: contain;
  padding: .5em;
  padding-right:1.5em;
}

.form-control {
  border-radius: .10rem;
}

/* CHECKBOX */
.form-check {
 padding-left: 0;
}
/* The container */
.form-check-label {
   display: block;
   position: relative;
   padding-left: 35px;
   margin-bottom: 12px;
   margin-left: 1px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   line-height: 2.1;
   font-size: .7rem;
}
/* Hide the browser's default checkbox */
.form-check-input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 22px;
   width: 22px;
   background-color: #ffffff;
   border: 1px solid #811eb3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
   content: "";
   position: absolute;
   display: none;
}
/* Show the checkmark when checked */
.form-check-label input:checked ~ .checkmark:after {
   display: block;
}
/* Style the checkmark/indicator */
.form-check-label .checkmark:after {
   left: 7px;
   top: 3px;
   width: 7px;
   height: 12px;
   border: solid #917b4c;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

/* Success Message */
.success-box {
  display: none;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.success-box img {
  max-width: 65%;
}

/*
VIDEO SECTION
*/
.video-section {
  background: rgb(39,33,93);
  background: linear-gradient(180deg, rgba(39,33,93,1) 0%, rgba(45,24,85,1) 100%);
  border-top: 3px solid #f68a20;
  padding-top: 1.4rem;
  padding-bottom: 1.6rem;
  /* max-width: 1000px; */
}

.video-section-header {
  font-size: 1.7rem;
  letter-spacing: .04rem;
  padding-bottom: 1rem;
  padding-top: .2em;
  width: 80%;
  margin: 0 auto;
}

.video-section-col {
  padding-right: 0;
  padding-left: 0;
}

.custom-container {

}

/* Vimeo Player Styles */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

/*
FOOTER
*/
.footer {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  font-size: .7rem;
  text-align: center;
}

.footer-links-section {
  display: flex;
  flex-direction: column;
  margin-bottom: .6rem;
}

.footer-link {
  margin-bottom: .5rem;
}

/*
  BUBBLE ANIMATION
*/
/* Keyframes */

@-webkit-keyframes animateBubble {
    0% { margin-top: 1000px; }
    100% { margin-top: -100%; }
}

@-moz-keyframes animateBubble {
    0% { margin-top: 1000px; }
    100% { margin-top: -100%; }
}

@keyframes animateBubble {
    0% { margin-top: 1000px; }
    100% { margin-top: -100%; }
}

@-webkit-keyframes sideWays {
    0% { margin-left: 0px; }
    100% { margin-left: 50px; }
}

@-moz-keyframes sideWays {
    0% { margin-left:0px; }
    100% { margin-left:50px; }
}

@keyframes sideWays {
    0% { margin-left:0px; }
    100% { margin-left:50px; }
}
#animation-wrap {
  display: none;
}
.bubble {
  position: absolute;
  height: 200px;
	width: 200px;
}
/*
Modal
*/
.modal {
  color: #000000;
}
.modal-content {
  border-radius: 0;
}
.modal-header, .modal-footer {
  border: 0;
}
.modal-header .close {
  padding: 0;
  margin: 0;
}
.modal-title {
  color: #3c257a;
  font-size: 2rem;
}
button.close {
  background-color: #fdf82c;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  opacity: 1;
}
button.close span{
  color: #3c257a;
}
.btn-secondary {
  color: #3c257a;
  background-color: #fdf82c;
  border: 0;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #f68a20;
}
/*
MEDIA QUERIES
*/
.modal {
  color: #000000;
}
.modal-content {
  border-radius: 0;
}
.modal-header, .modal-footer {
  border: 0;
}
.modal-header .close {
  padding: 0;
  margin: 0;
}
.modal-title {
  color: #3c257a;
  font-size: 2rem;
}
button.close {
  background-color: #fdf82c;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  opacity: 1;
}
button.close span{
  color: #3c257a;
}
.btn-secondary {
  color: #3c257a;
  background-color: #fdf82c;
  border: 0;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #f68a20;
}
/*
MEDIA QUERIES
*/
@media screen and (min-width: 380px) {

  .main-content {
    padding-left: 10vw;
    padding-right: 10vw;
  }

}
@media screen and (min-width: 576px) {

  body {
    background-size: 120%, cover;
    background-position: 0 5px, 50% 0;
  }
  .responsive-br {
    display: none;
  }
  .custom-container {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-content,
  .custom-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .header-entertext {
    font-size: 2.2rem;
  }
  .main-content-headline {
    margin-top: .7em;
  }
  .embed-container {
    margin-top: 1.2em;
    margin-bottom: 1.8em;
  }
  .modal-dialog {
    max-width: 800px;
  }
  .modal-content {
    padding: 20px 45px 30px;
  }
  .modal-footer {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  body {
    background:
    url('../images/pineapple.png') no-repeat 20% 5px,
    url('../images/sb-backg-dsk.jpg') no-repeat 50% 0;
    background-position: top -155px right -240px, 50% 0;
    background-size: 680px, cover;
  }
  .main-content,
  .custom-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* .logo-desktop {
    width: 100%;
  } */
  .custom-container {
    max-width: 720px;
  }
  .header-main {
    padding-bottom: 1rem;
  }
  .header-entertext {
    font-size: 2em;
        padding-bottom: .2em;
  }
  .video-section-header {
    padding-top: 1em;
  }
  .footer-links-section {
    max-width: 400px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
  }
  .video-section {
    border-top: none;
  }
  .h-rule {
    border-top: 3px solid #f68a20;;
  }
  .sb-entryform .btn {
    float: right;
  }

}

@media screen and (min-width: 992px) {
  body {
    background:
    url('../images/pineapple.png') no-repeat 20% 5px,
    url('../images/sb-backg-dsk.jpg') no-repeat 50% 0;
    background-position: top -330px left 45vw, 50% 0;
    background-size: 1000px, cover;
  }

  .main-content, .custom-container {
    max-width: 960px;
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .form-check-label {
    font-size: .9rem;
    line-height: 1.7;
  }
  .header-entertext {
    font-size: 2.4em;
  }

/* Animation */
  #animation-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  /* ANIMATIONS */

  .x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;

  	left: -5%;
  	top: 5%;

  	-webkit-transform: scale(0.6);
  	-moz-transform: scale(0.6);
  	transform: scale(0.6);
  }

  .x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  	animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;

  	left: 5%;
  	top: 80%;

  	-webkit-transform: scale(0.4);
  	-moz-transform: scale(0.4);
  	transform: scale(0.4);
  }

  .x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;

  	left: 10%;
  	top: 40%;

  	-webkit-transform: scale(0.7);
  	-moz-transform: scale(0.7);
  	transform: scale(0.7);
  }

  .x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;

  	left: 20%;
  	top: 0;

  	-webkit-transform: scale(0.3);
  	-moz-transform: scale(0.3);
  	transform: scale(0.3);
  }

  .x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;

  	left: 30%;
  	top: 50%;

  	-webkit-transform: scale(0.5);
  	-moz-transform: scale(0.5);
  	transform: scale(0.5);
  }

  .x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;

  	left: 50%;
  	top: 0;

  	-webkit-transform: scale(0.8);
  	-moz-transform: scale(0.8);
  	transform: scale(0.8);
  }

  .x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;

  	left: 65%;
  	top: 70%;

  	-webkit-transform: scale(0.4);
  	-moz-transform: scale(0.4);
  	transform: scale(0.4);
  }

  .x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  	animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;

  	left: 80%;
  	top: 10%;

  	-webkit-transform: scale(0.3);
  	-moz-transform: scale(0.3);
  	transform: scale(0.3);
  }

  .x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  	animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;

  	left: 90%;
  	top: 50%;

  	-webkit-transform: scale(0.6);
  	-moz-transform: scale(0.6);
  	transform: scale(0.6);
  }

  .x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	-moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  	animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;

  	left: 80%;
  	top: 80%;

  	-webkit-transform: scale(0.3);
  	-moz-transform: scale(0.3);
  	transform: scale(0.3);
  }
}

@media screen and (min-width: 1200px) {

  .header-container, .main-content, .custom-container {
    max-width: 1000px;
  }

  .header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-content, .custom-container {
    padding-left: 9rem;
    padding-right: 9rem;
  }

}
