body#phpbb{
    padding-top: 115px;
}
.yamm.navbar .nav > li > a:hover, .yamm.navbar .nav > li > li a:active {
    color: #7eb724;
    background-color: transparent;
}

.bootstrap .yamm .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.bootstrap .yamm .dropdown-menu,
.bootstrap .navbar-nav .open .dropdown-menu{
    background-color: #7eb724;
    /* width: 200px; */
}

.bootstrap .yamm .dropdown-menu li a {
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.bootstrap .yamm .dropdown-menu > li > a:hover, .bootstrap .yamm .dropdown-menu > li > a:focus {
    background-image: none;
    background-color: #fff;
    color: #7eb724;
}

@media (max-width: 767px){
    .bootstrap .dropdown-menu li a{
        white-space:pre-wrap;
    }
}

a.navbar-logo img {
    height: 80px;
}

/* Google Translate selector - make more visible */
.goog-te-gadget {
    display: inline-block;
    padding: 8px 10px;
    margin-top: 6px;
    background: #f5f5f5;
    border: 2px solid #7eb724;
    border-radius: 6px;
    text-align: center;
    line-height: 1.3;
}

/* Add a clear label above the language selector */
.goog-te-gadget::before {
    content: "Translate this forum";
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

/* Style the dropdown itself */
.goog-te-combo {
    width: 230px !important;
    max-width: 100%;
    padding: 7px 10px;
    font-size: 14px !important;
    border: 1px solid #7eb724;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
}

/* Keep Google attribution readable */
.goog-te-gadget span,
.goog-te-gadget a {
    font-size: 11px !important;
}

/* Mobile adjustment */
@media (max-width: 767px) {
    .goog-te-gadget {
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .goog-te-combo {
        width: 100% !important;
    }
}

/* Fix clipped Google Translate dropdown text */
.goog-te-combo,
#google_translate_element select,
.google_translate_element select,
div[id*="google_translate"] select {
    height: 34px !important;
    line-height: 34px !important;
    padding: 4px 8px !important;
    box-sizing: border-box !important;
}