:root {
    --navy: #003249;
    --gold: #ffb077;
}

/* MAKE IMAGES UNCLICKABLE IN CERTAIN CONTAINERS, PLUS REMOVE FIGCAP*/
.unclickable-image-container a[data-caption] {
    pointer-events: none;
    touch-action: none;
}

.unclickable-image-container a[data-caption] figcaption {
    display: none;
}

/* LINK SLIDER ON /mayor PAGE */
.slider-container {
    background-color: var(--navy);
}

.slider-nav {
    padding-top: 4.5em;
    padding-bottom: 4em;
    cursor: pointer;
    color: black;
}

.slider-nav > .fa-2x1 {
    font-size: 2em;
}

.quick-link-slider {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 1s ease-in-out;
    white-space: nowrap;
}

.quick-link-item {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%;
}

.quick-link-item-action span {
    z-index: -1;
    width: 100px;
    height: 100px;
    transition: all .15s cubic-bezier(.11, .65, 1, 1.69);
    background-color: var(--navy);
}

.quick-link-item-action span i {
    line-height: 3em;
    transition: transform 1s ease-in-out;
}

@media (min-width: 768px) {
    .quick-link-slider .quick-link-item {
        width: 33%;
    }
}

@media (min-width: 992px) {
    .quick-link-slider .quick-link-item {
        width: 25%;
    }
}

footer {
    padding-top: 5px;
}

footer.bg-green, 
footer .copyright, 
footer .privacy {
    color: #282828 !important;
}


































