
body{
    font-family: Harman-Sans, serif !important;
}

#background{
    position: fixed;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
    left: 0;
    top:0;
}


.logo{
    height:100px;
}



@media screen and (min-width: 768px) and (max-width: 1300px){
    .logo{
        height:50px;
    }


}

@media screen and (min-width: 768px){

    .container{
        max-width: 1600px;
    }

    .center-center{
        margin: 0;
        position: absolute;
        top: 40%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
}





.button{
    border-radius:25px;
    padding:10px 25px;
    border:none;
    color:white;
    box-shadow: none;
}

.button-prismare{
    background-color: #a00d59;
}

.button-lumen{
    background-color:#B63612;
}

.button-stroinkshuis{
    background-color: #535727;
}
