@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
}

.navbar {
    background-color: #fff;
}

.nav_collapse .fa-bars {
    padding: 10px;
    color: #93394d;
}

.nav_collapse .item {
    width: 100%;
    height: 55px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.nav_collapse .item:hover {
    background-color: #00000022;
}

.nav_collapse .item i {
    margin-right: 8px;
    color: #93394d;
}

.nav {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 7px 0px;
}

.nav .item {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.3s ease;
    cursor: pointer;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.nav .item.active {
    border-bottom: #93394d 2px solid;
}

.nav .item i {
    margin-right: 8px;
    color: #93394d;
}

.nav .item:hover {
    background-color: #00000022;
}

.nav .logo {
    object-fit: contain;
    height: 100px;
    margin: 10px 0;
}

.banner {
    height: 225px;
    padding: 25px;
    width: 100%;
    object-fit: contain;
    background-color: #fff;
}

.block {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0.5em 1em;
    margin: 30px 0;
    border-top: #93394d 4px solid;
}

.block h1,
h2,
h3 {
    color: #6c2232;
}
.block h1 {
    font-size: 25px;
}

.block h2 {
    font-size: 22px;
}

.block h3 {
    font-size: 20px;
}

.agenda .item {
    padding: 10px 5px;
}

.agenda .item:not(:last-child) {
    border-bottom: #93394d 2px solid;
}

.agenda .item .date {
    font-size: 16px;
    font-weight: 700;
}
.agenda .item .time {
    font-size: 15px;
    font-weight: 700;
}
.agenda .item .title {
    font-size: 17px;
}
.agenda .item .location {
    font-size: 15px;
    color: #545454;
    font-style: italic;
}

.agenda .year {
    text-align: center;
    color: #6c2232;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 17px;
    border-bottom: #93394d 3px solid;
}

.conductor img {
    max-width: 30%;
    max-height: 190px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: contain;
}

.conductor p {
    padding: 15px;
    margin: 0;
}

/* Impressie */
.impressie {
    padding-top: calc(var(--bs-gutter-x) * 0.5);
}
.impressie img {
    width: 100%;
    padding-top: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.impressie video {
    width: 100%;
    padding-top: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}

.contact i {
    background-color: #6c2232;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.contact p {
    line-height: 45px;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 25px;

    i {
        font-size: 20px;
    }
}
