﻿
.mainMenu {
    display: flex;
    width: 100%;
    height: 85px;
    background-color: rgba(210, 65, 3, 1) !important;
    color: rgba(255, 255, 255, 0.5) !important;
    padding: 0;
    position: relative;
}

.menu, .menu .itemMenu, .menu .rmRootGroup {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    border: 0 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    box-shadow: none !important;
}
.bi-box-arrow-right{
    font-size:1.3rem;
}

.menu .itemMenu:hover {
    color: rgba(255, 255, 255, 1);
}


footer {
    width: 100vw;
    height: 30vh;
    background: #242428;
    color: white;
    flex-shrink: 0;
    padding: 0px 75px 0px 70px;
}

.footer-links {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px;
    text-align: center;
}

.footer-links li {
    display: inline;
    height: 18px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-content p {
    text-decoration: underline;
    display: flex;
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    justify-content: center;
    font-family: Nimbus Sans D OT;
    font-size: 15px;
}
