/*
 * Base structure
 */
body {
  background: linear-gradient(to right, #00bdd2, #86dd25);
}

/*
 * Header
 */
header {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  border-bottom-color: #fff;
}

h3 img {
    width: 100px;
}

.col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col img {
    width: 150px;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
	opacity: 1;
}

#v-pills-tabContent iframe {
	max-width: 100%;
}

#v-pills-waar img {
	max-width: 60%;
}
@media (max-width: 760px) {
	#v-pills-waar img {
		max-width: 100% !important;
	}
}
