﻿
@font-face {
    font-family: semperFont;
    src: url("../fonts/calig.ttf");
}

/*.semper-font {
    font-size: 2rem;
    font-family: semperFont;
    color: #003299 !important;
    text-transform: none !important;
}*/

.semper-font-white {
    font-size: 2.3rem;
    font-family: semperFont;
    color: white !important;
    text-transform: none !important;
    line-height: 2.8rem;
}

.semper-font-normal {
    font-size: 2.3rem;
    font-family: Century;
    color: white !important;
    text-transform: none !important;
    line-height: 2.8rem;
}

.bg-semperblue {
    background-color: rgb(31, 97, 141) !important;
}

.bg-semperred {
    background-color: rgb(255, 0, 0) !important;
}

.btn {
    margin: 0px;
    margin-bottom: 5px;
}

.panel-heading {
    font-weight: bold;
}