/* Reference */

/* @media (max-width: 991px) and (min-width: 768px) {

} */

/* @media (max-width: 767px) {

} */

@media (orientation: landscape) {
    body {
        max-height: 100%;
    }
}
@media (orientation: portrait) {
    body {
        max-width: 100%;
    }
}

/* Header */

@media (max-width: 991px) {
    .header-logo {
	    height: auto !important;
        width: auto !important;
        max-height: 120px;
    }

    .navbar-toggler {
        margin-right: 25px;
    }

    .sticky-header {
        display: flex;
	    max-height: 150px;
    }

    .logo-container {
        height: 100% !important;
        position: unset !important;
        border-bottom-left-radius: unset !important;
        border-bottom-right-radius: unset !important;
    }

    .logo-container img {
        padding: 8px 0 !important;
    }
}

/* Home Page */

@media (max-width: 991px) {
    .home-toyota {
        display: none;
    }

    .rav4-container {
        display: block !important;
    }

    .home-hero-container h1 {
        text-align: center;
    }

    .home-presenting-sponsors h2 {
        text-align: center;
    }

    .about-chilifest-container {
        flex-direction: column;
        padding: 60px 0;
    }

    .home-event-container {
        text-align: center;
    }
    
    .home-event-container h2 {
        margin-bottom: 30px !important;
    }

    .about-chilifest-text {
        padding-left: unset;
        max-width: unset;
        text-align: center;
        margin-bottom: 10px;
    }

    .about-chilifest-text > * {
        margin-bottom: 24px;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-social {
        align-items: center;
    }

    .footer-contact {
        align-items: center;
    }

    .footer-logo img {
        margin-top: -3em;
      }

    footer {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .home-toyota-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    .FAQ-content-container ul {
        padding: 0;
    }
}

@media (max-width: 1332px) {
    .sponsors-img-container {
        flex: 1 1 22%; /* 4 logos in a single row */
        max-width: 22%;
    }
}

@media (max-width: 767px) {
    .sponsors-img-container {
        flex: 1 1 45%; /* 2 logos in a single row */
        max-width: 45%;
    }
}

/* Schedule */

@media (max-width: 991px) {
    .schedule-text {
        width: unset;
        text-align: center;
    }
    
    .schedule-table {
        width: unset;
    }

    .schedule-header {
        text-align: center;    
    }
} 

/* Contestants */

@media (max-width: 991px) {
    .form-row > div:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .form-row div input {
        height: 100%;
        min-height: 80px
    }
    
    .step-1-title, .step-2-title {
        flex-direction: column;
        text-align: center;
    }
    
    .step-2-text {
        text-align: center;
    }
} 

/* Vendors */

@media (max-width: 991px) {
    #vendor-form-radio {
        justify-content: unset;
    }
    
    .radio-group {
        margin-right: 30px;
    }
    
    .radio-group input {
        margin-right: 10px;
    }
    
    .vendor-text p {
        text-align: center;
    }
}

/* Contact */

@media (max-width: 991px) {
    .contact-content-container {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-text-container {
        margin-bottom: 30px;
    }
}

/* Misc */
@media (max-width: 615px) {
    h1, h2, h3 {
        font-size: 24px !important;
        letter-spacing: 6px !important;
    }

    p {
        font-size: 18px !important;
    }

    .home-button-content img, .home-button-content i {
        display: none;
    }

    .event-sponsors {
        justify-content: center;
    }

    .home-button-content {
        justify-content: center !important;
        width: 100% !important;
    }

    .about-chilifest-text {
        padding: 0;
    }

    .schedule-table {
        width: unset;
    }

    .schedule-table tr {
        flex-direction: column;
        text-align: center;
        font-size: 24px;
    }
}
