body {
    font-family: 'Source Sans Pro', sans-serif;
}

#mainTitle {
    color: black;
}

.modal-header {
    color: #333 !important;
    background-color: #ccc !important;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url("/webfonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url("/webfonts/Source_Sans_Pro/SourceSansPro-Italic.ttf") format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url("/webfonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@media all and (display-mode: standalone) {
    body {
        background-color: #2e76f7 !important;
    }
    #webMode {
        display: none;
    }
    #appMode {
        display: block;
    }
    #mainTitle {
        color: white;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: .8rem;
    }
    .btn {
        font-size: .8rem;
        padding: 4px;
    }
    h4 {
        font-size: 1rem;
        padding: 4px;
    }
}