nav {

    padding: 0px;
    margin-bottom: 40px;
}

nav a {
    margin: 0px;
    background-color: grey;
    padding: 5px;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    color: #FFF;
    text-decoration: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (max-width: 760px) {

    nav {
        margin-bottom: 20px;
    }
    nav a {
        font-size: 12px;
    }
    .logo{
        max-width: 70%;
        margin-bottom: 20px;
    }
}

nav a.current {
    background-color: black;
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto Slab";
    color:#2980b9 !important;
}
.card{
    border:0px;
    padding: 30px;
}
a{
    color:#2980b9;
}
.instragram-feed{
    display: flex;
    gap: 10px;
}

.instragram-feed .item{
    aspect-ratio: 1/1;
    border:1px solid grey;
    width: 33%;
}
@media (max-width: 768px) {
    .instragram-feed{
        flex-wrap: wrap;
    }
    .instragram-feed .item{
        width:  calc(50% - 10px);
    }
}
.instragram-feed .item.link{
    display: flex;
    background-color:#222;
    color:#FFF;
    text-decoration: none;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}

.imageAanbod {
    position: relative;
}

.imageAanbod h5 {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #FFF !important;
}

@media (max-width: 768px) {
    .instragram-feed .item.link{
        font-size: 20px;
    }
}

.btn-success {
    width: 100%;
    border-radius: 0px !important;
}