html,
body {
    background: #000;
    font-family: 'Signika', sans-serif !important;
}

body {
    color: #fff;
}

.parallax {
    background-image: url(images/walking.jpeg);
    background-color: rgba(0, 0, 0, .25);
    min-height: 1000px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    background-image: url(images/bridge.jpg);
    background-color: rgba(0, 0, 0, .25);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    background-image: url(images/image2.jpg);
    background-color: rgba(0, 0, 0, .25);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    background-image: url(images/image3.jpg);
    background-color: rgba(0, 0, 0, .25);
    min-height: 600px;
    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%;
}

.content {
    width: 100%;
    min-height: 1000px;
    background-color: #ffffff;
    padding-top: 100px;
}

.picBox {
    display: inline-block;
    vertical-align: text-top;
    width: 330px;
    margin: 20px;
    text-align: center;
}

.desktopHide {
    display: none;
}

.scrollText {
    text-align: center;
    opacity: 1;
    font-size: 30px;
    color: black;
}

.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;
}

.customNav li.active:hover a {
    color: inherit;
}

@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;
    }
    .parallax2{
        background-attachment: local !important;
    }
    .parallax3{
        background-attachment: local !important;
    }
    .parallax4{
        background-attachment: local !important;
    }
}

@media screen and (max-width: 740px) {
    .footSizeBig {
        font-size: 12px !important;
    }
    .footSizeSmall {
        font-size: 8px !important;
    }
}
