/*navigation bar*/
.navBar
{
    background: #fbfee3; !important;
    border-radius: 0px 0px 25px 25px;
}
.imgParkzicht
{
    width: 20%;
    margin-left: 1%;
}
.navLinkCollection
{
    justify-content: flex-end;
}
.navLink{
    margin : 15px; /* Add spacing */
    position: relative; /* Make sure the border aligns correctly */
}

.navLink:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px; /* Adjust to position the line correctly between links */
    top: 0;
    height: 100%;
    width: 1px; /* Line thickness */
    background-color: #acacac; /* Line color */
}
/*navigation bar*/
body
{
    background-color: #000000;
}


.containerHomePage
{
    padding: 2% 5%;
}
.info-box {
    color: #cedb65;
    background-color: #4d83f7;
    height: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fbfee3;
    padding: 15px;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 5px;
}
.arrow-icon {
    font-size: 1.5em;
}

@media (max-width: 800px)
{
    .contact-form
    {
        display: none;
    }
}
.contact-form {
    color: #cedb65;
    background-color: #4d83f7;
    padding: 20px;
    border-radius: 5px;
}

.contact-item
{
    background-color: #fbfee3;
}

.btn{
    border: none;
    color: #4d83f7;
    background-color: #fbfee3;
}