/* WSTR site styles (ported & modernized from legacy _wstrStyles.css) */

/* Global Elements */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column; /* extends footer background to bottom on short pages */
}

main {
    flex: 0 0 auto;
}

footer {
    flex: 1; /* extends footer background to bottom of browser on short pages */
}

.sectionTitle {
    border-bottom: 1px solid black;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bolder;
}

.noborder {
    border: none;
}

.nobold {
    font-weight: normal !important;
}

label {
    font-weight: 500;
    margin-top: 0.5em;
}

/* Links */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.sidebarEventDate,
a.link {
    color: darkred;
    font-weight: bold;
}

a.sidebarEventName {
    color: #212529;
}

a.link-horz-cta {
    color: #555555;
    background-color: #999999;
    padding: 2px 5px;
}

a.link-footer {
    color: #cccccc;
}

a.link-footer:hover {
    color: #ffffff;
}

.hd-footer {
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0.75em;
}

/* Navigation */
.navbar-nav .nav-item {
    margin: auto 0.5em;
}

.first-nav-item {
    margin-left: 6rem;
}

@media (max-width: 1199px) {
    .first-nav-item {
        margin-left: 0;
        margin-top: 1rem;
    }
}

/* Sponsor carousel */
.sponsor-swiper {
    padding: 0.5rem 0;
}

.sponsor-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-swiper .logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}
