body {
    background-color: #fff;
    color: #000;
    overflow-y: scroll;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #C51919;
}

h1 {
    color: #000;
    font-family: 'monument_extendedblack', sans-serif;
}

footer {
    position: relative;
    padding-top: 0;
}


/* ----------------------------------------------------------------------------- */


.gallery img {
    max-height: 38em;
    margin-bottom: 1rem;
    opacity: 1;
    cursor: pointer;
    margin: 2rem;
}

.gallery img:hover {
    opacity: .8;
}

.portfolio-menu {
    text-align: center;
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all .5s ease;
}

.portfolio-item .item {
    margin-bottom: 2em;
}


/* modal */

.mfp-wrap {
    background-color: #fff;
}

.mfp-figure:after{
    display: none;
}

.mfp-bottom-bar {
    display: none;
}

.mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    position: fixed;
    top: 1em !important;
    right: 1em !important;
    color: transparent !important;
    font-size: 3em;
    font-family: 'monument_extendedlight';
    text-transform: capitalize;
}

button.mfp-close::after {
    content: "x";
    color: #000;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

img.mfp-img {
    max-height: 85vh !important;
}

.mfp-arrow-left:after {
    border-right: 20px solid #000 !important;
}

.mfp-arrow-right:after {
    border-left: 20px solid #000 !important;
}

.mfp-arrow-left::before, .mfp-arrow-right::before {
    border: none !important;
}