html {
    box-sizing: border-box;
}

html,
body {
    background-color: #0a2534;
    font-family: 'raleway';
}
.container img {
    width: 100vw;
    height: 45rem;
}

.container {
    position: relative;
    text-align: center;
    line-height: 150%;
}

header {
    background: linear-gradient(to bottom, #DF9D01, #0A2534);
}

a {
    color: #D9D9D9;
    font-size: large;
}

.navigatie {
    display: flex;
    justify-content: space-around;
    padding: 20px 25rem;
}

.headertekst {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    color: #D9D9D9;
    border: 15px solid #DF9D01;
    background-color: #DF9D01;
}

.buttonheader {
    position: absolute;
    bottom: 7rem;
    left: 4rem;
    background-color: #DF9D01;
    color: #D9D9D9;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
}

.buttonheader:hover {
    background-color: #0a2534;
}
strong {
    font-weight: 800;
}
h3{
    font-family: 'snippet';
}
h1 {
    font-family: 'snippet', sans-serif;
    font-size: 96px;
    display: flex;
    justify-content: center;
    color: transparent;
    -webkit-text-stroke: 3px #D9D9D9;
    margin-top: 10rem;
    margin-bottom: 20rem;
}

.titel {
    font-family: 'snippet';
    display: flex;
    justify-content: center;
    font-size: 60px;
    border: 4px solid #DF9D01;
    background-color: #D9D9D9;
    padding: 20px;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
}
.container-rechts h3 {
    color: #D9D9D9;
    font-size: x-large;
    margin-bottom: 1rem;
}
.container-rechts {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10rem;
    height: 75vh;
    margin-bottom: 3rem;
}

.img-rechts {
    display: flex;
    justify-content: center;
}

.img-rechts img {
    width: 65%;
    height: auto;
}
.tags{
    color: #D9D9D9;
    font-style: larger;
    margin-top: 0.5rem;
}
.tekst-rechts {
    max-width: 600px;
    line-height: 150%;
    color: #DF9D01;
    font-size: larger;
    padding-left: 2rem;
}
.container-links h3 {
    color: #D9D9D9;
    font-size: x-large;
    margin-bottom: 1rem;
}

.container-links {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10rem;
    height: 75vh;
    margin-bottom: 3rem;
}

.img-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-links img {
    width: 65%;
    height: auto;
}

.tekst-links {
    max-width: 600px;
    line-height: 150%;
    color: #DF9D01;
    font-size: larger;
}
.overgang img {
    width: 100vw;
    height: 45rem;
}
.overgang{
    position: relative;
    text-align: center;
    margin-top: 6rem;
    width: 100%;
    height: auto;
    box-shadow: 0 5px 0 0 #DF9D01;
}
.homebutton {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: #DF9D01;
    background-color: #0a2534;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
}

.homebutton:hover {
    background-color: #f8b24f;
}
footer {
    font-family: 'snippet', sans-serif;
    background-color: #DF9D01;
    border: 2px solid #0A2534;
    padding: 3rem;
    text-align: center;
}

.quote-top {
    font-size: 1.5rem;
    font-weight: bold;
}

.content {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.content div {
    width: 30%;
}

.content p {
    margin: 0.5rem 0;
}