body {
    font-family: Roboto !important;
}

a {
    color: black;
    text-decoration: none;
}

i {
    font-style: italic;
}

b{
    font-weight: bolder;  
}


/*----------------------------*/
/*Ontstaan & Verloop*/

div.locatie {
    margin-top: 8vh;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 6vh;
}

div.locatie div:first-of-type {
    margin: auto;
}

div.locatie div:first-of-type img {
    width: 25vw;
    height: auto;
    margin-top: 6vh;
}

div.locatie h2 {
    color: #161c2a;
    text-align: left;
}

div.locatie h2+p {
    text-align: left;
    color: black;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

div.locatie img {
    width: 70vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vh;
}

@media screen and (min-width: 800px) {
    div.locatie {
        margin-top: 8vh;
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 6vh;
        display: flex;
        justify-content: space-around;
    }

    div.locatie div:first-of-type img {
        width: 6vw;
        height: auto;
        margin-top: 6vh;
    }

    div.locatie img {
        width: 30vw;
        height: 100%;
        margin: auto;
    }
}

/*----------------------*/
/*Carrosserie*/

div.carrosserie {
    margin-top: 8vh;
    background-color: #161c2a;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 6vh;
}

div.carrosserie div:first-of-type {
    margin: auto;
    width: 85vw;
}

div.carrosserie div:first-of-type img {
    width: 25vw;
    height: auto;
    margin-top: 5vh;
    margin-bottom: 2vh;
}

div.carrosserie p {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

div.carrosserie h2 {
    color: white;
    text-align: left;
}

div.carrosserie img {
    width: 85vw;
    height: 100%;
    margin-top: 4vh;
    margin-bottom: 4vh;
}

div.carrosserie a {
    background-color: white;
    color: #161c2a;
    padding: 15px;
    font-size: 0.8rem;
}

div.carrosserie h4:hover a {
    background-color: #161c2a;
    color: white;
    border: white 1px solid;
}

div h4 {
    color: #161c2a;
    margin-top: 4vh;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 6px;
}

@media screen and (min-width: 800px) {
    div.carrosserie {
        margin-top: 8vh;
        display: flex;
        justify-content: space-between;
    }

    div.carrosserie div:first-of-type {
        width: 30vw;
    }

    div.carrosserie div:first-of-type img {
        width: 6vw;
    }

    div.carrosserie a {
        font-size: 1.1rem;
    }

    div.carrosserie img {
        width: 50vw;
        margin-top: 0vh;
        margin-bottom: 0vh;
    }
}

/*---------------------------*/
/*Stock*/

div.stock {
    margin-top: 10vh;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vh;
    text-align: center;
}

div.stock div:last-of-type {
    margin: auto;
    width: 85vw;
}

div.stock div:last-of-type h2 {
    text-align: left;
}

div.stock div:last-of-type p {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

div.stock div:last-of-type img {
    width: 25vw;
    height: auto;
    margin-top: 6vh;
}

div.stock div:last-of-type a {
    color: white;
    background-color: #161c2a;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 6px;
}

div.stock h4:hover a {
    background-color: white;
    color: #161c2a;
    border: #161c2a 1px solid;
}

div.stock img {
    margin-bottom: 2vh;
    width: 85vw;
    height: 100%;
}

@media screen and (min-width: 800px) {
    div.stock {
        margin-top: 10vh;
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6vh;
        display: flex;
        justify-content: space-around;
    }

    div.stock img {
        width: 30vw;
    }

    div.stock div:last-of-type img {
        width: 6vw;
        height: auto;
    }

    div.stock div:last-of-type {
        width: 30vw;
    }
}

/*------------------------*/
/*Contact*/

div.contact {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vh;
    text-align: center;
}

div.contact a{
    text-transform: uppercase;
    margin: auto;
    background-color: white;
    color: #161c2a;
    border: #161c2a 1px solid;
    border-radius: 3px;
    padding: 15px;
    padding-right: 14px;
}
