html, body, div {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Philosopher", "Arial", sans-serif;
    
}

.wrap {
    width: 100%;
    position: relative;
}

.wrap video {
    margin-top: -93px;
    object-fit: cover;
    width: 100%;
}

.black-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
}

.black-cover h1{
    color: #fff;
    text-align: center;
    font-family: sans-serif;
}

.parallax-container {
    margin-top: -20px;
}

.row.container {
    text-align: center;
    font-family: "Philosopher", "Arial", sans-serif;
    font-size: 20px;
}

.ppic {
     -webkit-filter: grayscale(0%);   
}

.menu {
    width: 100%;
    height: 50px;
    margin: 30px auto;
}


.submenu {
    color: #fff;
    text-align: center;
    font-size: 30px;
    float: left;
    width: 19%;
    height: 100%;
    background: rgba(0,0,0,0,0);
    margin: 0;
    padding: 0;
}

.submenu a{
    color: #fff;
}

.submenu:hover a{
        text-decoration: underline;
}
.clearfix {
    clear: both;
}

.footer {
    width: 100%;
    background: black;
    font-size: 20px;
    
}

.contacts {
    width: 60%;
    color: #fff;
    padding: 20px;
    float: left
}

.networks {
    width: 40%;
    color: #fff;
    padding: 30px;
    float: right;
}

.networks a{
    float: right;
    margin: 0 45px;
}

.networks p{
    text-align: right;
}

.fpic {
    height: 50px;
    width: 50px;
}

.lable {
    margin: 16% 33%;
    
}


@media screen and (max-width: 800px) {
    .black-cover{
        height: 0px;
        opacity: 1;
    }
    .submenu {
        width: 100%;
    }
    .lable {
        display: none;
    }
    
}
