.commissie-photo {
	width: 100%;
}

.container {
    width: 100%;
    padding-bottom: 0px;
}

.commissie-photowrapper {
	text-align: center;
    margin-top:  80px;
    margin-bottom:  80px;
}

.commissie-navbar {
    margin-bottom: 80px;
}

.content {
    display: none;
}

.active {
    display: block;
}

.nav-stripe {
    font-family: dicaps;
    color: white;
}

.commissie-contents {
	text-align: left;
    color: white;
}

.commissie-subheader-name {
	margin: auto;
	margin-top: 50px;
	width: 80%;
}

.commissie-text-wrapper {
	margin: auto;
	width: 80%;
}

.commissie-text {
	width: clamp(100px,85%,450px);

}

.commissie-name {
	color:#13f37e;
}

.commissie-text {
	text-decoration: none;
    font-family: bahn;
    color: var(--navigation-white);
}

.gallery-bg {
    position: relative;
}

.gallery-white {
    position: relative;
}

.gallery-bg-purple {
    height: 120px;
}

.gallery-bg-white {
   	height: 300px;
    background: white;
}

.gallery {
    padding: 24px;
    overflow-x: scroll;
    white-space: nowrap;

    position: absolute;
    top: 0px;
    left: 10%;
    right: 10%;
    /* width: clamp(320px, 90%, 1080px); */
}

.gallery::-webkit-scrollbar {
    height: 5px;
}

.gallery::-webkit-scrollbar-track {
    background-color: #00000015; /* Set color of scrollbar track */
}

.gallery::-webkit-scrollbar-thumb {
    background-color: #00000040; /* Set color of scrollbar thumb */
    border-radius: 5px; /* Set border-radius of scrollbar thumb */
}  

.profile {
    margin: 12px;
    display: inline-block;
    width: 270px;
}

.border {
    display: inline-block;
    position: relative;
}

.border::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #48b280;
    transition: box-shadow .1s ease;
}

.border:hover::after {
    box-shadow: inset 0 0 0 10px #48b280;
}

.zoom-img {
    width: 240px;
    height: 240px;
    overflow: hidden;
}

.zoom-img img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.zoom-img:hover img {
    transform: scale(1.2);
}

.description {
    text-align: left;
}

.description p {
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 20px;
}

.description h2, h3 {
    margin-top: 10px;
    margin-bottom: 0px;

}

.description h2 {
    color: var(--link-hover-green);
}

.description h3 {
	color: var(--background-purple);
	font-family: bahn;
}
.description p {
	color: var(--background-purple);
	font-family: bahn;
}

h2, h3 {
    text-shadow: none;
}

.commissie-verantwoordelijk {
	background-color: white;
	margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.commissie-verantwoordelijk-head {
	color: var(--background-purple);
	padding-top: 0px;
	width: 80%;
	margin: auto;
	font-family: bahn;
	padding-bottom: 30px;
}

.description {
    color: #13f37e;
  font-size: 14px;
}
.selected {
    color: #13f37e;
}

/* RESPONSIVE PAGES */
@media only screen and (min-width: 901px) {
    .commissie-navbar a {
        font-size: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .commissie-navbar a {
        font-size: 20px;
    }
}