/* Custom styles goes here */
.sigmar-regular {
    font-family: "Sigmar", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.shadow-text {
    text-shadow: -2px -2px 0 #387f90, 2px -2px 0 #387f90, -2px 2px 0 #387f90, 2px 2px 0 #387f90;
}

.bg-bps {
    background-image: url('/img/backgrounds/bg-bps.png');
}

.quarterview {
    min-height: 75vh;
    align-content: center;
}

.halfview {
    min-height: 50vh;
}

section {
    min-height: 100vh;
    align-content: center;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.highlight {
    background-color: yellow;
}

.bg-custom {
    background: #4F8D98;
    background: radial-gradient(circle, rgba(79, 141, 152, 1) 0%, rgba(153, 201, 209, 1) 100%);
}

th{
    color: white !important
}

thead {
    background-color: #4F8D98 !important;
}