* {
    margin: 0;
    padding: 0;
    font-family: Fellix, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    color: #03357C;
}

/* =============================================header========================================== */
header {
    background-color: #FFCC00;
    height: 105px;
    width: 100%;
    position: fixed;
    top: 0;
}
header h1 {
    display: flex;
    align-items: center;
    font-size: 17mm;
}
header img {
    height: 80px;
    width: 157px;
    padding: 10px 0 0 10px;
    display: flex;
    align-items: center;
}

/* =============================================nav============================================== */
nav a {
    text-decoration: none;
    font-weight: bold;
    font-size: 5mm;
    display: flex;
    justify-content: center;
    color: #FFCC00;
    background-color: #03357C;
    padding: 25px;
    width: 300px;
}
nav a:hover {
    background-color: #FFCC00;
    color: #03357C;
    transition: 0.5s;
}
.nav {
    display: flex;
    justify-content: space-around;
    margin: 25px;
}

/* =============================================body============================================= */
main {
    width: 80%;
    margin: 0 auto;
}
img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.rooster img {
    height: 800px;
}
h1, h2, h3, p {
    margin: 10px;
}
h1 {
    margin: 115px 0 0 0;
}
h2 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.locations {
    display: flex;
    justify-content: space-around;
}
.locations p {
    font-weight: bold;
}
.blokkenimg img {
    height: 650px;
}

/* ===========================================footer=========================================== */
footer {
    background-color: #FFCC00;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bordercard {
    border-radius: 5%;
    border: 3px solid #03357C;
    padding: 10px;
    margin: 150px 0 50px 0;
    text-align: center;
    width: 200px;
}
.borderimg {
    margin-bottom: 50px;
}
.borderimg img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.borderimg img {
    max-width: 80%;
    height: auto;
    border-radius: 50%;
    border: 3px solid #03357C;
    padding: 5px;
}
.bordercard p {
    font-size: 18px;
    font-weight: bold;
    color: #03357C;
    margin: 0;
}
.margin-card-p {
    margin-bottom: 50px;
}
.space-around {
    display: flex;
    justify-content: space-around;
}
