.container.grid-xl {
    max-width: 960px;
}

p, li {
    font-size: .9rem;
    line-height: 1.2rem;
}

a, b {
    font-weight: 600;
}

label.form-label {
    font-size: 85%;
}

#hamburger-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1rem;
    background: #FFF;
    z-index: 3;
    overflow: scroll;
    border-top: 5px solid #5276C0;
    cursor: pointer;
    animation: fadeInRight;
    animation-duration: .5s;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 36px;
    line-height: 38px;
}
h1.sub {
    font-size: 20px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}

div, p, ol li, ul li {
    font-size: 20px;
    line-height: 26px;
}

.table td, .table th {
    vertical-align: top;
}

footer div {
    font-size: 16px;
}

.sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
