@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&amp;display=swap');

h1, h2, h3, h4 {font-family: 'Roboto Slab', serif;color: #317278;}

h2 {
    color: #000000;
    font-size: 24px;
    border-bottom: 4px #f19b38 solid;
    margin: .5em 0;
    padding-bottom: .1em;
}

body {color: #111111;font-family: "Open Sans", sans-serif;}

.fl-page-bar, footer {display: none;}

.fl-page-header-wrap {background: transparent;}

.fl-page-header a, .fl-page-header a *, .fl-page-header a.fa {
    color: #317278;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    font-size: 42px;
}
.fl-page-header-container { padding-bottom: 0px;}
.fl-page-header-container.container  {background-image: none;}

.header-tagline {
    color: #317278;
    font-style: normal;
    text-align: center;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
}

.fl-module.fl-module-rich-text {
    margin-left: 20px;
}

.fl-module.fl-module-rich-text.mitigations {
    background-image: url(https://pnwgeohazards.whoi.edu/wp-content/uploads/sites/27/2020/01/environmental2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
    margin:0px;
}

.fl-module.fl-module-rich-text.mitigations h2 {
/*vertical-align: bottom;*/
padding: 40px;
text-align: right;
}

.fl-module.fl-module-rich-text.benefits {
    background-image: url(https://pnwgeohazards.whoi.edu/wp-content/uploads/sites/27/2020/01/societal2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 350px;
    margin:0px;
}

.fl-module.fl-module-rich-text.benefits h2 {
/*vertical-align: bottom;*/
padding: 40px;
}

.mitigations h2, .benefits h2 {color:#fff;border:0;}