body {
    color: #3c3c3c;
    background-color: rgb(255, 239, 213);
}

a {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover {
    text-decoration: none;
    color: #3c3c3c;
}

a:visited {
    text-decoration: none;
    color: #3c3c3c;
}

.custom-logo {
    height: auto;
    width: 125px;
}

.central-ave {
    font-family: 'central-avenue-bold';
}

.fxl {
    font-size: 5rem;
}


.main-navigation {
    clear: both;
    display: block;
    width: 100%;
}

.main-navigation a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #3c3c3c;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.main-navigation a:hover:before,
.main-navigation .current-menu-item a:before {
    /* width: 100%; */
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.info-box {
    border: solid 1px #3c3c3c;
    /* border-top: solid 4px #3c3c3c; */

    border-bottom: solid 4px #3c3c3c;
}

.footer-menu ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

ul {
    /* list-style-type: none; */
    list-style-position: outside;
    /* list-style-image: none; */
    padding: 0;
    margin-left: 1em;
}

.hyphenate {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

.wp-caption-text {
    font-size: 0.65em;
    line-height: 1em;
    padding: 0 4px 5px;
    margin: 0;
    text-align: center;
}
