@charset "UTF-8";

@font-face {
    font-family: '1942_report1942_report';
    src: url('../css/fonts/1942-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: #EBE0EA;
    
}

h1 {
    font-family: 'Lobster', cursive;
    background-color: #996694;
    color: lavender;
    padding-left: 10px;
}

h2, h3, h4{
    font-family: '1942_report1942_report';
}

h2 {
    font-size: xx-large;
}

h3 {
    font-size: x-large;
    margin-bottom: 0px;
}

h3, h4 {
    margin: 10px;
    padding: 5px 2px;
    border-top: 2px solid navy;
    overflow: hidden;

}

p {
    color: purple;
    font-family: 'Courier New', Courier, monospace;
}

ol {
    list-style-image: url("https://img.icons8.com/emoji/38/000000/chocolate-bar-emoji.png");
}

li {
    color: purple;
    font-family: 'Courier New', Courier, monospace;
}

nav ul {
    text-align: center;
    background-color: #996694;
    padding: 0;
}

nav ul a li{
    display: inline-table;
    color: white;
    width: 24%;
}

nav ul a li.active {
    background-color: #EBE0EA;
    color: black;
    font-weight: bold;
}

nav ul a li:hover:not(.active) {
    background-color: #555;
    color: white;
}

figure {
    margin-left: 10px;
    margin-right: 10px;
}

figcaption {
    font-size: 8pt;
    margin-top: 0px;
}

.rightJustify {
    text-align: right;
}

.fancyBeginParagraph::first-letter {
    font-size: 20pt;
    font-family: cursive;
}

.leftFloat {
    float: left;
    width: 30%;
    overflow: hidden;
    background-size: contain;
    /* margin-block-start: 0;
    margin-inline-start: 0; */
}

.rightFloatSmall {
    float: right;
    width: 10%;
    overflow: hidden;
    background-size: contain;
}

.rightFloat {
    float: right;
    width: 30%;
    overflow: hidden;
    background-size: contain;
}

.clear {
    clear: both;
}

#textLeftFloat {
    float: left;
    width: 60%;
    overflow: hidden;
    background-size: contain;
    margin-block-start: 0;
    margin-inline-start: 0;
}

img {
    padding: 10px;
    border: medium solid black;
    width: 90%;
    margin: 2px;
}