body {
    font-family: "futura-PT", sans-serif;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    color: #593128;
}

main {
    margin-bottom: 2rem;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: "Dashiell-Fine", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #593128;
    padding-left: 4rem;
}

h2 {
    font-family: "Dashiell-Fine", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #593128;
    padding-left: 4rem;
}

h3 {
    font-family: "futura-PT", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    color: #593128;
}

h4 {
    font-family: "futura-PT", sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    color: #593128;
}

nav img {
    width: 120px;
}

nav {
    font-size: 20px;
    font-weight: 500;
    padding: 2rem 8rem;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

nav ul li a:hover {
    color: #F7E8DC;
}

nav a {
    color: #593128;
    text-decoration: none;
}

header div {
    width: 100vw;
    height: 80vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pijltje {
    width: 60px;
}

header {
    height: 100vh;
    width: 100vw;
    background-image: url(../../images/Branding/Web1920\ –\ 6.2.jpg);
    background-position: 50px 150px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.image-container {
    position: relative;
    width: 26.5rem;
    height: 26.5rem;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7e8dcb9;
    justify-content: center;
    align-items: center;
}

.overlay .text {
    font-family: "Dashiell-Fine", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    color: #593128;
    text-align: center;
}

.image-container:hover .overlay {
    display: flex;
}

.image-grid {
    align-items: stretch;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#overMij {
    background-color: #F7E8DC;
    padding: 4rem;
    margin-top: 2rem;
}

#overMij h2 {
    padding: unset;
    margin-top: unset;
}

#overMij img {
    max-width: 50%;
    max-height: 50%;
}

#overMij a {
    background-color: #593128;
    color: #F7E8DC;
    text-decoration: none;
    padding: 1rem 2rem;
}

#overMij>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

#overMij div div * {
    margin-bottom: 0.5rem
}

#overMij p:last-of-type {
    margin-bottom: 3rem
}

#quotes>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

#quotes div div * {
    margin-bottom: 0.5rem;
}

#quotes {
    background-color: #F7E8DC;
    padding: 4rem;
    margin-top: 2rem;
}

#quotes h2 {
    padding: unset;
    margin-top: unset;
}

#quotes img {
    /* nog aanpassen */
    max-width: 50%;
    max-height: 50%;
}

#skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 4rem;
}

#skills img {
    width: 33rem;
    height: 9rem;
    object-fit: contain;
    padding-top: 2rem;
}

#contact {
    padding: 4rem;
}

#contact>div>img {
    width: 30rem;
    object-fit: contain;
}

#contact ul li img {
    width: 4rem;
}

#contact>div {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    justify-content: flex-start;
    align-items: center;
}

#contact>div>div {
    display: flex;
    flex-direction: column;
}

#contact h2 {
    padding-left: 0;
    margin-bottom: 4rem;
}

#contact div div>* {
    margin-bottom: 1rem
}

#contact div img:first-of-type {
    margin-right: 1rem;
    object-fit: contain;
}

#contact ul {
    display: flex;
}

#contact ul li img {
    height: 3rem;
}

#contact a:first-of-type {
    color: #593128;
    text-decoration: none;
}

#contact a:first-of-type:hover {
    text-decoration: underline;
}

footer a {
    color: #F7E8DC;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer {
    background-color: #593128;
    padding: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer img {
    max-width: 100%;
}

footer ul li {
    margin-bottom: 1rem;
}

footer ul:last-of-type {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    width: 14rem;
}

footer>img {
    width: 5rem;
}

footer ul:last-of-type li img {
    margin-left: 1rem;
}

.HeaderAthletes {
    min-height: 270vh;
    background-image: url(../../images/Athletes/vrijwerk-1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.athletes main p {
    margin: 0 4rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.athletes main div {
    padding: 0 4rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.athletes main div img {
    width: 45%;
    height: auto;
    object-fit: contain;
}

.HeaderMousepops {
    min-height: 158vh;
    background-image: url(../../images/MousePops/ontbijtgranen-mockup-voorzijde.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.MousePops main p {
    margin: 0 4rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.MousePops main div {
    padding: 0 4rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.MousePops main div img {
    width: 49%;
    height: auto;
    object-fit: contain;
}

.MousePops main div img:last-of-type {
    flex-grow: 2;
}

.HeaderOogmerk {
    min-height: 115vh;
    background-image: url(../../images/Oogmerk/VanDaele_Laetitia_Werk_1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.oogmerk main p {
    margin: 0 4rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.oogmerk main div {
    padding: 0 4rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.oogmerk main div img {
    width: 45%;
    height: auto;
    object-fit: contain;
}

.branding main p {
    margin: 0 4rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.branding main div {
    padding: 0 4rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.branding main div img {
    width: 45%;
    height: auto;
    object-fit: cover;
}

.HeaderLynx {
    min-height: 135vh;
    background-image: url(../../images/Lynx/Interior-Photo-Frame-Mockup-Scene-copy.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lynx main p {
    margin: 0 4rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.lynx main div {
    padding: 0 4rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.lynx main div img {
    width: 45%;
    height: auto;
    object-fit: cover;
}

.HeaderSticker {
    min-height: 135vh;
    background-image: url(../../images/BLVRD/sticker-mockup.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.sticker main p {
    margin: 0 4rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.sticker main div {
    padding: 0 4rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.sticker main div img {
    width: 45%;
    height: auto;
    object-fit: cover;
}