@charset "UTF-8";
/* CSS Document */
body {
    --sunscreen-orange: rgba(255, 182, 0, 1);
    --fade-to-black: rgba(34, 34, 34, 1);
    --fifty-fifty: rgba(136, 139, 141, 1);
    --spotlight: rgba(255, 255, 255, 1);
    font-family: 'Avenir Next', 'Proxima Nova', 'Helvetica Neue', sans-serif !important;
}

.btn {
    background-color: var(--sunscreen-orange) !important;
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 600 !important;
}

.btn:hover {
    background-color: rgba(223, 150, 0, 1) !important;
}

.section {
    padding: 30px 0;
}

.section-heading h1, .section-heading h3 {
    padding-top: 15px;
    text-align: center;
    font-weight: 900 !important;
}

.section-heading-light * {
    color: rgba(255, 255, 255, 1.00);
    border-color: rgba(255, 255, 255, 1.00);
}

.superscript {
    vertical-align: super;
    font-size: 1rem;
}

.card-container {
    padding-bottom: 15px;
}

.card {
    height: 100%;
    border-width: 3px !important;
}

.card-title {
    font-weight: 600 !important;
}

.card-footer .btn, .card-header .btn {
    width: 100%;
}

.footnote {
    font-weight: 600;
    padding: 15px 0;
}

.footnote-light {
    color: rgba(255, 255, 255, 1);
}

.footnote a {
    color: var(--sunscreen-orange);
    transition: 0.15s ease-in-out;
}

.footnote a:hover {
    color: rgba(223, 150, 0, 1);
    transition: 0.15s ease-in-out;
}

/* Header and Navbar */
.navbar {
    background-color: rgba(255, 255, 255, 1);
}

.navbar-brand img {
    width: 192px;
    height: 192px;
}

.nav-link {
    margin: 0 5px 0 5px;
    font-size: 18pt;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.nav-link:hover {
    border-bottom: 5px solid var(--sunscreen-orange);
    transition: 0.15s ease-in-out;
}

.navbar .social {
    margin: 16px 8px 16px 0;
}

.social img {
    width: 32px;
    height: 32px;
    margin-left: 15px;
    opacity: 0.5;
}

.social img:hover {
    opacity: 1;
    transition: 0.15s ease-in-out;
}

/* Hero */
#hero {
    width: 100vw;
    height: 56.25vw;
    padding: 0;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero .carousel-item {
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

/* Info Bar */
#info {
    padding: 30px;
}

#info a {
    color: var(--sunscreen-orange);
}

/* Tickets */
#festival-passes {
    padding: 10vh 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../resources/full-house.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#festival-passes .card-subtitle {
    font-size: 1.25rem !important;
}

#festival-passes .ga {
    background-color: rgb(255, 236, 208);
}

#festival-passes .vip {
    background-color: rgb(255, 219, 148);
}

#festival-passes .list-group, .list-group-item {
    background-color: rgba(0, 0, 0, 0) !important;
}

/* Submissions */
.card-header img, .card-footer img {
    height: 1.5rem;
    margin-bottom: 0.3rem;
}

#submissions .award {
    padding: 15px 0;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    transition: 0.15s ease-in-out;
}

#submissions .award img {
    height: 5rem;
    margin-bottom: 0.3rem;
    color: var(--sunscreen-orange);
}

/* Mentor Program */
#mentor-program {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../resources/panel.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#mentor-program .card-title {
    margin-bottom: 0;
}

#mentor-program .card-img {
    margin-bottom: 15px;
}

#mentor-program .carousel {
    background-color: rgba(0, 0, 0, 1);
}

#mentor-program .carousel .carousel-inner .carousel-item {
    position: relative;
    padding-top: 56.25%;
    transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

#mentor-program .carousel .carousel-inner .carousel-item img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#mentor-program .video-container {
    padding-bottom: 15px;
}

#mentor-program video {
    background-color: rgba(0, 0, 0, 1);
}

#mentor-program .sub {
    color: rgba(223, 223, 223, 1.00);
}

/* About Us */
#about-us .team {
    background-color: rgba(0, 0, 0, 0.03);
}

#about-us .social img {
    margin: 0 !important;
}

#gallery {
    background-color: var(--fade-to-black);
}

#gallery .subheadline {
    color: rgba(255, 255, 255, 1.00);
}

#gallery .grid-item {
    padding: 20px !important;
}

#gallery .grid-item img {
    width: 100%;
}

#our-sponsors .grid-item {
    padding: 20px !important;
}

#our-sponsors .grid-item img {
    width: 100%;
}

/* Footer */
footer {
    padding: 15px;
    border-top: 1px solid var(--fade-to-black);
}
