/* Load Custom Fonts */
@font-face {
    font-family: barlow-regular;
    src: url(../fonts/Barlow-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: barlow-bold;
    src: url(../fonts/Barlow-Bold.ttf);
    font-display: swap;
    
}

body {
    background-color: black;
    font-family: barlow-regular;
    color: white;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

/* Header CSS */

header {
    background-color: black;
    background: url(../images/lines.png), linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(../images/background_header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Jumbotron */

.jumbotron {
    background-color: transparent;
    vertical-align: middle;
    padding-top: 6em;
    padding-bottom: 12em;
    margin-bottom: 0;
    clear: both;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
    font-family: barlow-bold;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.jumbotron h1{
    font-size: 6em;
    line-height: 1;
}

.jumbotron h5 {
    font-family: barlow-regular;
    font-size: 1.5em;
    line-height: 1;
    font-weight: normal;
}

#city-state {
    padding-right: 3em;
}

.jumbotron .img-fluid {
    margin-bottom: 3em;
}

@media screen and (max-width: 500px) {
    .jumbotron {
        padding-bottom: 6em;
    }
    .jumbotron h1{
        font-size: 3em;
    }
    .jumbotron h5 {
        font-size: 1em;
    }
    #city-state {
        padding-right: 5px !important;
    }
  }

/* Navbar */

.nav-link {
    font-family: barlow-regular;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link:hover {
    color: #822ea8;
}

.navbar .navbar-nav {
    margin: auto;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.button {
    width: 150px;
    height: 35px;
    background: -webkit-linear-gradient(0.50turn, #822ea8, #da0e90);
    font-family: barlow-regular;
    color: white;
    border: 0px;
}

.button:hover {
    background: -webkit-linear-gradient(0.50turn, #da0e90, #822ea8);
}

.dark-background { 
    background-color: rgba(0, 0, 0, 0.8) !important;
}

/* FontAwesome */

.fa-globe, .fa-calendar-alt, .fa-bars {
    background: -webkit-linear-gradient(0.50turn, #822ea8, #da0e90);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Countdown Div */

#countdown {
    background: url('../images/texture1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 5px;
    padding-right: 5px;
}

#countdown h2 {
    font-family: barlow-bold;
    font-size: 3em;
}

#countdown p {
    margin-left: 25%;
    margin-right: 25%;
}

.timer {
    display: inline-block;
    margin: 1em;
    padding: 3px;
    border: 1px solid white;
    width: 125px;
    height: 150px;
}

.timer h1 {
    font-size: 6em;
    margin-bottom: 0;
}


/* About Us Section */

#aboutUs .row{
    font-family: barlow-bold;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 200px;
    padding-right: 20px;
    background: white;
    background-size: cover;
    padding-left: 5px;
    padding-right: 5px;

}

#aboutUs .col-lg-6 {
    padding-left: 50px;
}

#aboutUs h2 {
    color: #26264b;
}

#aboutUs h5 {
    color: #f09922;
}

#aboutUs p {
    font-family: barlow-regular;
    color: #8b8b9a;
}

@media screen and (max-width: 991px) { 
    #aboutUs .row{
        padding-left: 15px;
        padding-right: 15px;
    }

    #aboutUs .col-lg-6 {
        padding-left: 10px;
    }
}

/* Sponsors Section */

#sponsors .row {
    background: url('../images/texture2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: barlow-bold;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

#sponsors h5 {
    font-family: barlow-regular;
}

#sponsors h1 {
    font-size: 3em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

#sponsors .img-fluid {
    margin-right: 20px;
    height: 200px;
    margin: 15px;
    border: 2px solid black;
}

#sponsors .img-fluid:hover {
    box-shadow: 8px 8px 15px grey;
}

@media screen and (max-width: 991px) { 
    #sponsors .img-fluid {
        margin: 15px;
    }
}

/* artists Section */

#artists .row {
    background: url('../images/texture3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: barlow-bold;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

#artists h5 {
    font-family: barlow-regular;
    color: #f09922;
}

#artists h1 {
    font-size: 4em;
    margin-bottom: 1em;
}

#artists .img-thumbnail {
    width: 250px !important; 
}

#artists .img-wrap {
    display: inline-block;
    padding: 10px;
}

#artists .img-wrap {
    position: relative;
    width: 250px;
    height: auto;
}
#artists .img-description {
    position: absolute;
    width: 92%;
    height: 3em;
    top: 89%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(130, 46, 168,0.8);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-family: barlow-regular;
    transition: opacity .2s, visibility .2s;
}

#artists .img-wrap:hover .img-description {
    visibility: visible;
    opacity: 1;
  }

  @media screen and (max-width: 991px) { 
    #artists .img-wrap {
        margin: 15px;
    }
}

/* Success Stories */
  
#successStories .row {
    background: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: barlow-bold;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

#successStories h2 {
    font-size: 3em;
}

#successStories .img-fluid {
    width: 300px;
    border: 3px solid white;
    margin: 20px;
}

#successStories .img-wrap {
    display: inline-block;
}

@media screen and (max-width: 991px) { 
    #successStories .button {
        width: 300px;
    }
}

/* Sponsorship Section */

#sponsorship .row {
    font-family: barlow-bold;
    background-color: white;
    background-size: cover;
    color: #2e2f4f;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.sponsorship-pricing {
    font-family: barlow-regular;
    display: inline-table;
    position: relative;
    margin: 1em;
    padding: 15px;
    border: 2px solid #2e2f4f;
    height: 25em;
    width: 20em;
}

#sponsorship a {
    color: #2e2f4f;
}

#sponsorship a:hover {
    color: #da0e90;
    background-color: transparent;
    text-decoration: none;
}

.sponsorship-pricing ul {
    text-align: left;
}

#sponsorship small {
    font-family: barlow-regular;
}

.active {
    background: -webkit-linear-gradient(0.45turn, #da0e90, #822ea8);
}

.package-pricing {
    padding-top: 20px !important;
}

#paypal-button-container1 {
    margin-top: 20px;
}

/* Ticket Section */

#tickets .row {
    font-family: barlow-bold;
    background-color: #2e2f4f;
    background-size: cover;
    color: white;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

#tickets small {
    font-family: barlow-regular;
}

.ticket-pricing {
    background-color: transparent;
    font-family: barlow-regular;
    display: inline-table;
    position: relative;
    margin: 1em;
    padding: 15px;
    border: 2px solid white;
    height: 5em;
    width: 20em;
}

/* Donation Section */

#donateBox .row {
    font-family: barlow-bold;
    background-color: black;
    background-size: cover;
    color: white;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

#donateBox h2 {
    color: #f09922;
    font-size: 3em;
    text-transform: uppercase;
}

#donateBox h5 {
    color: white;
    font-family: barlow-regular;
    text-transform: uppercase;
}

#donateBox input {
    width: 400px;
    height: 40px;
    margin: 10px;
    padding: 2px;
    border: 0;
    font-weight: normal;
    font-family: barlow-regular;
    text-align: center;
}

#donateBox input {
    margin-bottom: 30px !important;
}

#donateBox input::-webkit-outer-spin-button,
#donateBox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Contact Us Section */
#contactUs .row {
    background-color: #26264b;
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: barlow-bold;
}

#contactUs h2 {
    color: white;
    font-size: 3em;
}

#contactUs h5 {
    color: #f09922;
    font-family: barlow-regular;
}

#contactUs .form-content {
    font-family: barlow-regular;
    display: inline-block;
    position: relative;
    bottom: 0;
}

#contactUs input {
    width: 400px;
    height: 40px;
    margin: 10px;
    padding: 2px;
    border: 0;
}

#contactUs textarea {
    width: 400px;
    height: 150px;
    margin: 10px;
}

#contactUs .button {
    height: 40px;
    padding-bottom: 0;
}

@media screen and (max-width: 991px) { 
    #contactUs .button {
        padding: 10px;
        margin-top: 10px;
    }

    #contactUs input, #contactUs textarea {
        width: 350px;
        margin-left: 10px;
        margin-right: 10px;
    }

}
  

/* footer */

footer {
    font-family: barlow-regular;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #15162b
}

footer hr {
    border: 1px solid rgb(255,255,255, 0.6);

}

#footerContent {
    padding-top: 60px;
    padding-bottom: 40px;
}

#footerContent img {
    width: 300px;
}

#footerContent h4 {
    font-size: 1em;
    color: #b2b2c5;
}

#footerContent h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    color: white;
    font-family: barlow-bold;
}

#footerContent span {
    color: #d90e90;
}

#footerContent .fa-facebook-square {
    font-size: 4em;
    color: #b2b2c5;
}

#footerContent .fa-facebook-square:hover { 
    color: #d90e90;
}
@media screen and (max-width: 991px) { 
    #footerContent .col-lg-4 {
        margin: 15px;
    }

    #footerContent .img-fluid {
        padding-bottom: 20px;
    }
}

/* Bio Modal */
#bio-modal .modal-content{
    background: -webkit-linear-gradient(0.45turn, #da0e90, #822ea8);
}

#bio-modal .modal-body {
    height: 400px;
    overflow: auto;
}

#bio-modal h5{
    font-family: barlow-bold;
}

#bio-modal .col-lg-12 {
    text-align: center;
}

#bio-modal p {
    font-family: barlow-regular;
    text-align: left;
}

#bio-modal .img-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 240px;
    border: 2px solid white;
}

#bio-modal a {
    color: white;
}

#bio-modal .btn-danger {
    background-color: purple;
    border: 1px solid purple;
}

#bio-modal .btn-danger:hover {
    background-color: rgb(61, 0, 61);
    border: 1px solid rgb(61, 0, 61);;
}

.fa-spotify, .fa-globe-americas, .fa-facebook,
.fa-instagram-square, .fa-phone-square-alt {
    margin: 5px;
    font-size: 3em;
}

.fa-spotify:hover, .fa-globe-americas:hover, .fa-facebook:hover,
.fa-instagram-square:hover {
    color: rgb(179, 177, 177);
}

.gold {
    background: #D4AF37 !important;
    color: black;
}

.gold .fa-phone-square-alt, .gold .fa-globe-americas, .gold .fa-facebook {
    color: black;
}

.gold .fa-phone-square-alt:hover, .gold .fa-globe-americas:hover, .gold .fa-facebook:hover {
    color: purple;
}

.bronze {
    background: #cd7f32 !important;
    color: black;
}

.bronze .fa-phone-square-alt, .bronze .fa-globe-americas, .bronze .fa-facebook {
    color: black;
}

.bronze .fa-phone-square-alt:hover, .bronze .fa-globe-americas:hover, .bronze .fa-facebook:hover {
    color: purple;
}

.silver {
    background: silver !important;
    color: black;
}

.silver .fa-phone-square-alt, .silver .fa-globe-americas, .silver .fa-facebook {
    color: black;
}

.silver .fa-phone-square-alt:hover, .silver .fa-globe-americas:hover, .silver .fa-facebook:hover {
    color: purple;
}


/* Video Modal  */

#video-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    outline: none;
}

#video-modal .modal-content {
    background-color: transparent;
    position: relative;
    outline: none;
    margin-top: 30%;
    border: 0px transparent;
}

#video-modal .modal-body {
    border: 0px transparent;
}

#video-modal .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
  }

  /* Bio Notice Temp Container */

  .notice {
    background: lightgoldenrodyellow !important;
    color: black;
    text-align: center;
  }

  .notice h5 {
      color: red;
  }

  .notice a {
      color: blue !important;
  }

  .notice .btn-danger {
      background-color: red !important;
      border: 1px solid red !important;
  }

  .notice .btn-danger:hover {
    background-color: darkred !important;
    border: 1px solid darkred !important;
}