/* Banner */
.mybanner {
    min-width: 100%;
    background-color: #edb839;
}
.container-header {
    background-color: white;
    background-image: none;
}

/* Menu */
.container-header .container-nav {
    color: #fff;
    font-weight: 500;
    background-color: #edb839;
    max-width: 100%;
    align-items: center;
    padding: 0;
}
.container-header  .container-nav nav {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}
.container-header .mod-menu {
    color: #fff;
    background-color: #edb839;
    max-width: 1270px;
    margin: 0 auto;
}

.container-header .mod-menu a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding: 3px 15px;
    color: #fff;
}

.container-header .mod-menu a:hover {
    background-color: #eee;
}


/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #0088cc;
    border: 1px solid #0088cc;
}


/* Footer */
/* #rt-footer {background-repeat: repeat-x;text-shadow: -1px -1px 1px rgba(0,0,0,0.4);padding-bottom: 30px;} */
/* #rt-footer .title {padding-bottom: 8px;}*/
/* #rt-footer .box2, #rt-footer .box2 .title {color: #7B8181;text-shadow: none;}*/

.footer {
    color: #fff;
    background-color: #222327;
    background-image: linear-gradient(0deg, #222327 0%, #363342 100%);
    margin-top: 1em;
}

.footer .grid-child {
    padding:.5em;
}

.footer .g-footer  {
    background-color: transparent;
    background-image: none;
}


.g-footer .title {
    color: #fff;
    border-bottom: 2px solid;


}

.g-footer .title .module-title:after {
    border-color: #e6bf25;
}

.g-footer .module-title {
    border-bottom: 2px solid;
    border-bottom-color: #e6bf25;
}

.g-footer a:hover {
    color: #CFD0D2;
}