html,
body {
    background: #000;
    font-family: 'Signika', sans-serif !important;
}

body {
    color: #fff;
}

.parallax {
    background-image: url(images/re.jpg);
    background-color: #ffffff;
    min-height: 99vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#map {
    height: 400px;
    width: 100%;
}

.fixed {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
}

.arrow {
    background: #333;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    text-align: center;
    font-size: 80px;
    margin: auto;
}

.arrowCon {
    position: absolute;
    margin: auto;
    top: 80%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
}

.re {
    text-align: center;
    font-size: 50px;
    margin: auto;
    color: #000000;
    position: absolute;
    top: 30%;
    right: 13%;
    bottom: 0;
    left: 0;
    opacity: 1;
}


.customNav li.active:hover a {
    color: inherit;
}

@media screen and (max-width: 420px) {
    .footSizeBig {
        font-size: 12px !important;
    }
    .footSizeSmall {
        font-size: 8px !important;
    }
}

.customNav {
    width: 100%;
    height: 60px;
    opacity: 0.95;
    background: #000000;
    z-index: 9999;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
}

li {
    float: left;
}

.icon {
    display: none;
}

a {
    display: block;
    color: white;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    font-size: 20px;
    text-decoration: none;
}

a:hover {
    height: 60px;
    color: red;
    text-decoration: none;
}

.right {
    float: right;
    padding-right: 20px;
}

.logoPad {
    padding-top: 14px;
}

.active {
    background-color: darkred;
    border-radius: 15px;
}

.active:hover {
    color: #ffffff !important;
}

@media screen and (max-width: 768px) {
    .link:not(:first-child) {
        display: none;
    }
    span.icon {
        float: right;
        display: block;
    }
    .customNav.responsive {
        height: auto;
    }
    .icon {
        position: absolute;
        right: 30px;
        top: 20px;
    }
    .responsive .link {
        float: none;
        display: block;
        text-align: left;
    }
    .active {
        background-color: none !important;
    }
    .parallax{
        background-attachment: local !important;
    }
}
