body {
    overflow-y:scroll;
}

img.resize {
    max-width: 100%;
}
.masthead {
    height: 250px;
}
header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 75px 0 50px;
    color: #fff;
}
header.masthead {
    background-color: #DC181A;
}
@media only screen and (min-width: 992px) {
    header.masthead .page-heading h1, header.masthead .site-heading h1 {
        font-size: 50px;
    }
    #mainNav {
        background-color: #DC181A;
    }
    #mainNav.is-fixed {
        background-color: #DC181A;
    }
    #mainNav.is-fixed .navbar-brand {
        color: #FFFFFF;
    }
    #mainNav.is-fixed {
        border-bottom: 0 solid;
    }
    #mainNav.is-fixed .navbar-nav>li.nav-item>a {
        color: #FFFFFF;
    }
}
@media only screen and (max-width: 992px) {
    header.masthead .page-heading h1, header.masthead .site-heading h1 {
        font-size: 30px;
    }
    #mainNav {
        background-color: #FFFFFF;
    }
}
#mainNav .navbar-nav>li.nav-item>a:hover {
    color: black;
}
.obligations {
    font-size: 16px;
}
.member{
    color: #818182;
}
.h2, h2 {
    font-size: 1.75rem;
}

/* -------------------------- Cookie Alert ------------------------*/
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 10%;
    margin: 0 !important;
    z-index: 9999;
    opacity: 0;
    border-radius: 0;
    background: #212327;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    line-height: 40px;
    font-size: 14px;
}

.cookiealert.show {
    opacity: 0.9;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    border-radius: 5px;
    vertical-align: baseline;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}