body {
    font-family: "Trocchi", Georgia, Times, "Times New Roman", _serif;
} 
.menu {
    width: 200px;
    height: 85px;
}
.menu-image {
    background-image: url('../images/FTCClogo_Horizontal_ForWhiteBackground_BlackWh.png');
    width: 200px;
    height: 85px;
    margin: 10px;
    background-size: 200px 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f1b825;
    box-shadow: 0px 0px 2px 2px #ffffff;
}
.ftcc-logo-link {
    display: block !important;
    width: 200px;
    height: 85px;
}
h1 {
    background: #F1B825 !important;
    color: #000000 !important;
    width: 100%;
    padding: 15px !important;
    text-align: left;
    box-shadow: 2px 2px 0px 3px #a1a1a1 !important;
}
.warning-header {
    background: transparent !important;
    box-shadow: 0px 0px 0px 0px !important;
    padding: 0px !important;
    margin: 5px;
}
h3 {
    background: #F1B825 !important;
    color: #000000 !important;
    width: 100%;
    padding: 15px !important;
    text-align: left;
    font-size: 28px !important;
}
h4 {
    background: #4C4E52;
    padding: 10px;
    color: #fff !important;
    width: 100%;
    font-size: 18px !important;
    font-weight: bold !important;
    box-shadow: 2px 2px 2px 2px #ffffff inset;
    text-align: center;
}
.thank-you-p {
    font-size: 18px;
    color: #000000 !important;
}

.custom-links {
    color: #6a9fc1;
    text-decoration: underline;
}
.archives h4 {
    border-bottom: 2px solid #f1b825;
    padding-left: 1.2em;
    color: #000000 !important;
}
p {
    margin: 0px 25px 11px !important;
    color: #000000;
    font-weight: bold;
}
.archive-list {
    /* two columns for a compact look */
    columns: 1;
column-gap: 1rem;
}
.archive-list li {
    /* custom bullet */
    position: relative;
    padding-left: 1.2em;
}

.archive-list li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #f1b825;
}
