@font-face {
    font-family: 'RSU';
    src: url('fonts/RSU_Regular.eot');
    src: url('fonts/RSU_Regular.woff') format('woff'), url('fonts/RSU_Regular.ttf') format('truetype'), url('fonts/RSU_Regular.svg') format('svg');
    /*	font-weight: normal;
font-style: normal;*/
    font-size: 20px !important;
}

@font-face {
    font-family: 'RSU_Text';
    src: url('fonts/RSU_Text_Regular.eot');
    src: url('fonts/RSU_Text_Regular.woff') format('woff'), url('fonts/RSU_Text_Regular.ttf') format('truetype'), url('fonts/RSU_Text_Regular.svg') format('svg');
    /*	font-weight: normal;
font-style: normal;*/
    font-size: 20px !important;
}

html {
    /* min-height: 100%; */
}

body {
    /* background: #D0B556; */
    /*font-family: 'RSU';*/
    /*font-size: 18pt !important;*/
}

.container {
    /* height: 100%; */
    /* background: #f4fdff; */
    /* background: #eefcff; */
}

main[role="main"] {
    min-height: calc(100vh - 30px);
}

main[role="main"]>.jumbotron {
    background: #17a2b8;
    color: white;
    /* height: 100%; */
    border-radius: 0;
    /* border-bottom: 10px solid #A93333; */
}

.footer {
    /* height: 25px; */
}

.footer .container {
    /* background: #A93333; */
    /* color: white; */
    font-size: 12pt;
}