html,
body {
    background: #000;
    font-family: 'Signika', sans-serif !important;
}

body {
    color: #fff;
}

#map {
    height: 400px;
    width: 100%;
}

.desktopHide {
    display: none;
}

video {
    min-height: 99vh;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    padding-top: 60px;
}

.fixed {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
}

.infoBox {
    width: 400px;
    height: 400px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    vertical-align: text-top;
    margin: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    padding: 10px;
}

.customNav li.active:hover a {
    color: inherit;
}

.allBoxs {
    width="100%";
    min-height: 1000px;
    background-color: #ffffff;
    font-size: 36px;
    color: #000000;
    padding: 20px;
}

.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;
}

.you{
    text-align: center;
    font-size: 60px;
    margin: auto;
    position: absolute;
    top: 10%;
    right: 35px;
    bottom: 0;
    left: 0;
    opacity: 1;
}


.title {
    font-size: 20px;
    text-decoration: underline;
}

.text {
    font-size: 14px;
}

.button {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 420px) {
    .footSizeBig {
        font-size: 12px !important;
    }
    .footSizeSmall {
        font-size: 8px !important;
    }
    .infoBox {
        width: 300px !important;
        height: 300px !important;
    }
    .allBoxs {
        padding: 5px !important;
    }
    .title {
        font-size: 16px !important;
    }
    .text {
        font-size: 11px !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;
}

.header{
    text-align: center;
    color: #000000;
    font-size:50px;
    background-color: #ffffff;
}

.icon {
    display: none;
}

a {
    display: block;
    color: white;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    font-size: 20px;
}

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-image: url(images/working.png);
        background-color: rgba(0, 0, 0, .25);
        min-height: 99vh;
        background-attachment: fixed;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
    }
    .mobileHide {
        display: none;
    }
    .parallax {
        background-position: right;
        background-attachment: local !important;
    }
}

