@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://printjs-4de6.kxcdn.com/print.min.css');
body {
    background-color: #e7f6f4;
}

nav.navbar.bg-dark,
footer {
    background-image: url(/assets/header_footer_bg2.png) !important;
    overflow: visible !important;
}

#navbar_links a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1 {
    text-align: center;
    margin-bottom: 1em;
}

.list-page .pages .card {
    background: transparent;
}
.list-page .pages .card .card-body {
    text-align: center;
}

.list-page .pages .card .card-footer,
#navbar_links a[href='/op-eds'] {
    display: none;
}

footer .copyright {
    color: #000;
}

.home img.header_image {
    width: 75% !important;
    margin-left: 12.5%;
}

.home .card {
    background: transparent;
    border: 0;
    text-align: center;
}
.home .card img {
    margin-left: 10%;
    width: 80%;
}
.home .card a {
    font-size: 1.5em;
    color: #212529;
}

.what-you-need-to-know ul li {
    margin-bottom: 1em;
}

.show-your-support main p,
.talk-to-your-mp main p {
    text-align: center;
}

.disabled-open-letter {
    background-color: #fff;
    padding: 1em;
}

/* hide seven steps link
li#nav_5 {
  display: none;
}
*/
@media (max-width: 767.98px) {
    a.raise_the_bar img {
        width: 75%;
    }
}
@media (max-width: 575.98px) {
    footer a {
        width: 70% !important;
        margin: 2% 15% 2% 15% !important;
    }
    footer a img {
        width: 100% !important;
    }
}
