.home {
    font-family: "Helvetica", "Ariel", sans-serif;
}

.about {
    font-family: "Helvetica", "Ariel", sans-serif;
}

.tabel {
    font-family: "Helvetica", "Ariel", sans-serif;
    border-collapse: collapse;
    width: 17%;
    background-color: white;
    color: cornflowerblue;
    border: ridge;
    border-color: black;
    text-align: center;
    margin: 50px
}

.form {
    font-family: "Helvetica", "Ariel", sans-serif;
}

.newsletter {
    font-family: "Helvetica", "Ariel", sans-serif;
    background-image: url("pexels-photo-63778.jpeg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ffffff;
    background-size: 300px, 300px
}

.formulier {
    font-family: "Helvetica", "Ariel", sans-serif;
}

.button {
    font-family: "Helvetica", "Ariel", sans-serif;
    display: inline-block;
    border-radius: 3px;
    background-color: cornflowerblue;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 120px;
    margin: 20px;
}

.button:hover {
    background: darkblue
}

.buttonsub {
    font-family: "Helvetica", "Ariel", sans-serif;
    font-size: 20px;
    display: inline-block;
    border-radius: 2px;
    background-color: cornflowerblue;
    border: none;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    width: 100px;
    height: 30px;
    margin: 12px;
}

.buttonsub:hover {
    background: darkblue
}

.renting {
    font-family: "Helvetica", "Ariel", sans-serif;
    background-image: url("pexels-photo-63778.jpeg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ffffff;
    background-size: 300px, 300px
}

.bronnen {
    font-family: "Helvetica", "Ariel", sans-serif;
}

.bags {
    font-family: "Helvetica", "Ariel", sans-serif;
}

#chanel {
    box-shadow: 0 0 10px #777777;
    margin: 10px;
    float: left;
    width: 250px;
    height: 250px;
}

#hermes1 {
    box-shadow: 0 0 10px #777777;
    margin: 10px;
    float: left;
    width: 250px;
    height: 250px;
}

#hermes2 {
    box-shadow: 0 0 10px #777777;
    margin: 10px;
    float: left;
    width: 250px;
    height: 250px;
}

#hermes3 {
    box-shadow: 0 0 10px #777777;
    margin: 10px;
    float: left;
    width: 250px;
    height: 250px;
}

#hermes4 {
    box-shadow: 0 0 10px #777777;
    margin: 10px;
    float: left;
    width: 250px;
    height: 250px;
}

#louis {
    box-shadow: 0 0 10px #777777;
    margin: 10px;
    float: left;
    width: 250px;
    height: 250px;
}

.getbag {
    margin: 20px;
    float: left;
    background-color: cornflowerblue;
    background-position: left color: black;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.getbag:hover {
    background: darkblue
}

.baglist {
    text-align: center;
}

.baglist img {
    margin-left: 20px;
    margin-right: 20px;
}

.baglist img.first {}

.baglist img.last {}

.baglist ul {}

.baglist ul li {
    display: inline;
    list-style: none;
}

a:link {
    color: black;
    text-decoration: underline
}

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

a:hover {
    color: grey;
    text-decoration: underline
}


}
h1,
h2,
p,
li,
a {
    font-family: "Helvetica", "Ariel", sans-serif;
}
h1,
h2,
h3 {
    font-size: 95%;
    color: cornflowerblue;
}
h1 {
    margin-top: 70px;
}
#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: cornflowerblue;
    margin-bottom: 100px;
}
#nav ul {
    list-style: none;
    text-decoration: none;
}
#nav li {
    float: left;
    width: 20%;
    height: 35px;
}
.dropdown {
    background-color: cornflowerblue;
    color: white;
    padding: 5px;
    font-size: 16px;
    border-color: black
}
