@charset "UTF-8";

html {
    overflow-x: hidden;
}

.roboto-normal {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.small-text {
    font-size: 0.9rem;
}

dl .block-list {
    margin: 0;
    padding: 0;
}

.block-list dt {
    font-weight: bold;
    width: calc(8em);
    float: left;
    color: #666;
    clear: both;
}

.block-list dd {
    margin: 0;
    width: calc(100% - 8em);
    float: left;
}

.block-list dd,
.block-list dt {
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #DDDDDD;
    padding: 10px 0 10px 0;
    font-size: 0.9rem;
}

@media screen and (max-width: 450px) {
    .block-list dt {
        width: 100%;
        float: none;
        clear: both;
        padding: 10px 0 0 0;
    }

    .block-list dd {
        width: 100%;
        float: none;
        border-top-width: 0px;
        padding: 0 0 10px 0;
    }
}

.sponsor-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
}

.sponsor-logo img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

.navbar-brand,
.roboto-normal {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.carousel-inner .carousel-item img {
    width: 100%;
    max-height: 400px;
    max-width: 1296px;
    object-fit: cover;
}


.carousel-overlay {
    position: absolute;
    top: max(calc(10% - max(calc(calc(680px - 100vw) / 2), 0px)), 0px);
    left: min(5%, 65px);
    z-index: 10;
    width: min(min(calc(60% + max(0px, calc(800px - 100vw))), 1166px), 90%);
    padding: calc(20px - max(min(15px, calc(calc(680px - 100vw) / 30)), 0px));
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 0.4rem;
    font-family: "Roboto", sans-serif !important;
}

.carousel-overlay h4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 520px) {
    .carousel-overlay h1 {
        font-size: 1.5rem;
    }

    .carousel-overlay h4 {
        font-size: 1.0rem;
    }

    .carousel-overlay h4 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .carousel-overlay .btn-group {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 450px) {
    .carousel-overlay .btn-group {
        display: none;
    }

    .carousel-overlay h4 {
        padding-top: 5px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 380px) {
    .carousel-overlay h1 {
        font-size: 1.2rem;
    }

    .carousel-overlay h4 {
        font-size: 0.8rem;
    }

    .carousel-overlay h4 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

html,
body {
    margin: 0;
    height: 100%;
}

body {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: auto;
}

footer .copyright {
    font-size: 0.6rem;
}

footer a {
    color: white;
    text-decoration: none;
}