.colorpink{
    background-color: cadetblue;
    color: white;
    border : pink;
}

.title{font-weight: bold}
.subtitle{color: grey}
.prijs{color: black}
.star{color: cadetblue}
.logo {
    /*dit is om het logo te verkleinen in de menu balk*/
    max-width: 30px;
}
.hoofdtitel{font-weight: bolder; font-size: larger; padding: 10px}
#logoonder {
    max-width: 50px;
}

.achtergrondfoto {
    background-image: url("../images/IMG_0456.jpg");
    background-repeat: no-repeat;
    background-position: center;

    background-size: cover;
    width: 100%;
    height: 100vh;
    /*min-height: 40em;*/
    max-height: 20em;
    /*background-attachment: fixed;*/
}

h1 {font-size: 5em;
padding-top: 40px;}

.footer{font-size: small}