html, body {width: auto!important; overflow-x: hidden!important}

body {
    font-family: 'Montserrat';
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.nav-link {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
}

.nav-link span {
    border-bottom: 5px solid transparent;
}
.nav-link span:hover {
    transition: border-bottom 1s;
    border-bottom: 5px solid red;
}

h4 {
    text-transform: uppercase;
    color: #ffffff;
}

.red {
    color: red;
}

.anchor {
    display: block;
    padding-top: 78px;
    margin-top: -78px;
}

.display-3 {
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
}

@media (max-width: 767.98px) {
    .nav-link {
        height: 0px;
    }

    .display-3 {
        margin-top: 0;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1em;
    }
}