/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Accounts for size of fixed nav header when scrolling to div */
:target::before {
	content: "";
	display: block;
	height: 3.5rem; /* fixed header height*/
	margin: -3.5rem 0 0; /* negative fixed header height */
}

/* begin custom CSS */

@font-face {
    font-family: "Lucida Fax Regular";
    src: url("../fonts/Lucida\ Fax\ Regular.ttf");
}

@font-face {
    font-family: "Lucida Calligraphy Italic";
    src: url("../fonts/lucida\ calligraphy\ italic.ttf")
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    position: relative;
}

h2, h3, h4, h5, h6 {
    font-family: "Lucida Fax Regular", serif;
    letter-spacing: .3rem;
}

h1, p, ul {
    font-family: "Roboto", sans-serif;
    line-height: 1.6rem;
}

b {
    font-weight: bold;
}

header {
    width: 100%;
    max-width: 60%;
    margin: 4rem auto 8rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    display: inline-block;
    vertical-align: middle;
    color: #276F92;
    font-size: 2rem;
    line-height: 2.8rem;
}

blockquote {
    margin-top: 3rem;
    font-family: "Lucida Calligraphy Italic";
    color: #276F92;
    font-size: 1.75rem;
    letter-spacing: 0.3rem;
    line-height: 2.5rem;
}

.vertical-line {
    display: inline-block;
    height: 12rem;
    border-right: #76503E solid 2px;
    margin: 0 2rem;
}

.border-div {
    border-radius: 5px;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 15px 15px 0px 0px #4A2F23;
    padding: 3rem 1rem;
}

.flex-div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

.border-div h2 {
    font-size: 1.8rem;
    letter-spacing: .3rem;
    text-align: center;
}

.blue-div {
    background-color: #276F92;
    color: #fff;
    border: #fff solid 7px;
    outline: #276F92 solid 7px;
}

.white-div {
    background-color: #fff;
    color: #171717;
    border: #276F92 solid 7px;
    outline: #fff solid 7px;
}

#current-image {
    width: 35%;
    margin: 3rem 0;
    border-radius: 10px;
}

.text-container {
    background-color: #fff;
    color: #171717;
    width: 80%;
    margin: 2rem auto 0 auto;
    border-radius: 10px;
    padding: 1.25rem 1rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.body-header {
    text-align: center;
    font-size: 3.5rem;
    padding-top: 3rem;
    margin-bottom: 5rem;
}

.category-container {
    margin-top: 5rem;
}

.blue {
    color: #276F92;
}

.white {
    color: #fff;
}

#background-image {
    border: #fff solid 7px;
    outline: #276F92 solid 7px;
    border-radius: 10px;
}

#background-content {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
}

#background-text {
    width: 30%;
    border: 1px solid #171717;
    box-shadow: 15px 15px 0px 0px #4A2F23;
    padding: 4rem 3rem;
    font-size: 1.2rem;
}

#plan {
    background-color: #276F92;
    padding: 0 8rem 6rem 8rem;
}

#plan-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#plan img {
    box-shadow: 15px 15px 0px 0px #4A2F23;
    border-radius: 10px;
    width: 40%;
    display: block;
    margin: 0 5% 2rem 5%;
    box-sizing: border-box;
}

#plan ul {
    color: #fff;
    width: 40%;
    font-size: 1.5rem;
    line-height: 3.5rem;
    margin: 0 5%;
    padding-left: 5rem;
    box-sizing: border-box;
}

#plan li:before {
    content: '\2713 \00a0';
}

#impact .border-div {
    padding: 4rem;
}

#impact p {
    font-size: 1.3rem;
    text-align: center;
    font-family: "Lucida Fax Regular";
}

#impact ul {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 3rem;
    width: 70%;
    list-style-type: disc;
}

#cta {
    background-color: #276F92;
    padding: 0 8rem 6rem 8rem;
}

#cta-p {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    width: 50%;
    margin: -3rem auto 3rem auto;
}

#cta .border-div {
    margin: 1rem auto;
    width: 50%;
    padding: 2rem 4rem;
    box-sizing: border-box;
}

#cta h3 {
    text-align: center;
    letter-spacing: 0.15rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

#cta p {
    font-size: 1.25rem;
    line-height: 2rem;
}

#cta a {
    color: #171717;
}

#brrl-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 150px;
}

#branch-div {
    width: 70%;
}

#branch-div-content {
    width: 60%;
}

#impact .border-div {
    width: 55%;
}

@media only screen and (max-width: 1000px) {
    header {
        display: block;
    }

    .vertical-line {
        display: none;
    }

    #branch-div {
        width: 80%;
    }

    #branch-div img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #branch-div .text-container {
        width: 95%;
    }

    #branch-div h2 {
        width: 100%;
        margin-top: 2rem;
    }

    #branch-div-content {
        width: 95%;
        margin: 0 auto;
    }

    header img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    h1 {
        display: block;
        font-size: 2.4rem;
        margin-top: 1.5rem;
        line-height: normal;
        text-align: center;
        font-weight: bold; 
    }

    .flex-div {
        display: block;
    }

    .body-header {
        font-size: 1.8rem;
    }

    #background {
        max-width: 95vw;
    }

    #background img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #background-content div {
        display: block;
        width: 80%;
        margin: auto;
    }

    #background-content {
        margin-bottom: 3rem;
    }

    blockquote {
        font-size: 1rem;
        line-height: 1.4rem;
        letter-spacing: 0.2rem;
        display: block;
        margin: 2rem auto 0 2rem;
        text-align: center;
    }

    #first-list {
        padding-top: 4rem;
    }

    #second-list {
        padding-bottom: 4rem;
    }

    #plan {
        padding: 2rem 1rem 4rem 1rem;
        margin: 0 auto;
    }

    #plan ul {
        width: 90%;
    }

    #plan-content {
        display: block;
        width: 100%;
    }

    #plan-content img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    #impact .border-div {
        width: 70%;
        margin: 0 auto;
    }

    #impact p {
        font-size: 0.8rem;
        font-weight: normal;
    }

    #impact ul {
        padding: 0 8rem;
    }

    #impact li {
        margin: 1.5rem auto;
    }

    #cta-p {
        width: 90%;
        font-size: 0.8rem;
    }

    #cta .border-div {
        width: 100%;
    }
}