
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Lato', sans-serif;
}

.main-container {
    max-width: 1200px;
}

.logo-vlaskamp {
    z-index: 50;
}

@media screen and (min-width: 768px) {
    .logo-vlaskamp {
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .logo-vlaskamp {
        max-width: 75%;
    }
}

.background-header {
    background-image: url('../img/header1.jpg');
    background-size: cover;
}

.bg-blue {
    background-color: #144A7A;
}
