body{
    background-color: #453f3d;
    font-family: 'Roboto', sans-serif;
}

#map{
    height: 275px;
    width: 100%;
    border-radius: 25px;
}

/* Navbar */
.navigatie{
    background-color: black;
}
.navigatie .container{
    padding-top: 20px;
    background-color: black;
}
.navigatie .container .navbar{
    background-color: black;
    border: none;
    position: sticky;
    top:0;
}
.navigatie .container .navbar .navbar-nav{
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navigatie .container .navbar .navbar-nav li a{
    color:white;
    font-size: 1em;
    font-weight: bold;
}

.navigatie .container .navbar .navbar-nav li a:hover, navbar-nav li.active a{
    color:#212121;
    background-color: #D6E023;
    text-decoration: none;
    border-radius: 20px;
}

/* Content-top */

.content-top .container{
    padding-top: 20px;
}
.content-top .container .row .col-lg-9 h1{
    color:#D6E023;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 468px){
    .content-top .container .row .col-lg-9 .info{
        margin: auto;
        border: none;
        background-color: black;
        padding: 20px;
        border-radius: 25px;
        height: 230px;
    }
}
.content-top .container .row .col-lg-9 .info p{
    color:white;
    font-size: 1.3em;
}
@media only screen and (max-width: 468px){
    .content-top .container .row .col-lg-9 .info{
        margin: auto;
        border: none;
        background-color: black;
        padding: 20px;
        border-radius: 25px;
        height: 100%;
    }
}

/* Contact */
.contact .container{
    padding-top: 10px;
    padding-bottom: 30px;

}
.contact .container h1{
    color:#D6E023;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact .container .row .col-lg-6 .contact-info{
    background-color: black;
    padding: 20px;
    border-radius: 25px;
    font-size: 1.3em;
    height: 275px;
}

.contact .container .row .col-lg-6 .contact-info li{
    color:white;
    list-style: none;
}

/*BinnenSchilderwerken */

.binnenschilderwerken .container h1{
    color:#D6E023;
    padding-bottom: 10px;
}
.binnenschilderwerken .container p{
    color:white;
    background-color: black;
    padding: 20px;
    border-radius: 25px;
    font-size: 1.3em;
}

/*BuitenSchilderwerken */
.buitenschilderwerken .container h1{
    color:#D6E023;
    padding-bottom: 10px;
}
.buitenschilderwerken .container p{
    color:white;
    background-color: black;
    padding: 20px;
    border-radius: 25px;
    font-size: 1.3em;
}

/*Behangwerken */
.behangwerken .container h1{
    color:#D6E023;
    padding-bottom: 10px;
}
.behangwerken .container p{
    color:white;
    background-color: black;
    padding: 20px;
    border-radius: 25px;
    font-size: 1.3em;
}
/*Hoogte afbeeldingen*/
@media only screen and (min-width: 1200px){
    #Hoevepoort-Fixed{
        height: 249.98px;
    }
}
@media only screen and (max-width: 1200px){
    #Hoevepoort-Fixed{
        height: 100%;
    }
}
@media only screen and (min-width: 1200px){
    #Hoogtewerker-Fixed{
        height: 416px;
    }
}
@media only screen and (max-width: 1200px){
    #Hoogtewerker-Fixed{
        height: 100%;
    }
}
@media only screen and (min-width: 1200px){
    #Behang3-Fixed{
        height: 415px;
    }
}
@media only screen and (max-width: 1200px){
    #Behang3-Fixed{
        height: 100%;
    }
}

/* Social Media*/
.socialmedia .container h1{
    color:#D6E023;
    padding-bottom: 10px;
}
.socialmedia .container p{
    color:white;
    background-color: black;
    padding: 20px;
    border-radius: 25px;
    font-size: 1.3em;
}
.socialmedia .container .row .col-lg-6 .icons{
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .socialmedia .container .row .col-lg-6 .fa {
        padding: 30px;
        font-size: 60px;
        width: 125px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 1024px){
    .socialmedia .container .row .col-lg-6 .fa {
        padding: 20px;
        font-size: 30px;
        width: 70px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
    }
}
.fa:hover {
    opacity: 0.8;
    color: white;
}
.fa-facebook {
    background: #3B5998;
    color: #D6E023;
}
.fa-instagram {
    background: #125688;
    color: #D6E023;
}

/* Footer */
footer .footer-top{
    background-color: black;
}

footer .footer-top .container h2{
    color:#D6E023;
    text-align: center;
    font-weight: bold;
    vertical-align: center;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    display: block;
}

.gallery {
    position: relative;
    padding: 10px;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.popup{
    display: none;
}
.gallery figure {
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
}
.gallery figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.gallery figure figcaption {
    display: none;
}
/*