#header a.menu, .header a.menu {
    background-image: url(download.png);
}

#header, .header, .call_button, .timeline_title, .fa-newspaper-o, .main_office legend, .info, .poweredby a, button.icn_bg, .search_button, .list_cart_button, #contact-form button[type="submit"] {
    color: #333333 !important;
}

/* banner */

.banner-img {
    filter: brightness(0.75);
}

.banner-caption {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-caption .btn-square.black {
    border-color: #ffffff;
}

.banner-caption .btn-square.black a {
    color: #ffffff;
}

.banner-caption .btn-square.black:hover a {
    color: #333333;
}

/* */
.frame {
    border: 2.5px solid #333333;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.50);
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.50);
}

.font-big {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: normal;
}

.font-big-2 {
    color: #ffffff;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: normal;
}

.font-small {
    font-size: 15px;
    color: #777777;
    line-height: normal;
}

.hover-target .zoomout {
    transition: linear 0.25s;
}

.hover-target:hover .zoomout {
    transform: scale(1.05);
}

.hover-target .zoomout2 {
    transition: linear 0.25s;
}

.hover-target:hover .zoomout2 {
    transform: scale(1.05);
    box-shadow: 0 2.5px 5px rgba(51, 51, 51, 0.50);
}

.btn-square.black {
    transition: linear 0.25s;
    border: 2.5px solid #333333;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

.btn-square.black:hover {
    color: #333333;
    background-color: #ffff00;
    border: 2.5px solid #333333;
}