/* =====================================
   TOAD VALLEY TRIBUNE HEADER
   ===================================== */

.tvt-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tvt-header-image {
    width: 100%;
    overflow: hidden;
}

.tvt-header-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Menu directly below header */

.tvt-menu {
    background: #2d3a1f;
    border-top: 3px solid #8aa85a;
    border-bottom: 3px solid #8aa85a;
}

.tvt-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tvt-menu li {
    margin: 0;
}

.tvt-menu a {
    display: block;
    padding: 16px 24px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tvt-menu a:hover {
    background: #4f6633;
    color: #ffffff;
}