﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

.body-background {
    background: #8dc8e8;
}

.text-blu {
    color: #123184
}

.banner-text {
    opacity: .9;
}

.feature-speakers {
    background: #1741aa;
}

.time-ribbon {
    background: #0BBBFF;
}

.cta-btn {
    background: #1741AA;
}

a[href].cta-btn:focus {
    outline-offset: -5px
}

.tab-underline .tab-group a:not(.tab-image):not(.active), .tab-underline .tab-group button:not(.tab-image):not(.active) {
    color: #484848;
}

@media (prefers-color-scheme: dark) {
    a.focus-color:focus, a[href].focus-color:focus {
        outline: 2px dashed window !important;
    }
}

/*@media (prefers-color-scheme: light) {
    a.focus-color:focus, a[href].focus-color:focus {
        outline: 2px dashed window !important;
    }
}*/
