﻿#menuMore {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    box-shadow: 0 25px 33px 0 rgba(0, 0, 0, 0.11);
}

.menuMoreHeading {
    font-size: 26px;
    margin-top: 36px;
    margin-bottom: 14px;
    color: #3f3f3f;
}

.menuMoreDescription {
    max-width: 484px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.52;
    color: #323234;
    text-align: center;
    margin: 0;
}

.menuMoreLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 140px;
    padding: 26px 0;
    margin-bottom: 10px;
    width: 100%;
}

.menuMoreLinksHeader {
    font-size: 13px;
    line-height: 1.5;
    color: #38bad9;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0px;
}

.section {
    display: flex;
    flex-direction: column;
    width: 24%;
}

a.menuMoreLink {
    font-size: 0.9em;
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 10px;
    text-decoration: none;
    background: #ffffff;
    color: #252525;
}

.menuMoreLink:hover {
    background: #38accd;
    color: #ffffff;
}

@media only screen and (min-width: 1110px) {
    .menuMoreLink {
        font-size: 1em;
    }
}

.active_link_navbar {
    background-color: #38accd !important;
    color: #ffffff !important;
}
