﻿/*Navbar*/
#navbarNavAltMarkup {
    margin-left: 40%;
}
.navbar {
    background-image: url('../img/test.svg');
    background-size: inherit;
    position: relative;
    background-repeat: repeat-x;
}
.nav-item{
    background-color:black;
    margin: 0 10px;
    opacity:0.8;
    border-radius: 15px;
    color:white !important;
    font-weight:bold;
}
/*Einde Navbar*/

/*Homepage*/
.regular{
    margin-top:-75px;
    z-index:-1;
}
.slick-next, .slick-prev {
    visibility: hidden;
}
.intro-tekst {
    margin-bottom: 50px;
}
.home{
    position:unset;
}
/*Einde Homepage*/
/*Events*/
.event {
    background-image: url(../img/event_back.jpg);
    z-index: -1;
    background-size: cover;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
}

.event-text, .events{
    background-color:white;
    opacity:0.7;
    padding:25px;
    font-weight:bold;
    border-radius:15px;
    margin-bottom:25px;
}
.event.front footer{
    position:fixed;
}
.img img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
.event footer{
    position:unset;
}

iframe{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:50px;
}
/*Einde Events*/

/*Atleten*/
 .atleten footer {
    position: unset;
}
 .atleten h1{
     text-align:center;
     margin:50px 0;
 }
 .atleten .row{
     margin-bottom:50px;
 }
/*Einde Atleten*/

/*Media*/
.medias h1 {
    text-align: center;
    margin-top: 100px;
}
.medias h3 {
    text-align: center;
    margin-top: 25px;
}

.medias iframe{
    margin-top:50px;
}

.medias .btn-danger{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

    .medias .btn-danger a {
        color: white;
    }
    /*Einde Media*/
    /*Contact*/
    .contact footer {
        position: unset;
    }
    .contact .tekst{
        margin:50px 0;
    }
/*Einde Contact*/
/*Footer*/
footer {
    position: fixed;
    padding:50px;
    left: 0px;
    bottom: 0px;
    height: 300px;
    width: 100%;
    background: red;
}
    footer a {
        color: white;
    }
    footer ul {
        display: inline-block;
        margin-left: 50px;
    }
    footer ul b, footer .socials ul b{
        color:white;
        font-size:18px;
    }
    footer .text{
        color:white;
    }
    footer .text h2{
        font-size:20px;
    }
        footer img {
            width: 50px;
            margin-right:15px;
        }
        footer .socials{
            color:white;
        }
        footer .socials li{
            margin-bottom:15px;
        }
/*Einde Footer*/

@media only screen and (max-width:767.5px){

    .nav-item{
        width:150px;
        margin-bottom:15px;
        text-align:center;
    }
    .medias .btn-danger{
        margin-top:-100px;
        margin-bottom:50px;
    }

    .medias iframe{
        width:100% !important;
    }
    .event.front footer, .medias footer {
        position: unset;
    }
    .img img{
        width:100%;
    }

    .contact iframe{
        width:100%;
    }
    footer {
        min-height: 700px;
    }
        footer .col-xs-6 {
            margin-bottom:25px;
        }
        footer ul {
            margin-left: 0;
        }
}