@font-face {
    font-family: 'Montserrat';
    src: url(../Montserrat-VariableFont_wght.ttf);
}

body {
    font-family: Montserrat;
    background-image: url(../images/Background-repeat.jpg);
    font-weight: 500;
    
    margin: 0px;
}

.Hoofdtitel {
    background-color: rgb(32, 89, 139);
    text-align: center;
    border-radius: 10px;
    border: 4px solid black;
    width: 300px;
    Font-size: 34px;
    color: white;
    margin-bottom: 25px;
    margin-top: 10px;
}
.alignment{
    display: flex;
    justify-content: center;
}
.center_nav_container > div > a{
    display: block;
    text-decoration: none;
    color: black;
    text-align: center;
    margin-top: 13px;
    height: 55px;
    width: 130px;
}
a:link {
    color: black;
}

.center_nav_container>div:hover {
    background-color: grey;

}

.navbar {
    display: flex;
    position: sticky;
    z-index: 1;
    top: 0;
    background-color: white;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    font-size: 18px;
}

.left_nav_container {
    margin-left: 5px;
    width: 25%;
    display: flex;
    justify-content: flex-start;
}
.center_nav_container {
    width: 50%;
    height: 55px;
    display: flex;
    text-decoration: none;
    color: black;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}



.right_nav_container {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    text-decoration: none;

}

.right_nav_container a {
    color: red;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}

.right_nav_container div {
    margin-right: 5px;
    padding-top: 10px;
}

.box {
    
    background-color: #5da5ed;
    border: 5px solid rgb(20, 20, 20);
    border-radius: 18px;


}

.box:first-child {
    grid-column-start: 1;
    grid-column-end: 3;

}

.box:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 475px;
}

.container {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-auto-rows: minmax(250px, auto);
    padding-left: 50px;
    padding-right: 50px;
    column-gap: 80px;
    row-gap: 100px;
}

.flex-container {
    display: flex;
    flex-direction: column;
}

.story1 {
    align-self: center;
    margin-top: 10px;
    font-size: 26px;
}

.story2 {
    margin: 30px;
    font-size: 22px;
    width: 1100px;
    align-self: center;
    text-align: center;
}

.Sidetext1 {
    margin: 10px;
    align-self: center;
    font-size: 22px;

}

.Sidetext2 {
    align-self: center;
    font-size: 18px;
}
.Call{
    margin: 15px;
}

.Producten {
    margin: 15px;
}

.Subscripties {
    margin: 15px;
}

.Unique {
    margin: 15px;
}

.Reviews {
    margin: 15px;
}
.Footer_thing{
    color: white;
    background-color: #303030;
    margin-right: -50px;
    margin-left: -50px;
    height: 300px;
    grid-column-start: 1;
    grid-column-end: 3;
}
.Footer1{
    font-size: 20px;
    margin: 15px;
}
.footer-flex-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.Footer_start{
    font-size: 22px;
    margin: 15px;
}
.line{
    height: 1px;
    margin-top: 10px;
    width: 1380px;
    background: black;
}
.Footer_start > p{
    font-size: 18px;

}
form{
    font-size: 17px;
    margin-top: 5px;
}