/* 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;
}

@media only screen and (max-width: 1400px) {
  .wholesite {
    padding: 0 3rem;
  }
  .heading .div-button {
    margin: 2rem 0 0 0;
    width: 300px;
  }
  .heading .div-lips {
    width: 285px;
  }
  .heading .div-dates {
    width: 145px;
  }
  .heading .div-logo {
    margin: 3.7rem 2rem 0 0;
    width: 225px;
  }
  .footer {
    min-height: 750px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn.bdu {
    font-size: 2rem;
    padding: 0.2rem 2.5rem;
    border-radius: 10px;
  }
  .wholesite {
    padding: 0 2rem;
  }
  .heading .col-lg-6 {
    z-index: 100;
  }
  .heading .div-button {
    margin: 1rem 0 0 0;
    width: 230px;
  }
  .heading .div-lips {
    position: absolute;
    margin: 3.5rem 0 0 0;
    width: 220px;
  }
  .video {
    margin-top: 1rem;
  }
  .information .event .date {
    font-size: 3rem;
  }
  .information .event .artists.line1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  .information .event .artists.line2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .information .event .artists.line3 {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .information .address {
    font-size: 1.4rem;
  }
  .about .bduseagulls {
    top: -50px;
    right: 30px;
    width: 150px;
  }
  .footer {
    min-height: 630px;
  }
}
@media only screen and (max-width: 991px) {
  .wholesite {
    padding: 0 1rem 1rem 1rem;
    background-size: cover;
  }
  .heading .col-lg-6 {
    z-index: 100;
  }
  .heading .div-button {
    margin: 1rem 0 0rem 0;
    width: 100%;
  }
  .heading .div-lips {
    position: relative;
    margin: 3.5rem 0 0 0;
    width: 220px;
    display: none;
  }
  .heading .div-dates {
    width: 130px;
  }
  .heading .div-logo {
    margin: 3rem 2rem 0 0;
    width: 210px;
  }
  .video {
    margin-top: 1rem;
  }
  .information .event.bordered {
    border-right: none;
    border-bottom: 1px solid #FFF9D9;
  }
  .about .bduseagulls {
    top: -25px;
    right: 20px;
    width: 200px;
  }
  .footer {
    min-height: 480px;
  }
  .footer .row {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
  }
  .footer .newslettertitle {
    font-size: 2.1rem;
    line-height: 3.5rem;
  }
  .footer .colleft,
  .footer .colright {
    text-align: left;
  }
  .footer .bottomcontext2 {
    display: none;
  }
  .footer .socials li {
    margin: 0 0.2rem;
  }
  .footer .socials li a {
    display: block;
    width: 35px;
    background: #F2A7A7;
    border-radius: 5px;
    padding: 5px;
  }
  .footer .min900 {
    display: block;
  }
  #mc_embed_shell input[type=email] {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .mobileonly {
    display: block;
  }
  .container-fluid {
    padding: 0px;
  }
  .wholesite {
    padding: 0rem 0rem 1rem 0rem;
  }
  .heading .bduseagulls,
  .heading .div-button,
  .heading img.presentedby {
    display: none;
  }
  .heading .div-dates {
    width: 30%;
  }
  .heading .div-logo {
    margin: 1.5rem 2rem 0 0;
    text-align: center;
    width: 54%;
  }
  .heading .mobileonly .presentedby {
    display: block;
    width: 60%;
    margin-left: 20%;
  }
  .heading .mobileonly .btn {
    width: 80%;
    margin-left: 10%;
  }
  .heading .fixed {
    box-shadow: 0px 10px 30px #666;
    width: 90% !important;
    margin-left: 5% !important;
    position: fixed;
    left: 0px;
    bottom: 25px;
    z-index: 101;
  }
  .information .event .date {
    font-size: 3rem;
  }
  .information .event .artists.line1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .information .event .artists.line2 {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .information .event .artists.line3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .information .address {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .about .bduseagulls {
    display: none;
  }
  .footer {
    min-height: 650px;
    background: url(../images/image-footerbuildings-mobile.png) center bottom no-repeat #141119;
    background-size: contain;
  }
  .footer .row {
    background: none;
    backdrop-filter: none;
  }
  .footer .newslettertitle {
    text-align: center;
    font-size: 2.1rem;
    line-height: 3.5rem;
  }
  .footer .newsletterdesc {
    text-align: center;
  }
  .footer .colleft,
  .footer .colright {
    background: none;
    backdrop-filter: none;
    text-align: left;
  }
  .footer .colright {
    text-align: center;
  }
  .footer .socials {
    float: none;
    margin-left: 100px;
    margin-top: -1rem;
  }
  .footer .socials li {
    margin: 0 0.35rem;
  }
  .footer .socials li a {
    width: 50px;
    border-radius: 8px;
    padding: 10px;
  }
  .footer .bottomcontext {
    text-align: center;
  }
  #mc_embed_shell input[type=email] {
    width: 100%;
    float: none;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  #mc_embed_shell input[type=submit] {
    width: 100%;
    float: none;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
    margin-left: 0rem;
  }
}

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