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;
    right: 4rem;
    background-color: #DF9D01;
    color: #D9D9D9;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
}
.buttonheader:hover {
    background-color: #0a2534;
}
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', sans-serif;
    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;
}
.container2 {
    position: relative;
    text-align: center;
    line-height: 150%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container2 img {
    width: 100%;
    max-width: 50rem;
    height: auto;
}
.introtekst {
    position: absolute;
    width: 400px;
    color: #DF9D01;
}
strong {
    font-weight: 800;
}
.parent-container {
    display: flex;
    justify-content: center;
}
.tussentekst{
    display: flex;
    justify-content: center;
    color: #D9D9D9;
    margin-top: 10rem;
    margin-bottom: 2rem;
}
.buttonmain {
    background-color: #DF9D01;
    color: #D9D9D9;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15rem;
}
.buttonmain:hover {
    background-color: #f8b24f;
}
.review-container h3 {
    font-family: 'snippet', sans-serif;
    color: #D9D9D9;
    font-size: x-large;
    margin-bottom: 1rem;
}
.review-container {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

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

.review-img img {
    width: 65%;
    height: auto;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.review-text {
    max-width: 600px;
    line-height: 150%;
    color: #DF9D01;
    font-size: larger;
}
.review2-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10rem;
}

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

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

.review2-text {
    max-width: 600px;
    line-height: 150%;
    color: #DF9D01;
    font-size: larger;
    padding-left: 2rem;
}

.review2-text h3 {
    font-size: x-large;
    margin-bottom: 1rem;
    color: #D9D9D9;
}
.overgang img {
    margin-top: 10rem;
    width: 100%;
    height: auto;
    box-shadow: 0 5px 0 0 #DF9D01;
}
.achtergrond{
    background-color: #DF9D01;
}
.gegevens {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
    text-align: center;
}

.inschrijven {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.gegevens p {
    margin: 0.5rem 0;
}

input[type="email"] {
    padding: 0.8rem;
    font-size: 1rem;
    width: 250px;
    border: 2px solid #0a2534;
    border-radius: 5px;
}

button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    background-color: #0A2534;
    color: #DF9D01;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 1rem;
}

button:hover {
    background-color: #f8b24f;
}

.gegevens form {
    display: flex;
    align-items: center;
    justify-content: center;
}
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;
}