@charset "UTF-8";
/* CSS Dcoument */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Montserrat:wght@400;700&display=swap');
@font-face {
    font-family: '1942_report1942_report';
    src: url('../fonts/1942-webfont.eot');
    src: url('../fonts/1942-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/1942-webfont.woff2') format('woff2'),
         url('../fonts/1942-webfont.woff') format('woff'),
         url('../fonts/1942-webfont.ttf') format('truetype'),
         url('../fonts/1942-webfont.svg#1942_report1942_report') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    font-family: Arial, Helvetica, sans-serif;
}

img, video {
    max-width: 100%;
}

h1 {
    color:#7A1F4D;
    text-transform:uppercase;
    font-family: 'Bungee', cursive;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2 {
    text-align: center;
    font-family: '1942_report1942_report';
    color: rgb(43, 156, 43);
    font-size: 2em;
}

p {
    font-weight: 400;
}

/* grouped selectors */
h3, h4, p, ul, input, textarea, select, ol, table {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.green-bg {
    background-color: lightgreen;
    border: 2px solid darkgreen;
    padding: 20px;
    margin: 15px;
}

.green-bg p {
    background-color: lightgreen;
}

.green {
    color: green;
}

.faq-list {
    list-style-image: url(../images/leaf.gif);
    list-style-position: outside;
}

img.right {
    float: right;
    margin: 0 0 15px 15px;
}

img.left {
    float: left;
    margin: 0 15px 15px 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


