.navbar-container {
    display: flex;
}

.navbar-brand {
    max-width: 120px;
}

h1 {
    font-size: 48px;
}

.align_left {
    /* for images placed in rich text editor */
    float: left;
    margin: 0 1em 0.5em 0;
    position: relative;
    top: 0.5em;
    max-width: 50%;
}

.align_right {
    /* for images placed in rich text editor */
    float: right;
    margin: 0 0 0.5em 1em;
    max-width: 50%;
}

.align_center {
    /* for images placed in rich text editor */
    display: block;
    margin: 1em auto;
    position: relative;
    top: 0.5em;
}

p + p {
    margin-top: 16px;
}

.hero-bg {
    background-size: 58%;
    background-repeat: no-repeat;
    background-image: url(/images/landing.jpg);
    background-position: bottom right;
}

h2 strong {
    color: #39014A;
}

.bar-nav a {
    color: #222;
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0);
    color: white;
    padding: 15px 30px;
    display: none;
    font-size: 13px;
}