:root {
    --accent-color: #117298;
}

main {
    min-height: 75vh;
}

.tge-accent {
    color: #117298;
    background-image: -webkit-linear-gradient(90deg, #117298 0%, #2b90b7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer {
    color: #EEEEEE;
    border-top: 10px solid var(--accent-color);
}

#footer {
    background: #333333;
}

#footer a {
    color: #a6a6a6;
}

.accent {
    color: var(--accent-color);
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
}