body {
    font-family: "Trocchi", Georgia, Times, "Times New Roman", _serif;
}


.menu {
    width: 120px;
    height: 83px;
}

.menu-image {
    background-image: url('../../images/ftcc_logo_black.png');
    width: 120px;
    height: 83px;
    margin: 10px;
    background-size: 110px 83px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f1b825;
    box-shadow: 0px 0px 2px 2px #ffffff;
}

    .menu-image:hover {
        background-image: url('../../images/ftcc_logo_gold.png') !important; /* Hover logo */
        background-size: 110px 83px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #000000;
    }

.ftcc-logo-link {
    display:block;
    width: 120px !important;
    height: 83px !important;
}

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 {
    text-align:left;
    background:#ffffff !important;
    border-bottom: 2px solid #f1b825 !important;
    padding-left: 1.2em !important;
    color: #000000 !important;
}


p {
    margin: 0px 25px 11px !important;
    color: #be0000;
    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;
}
