html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 40px;
}

.msg-box {
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.msg-box > div {
    padding: .5em 1em;
    border-radius: .5em;
    box-shadow: 0 0 1.5em black;
}

#main-navbar {
    z-index: 3;
}

#main-header {
    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 120px;
    margin-top: 40px;
    padding: 20px;
    background: url(../images/header.png) left center no-repeat;
    background-size: cover;
}

#main-header .jumbotron {
    display: none;
    float: right;
    text-align: center;
    opacity: .75;
}

#main-section {
    position: relative;
    z-index: 1;
    background-color: #2b3e50;
    margin-top: 160px;
    padding-top: 16px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    #main-section {
        margin-left: 0;
    }
}

#main-section .page-header, #main-section .page-header h1 {
    margin-top: 0;
}

.footer {
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.footer p {
    margin-top: 10px;
}

.footer .btn {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 0 0 1em 1em;
}

.title {
    color: #337ab7;
    font: bold 14pt Arial;
    padding: 2px 0px 2px 0px;
}

.subtitle {
    background-color: #337ab7;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    padding: 4px 10px 4px 10px !important;
}
