/* BUTTONS */
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus, option:active, option:focus {
  outline: 0px !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}

.btn.bdu {
  font-family: "Anton";
  font-weight: normal;
  color: #000;
  background: #f2e221;
  text-transform: uppercase;
  font-size: 2.5rem;
  padding: 0.5rem 3rem;
  border-radius: 15px;
}
.btn.bdu:hover {
  background: #000;
  color: #f2e221;
}

body {
  background: #c1457a;
}

.modal-header {
  font-family: "Anton";
  text-transform: uppercase;
}

.modal-body {
  font-family: "Franklin Gothic Book";
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-body a {
  color: #141119;
}
.modal-body a:hover {
  color: #f2e221;
}

.modal-header,
.modal-body {
  background: #FFF9D9;
}

.container-fluid {
  padding: 0px;
}

.wholesite {
  background: url(../images/image-background.png) center top no-repeat;
  background-size: cover;
  padding: 0 3rem 1rem 3rem;
}

.mobileonly,
.min900 {
  display: none;
}

.heading .col-xl-7 {
  z-index: 100;
}
.heading .div-logo {
  display: inline-block;
  margin: 3.9rem 3rem 0 0;
  width: 260px;
  float: right;
}
.heading .div-dates {
  width: 165px;
  display: inline-block;
  float: right;
}
.heading .div-button {
  display: inline-block;
  float: left;
  width: 325px;
  margin: 4rem 0 0 0;
}
.heading .div-lips {
  display: inline-block;
  float: left;
  width: 350px;
  margin: 3rem 0 0 0;
}
.heading img.bduseagulls {
  width: 60%;
  margin: 0 20% 3rem 20%;
}
.heading img.presentedby {
  margin-top: 1rem;
  display: inline-block;
}
.video {
  margin-top: -1.5rem;
}
.video .ratio {
  background: #000;
}
.video .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information .event {
  text-align: center;
  padding: 1rem 0;
  text-transform: uppercase;
}
.information .event.bordered {
  border-right: 1px solid #13354D;
}
.information .event .date {
  font-family: "ITCFranklinGothic LT Pro BkCm";
  color: #13354D;
  font-size: 3rem;
}
.information .event .artists {
  font-family: "Anton";
  color: #FFF9D9;
}
.information .event .artists.line1 {
  font-size: 5rem;
  line-height: 5.5rem;
}
.information .event .artists.line2 {
  font-size: 2.5rem;
  line-height: 4rem;
}
.information .event .artists.line3 {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.information .address {
  font-family: "ITCFranklinGothic LT Pro BkCm";
  color: #13354D;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
}

.about {
  background: #FFF9D9;
  font-family: "Franklin Gothic Book";
  font-size: 1rem;
  color: #000;
  position: relative;
}
.about h1 {
  font-family: "ITCFranklinGothic LT Pro BkCm";
  color: #13354D;
  font-size: 3.5rem;
}
.about p:nth-of-type(2), .about p:nth-of-type(3) {
  color: #A1035C;
}
.about .bduseagulls {
  position: absolute;
  top: -70px;
  right: 60px;
  width: 200px;
}

.footer {
  min-height: 870px;
  background: url(../images/image-footerbuildings.png) center top no-repeat;
  background-size: cover;
}
.footer .newslettertitle {
  font-family: "Anton";
  color: #FFF9D9;
  font-size: 3rem;
  line-height: 3.5rem;
}
.footer .newsletterdesc {
  font-family: "Franklin Gothic Book";
  color: #FFF9D9;
  font-size: 1rem;
}
.footer .bottomcontext {
  clear: both;
  text-align: right;
  padding: 1rem 0.35rem 0 0;
}
.footer .bottomcontext p {
  padding: 1rem 0 0 0;
  margin: 0px;
  font-size: 1rem;
  color: #FFF9D9;
  font-family: "Franklin Gothic Book";
}
.footer .bottomcontext a {
  font-size: 1rem;
  color: #666;
  font-family: "Franklin Gothic Book";
  text-decoration: none;
}
.footer .bottomcontext a:hover {
  color: #f2e221;
}
.footer .socials {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: right;
}
.footer .socials li {
  float: left;
  margin: 0 0.35rem;
}
.footer .socials li a {
  display: block;
  width: 50px;
  background: #F2A7A7;
  border-radius: 8px;
  padding: 10px;
}
.footer .socials li a:hover {
  background: #f2e221;
}

#mc_embed_shell input[type=email] {
  background: #fff;
  padding: 0.6rem 1rem;
  color: #000;
  border: none;
  float: left;
  width: 300px;
  border-radius: 5px;
}
#mc_embed_shell input[type=email]::placeholder {
  text-transform: uppercase;
}
#mc_embed_shell .mc-field-group label {
  display: none;
}
#mc_embed_shell #mc_embed_signup div.mce_inline_error {
  float: left;
  clear: both;
  font-family: "Franklin Gothic Book";
  background: #c1457a;
}
#mc_embed_shell #mce-responses {
  padding: 1rem 0rem;
}
#mc_embed_shell #mce-success-response {
  color: green;
}
#mc_embed_shell input[type=submit] {
  border: none;
  background: #D16589;
  padding: 0.2rem 1.2rem;
  border-radius: 5px;
  color: #fff;
  font-family: "Anton";
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin-left: 0.5rem;
  text-transform: uppercase;
}
#mc_embed_shell .indicates-required {
  display: none;
}

/*# sourceMappingURL=theme.css.map */
