.disabled { display: none; }

#dropdown01 { cursor: pointer; }
#carouselExampleIndicators { margin-top: 3rem; padding-bottom: 3rem; }

.b-example-divider {height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);}

.first_caption { position: absolute; left: 15%; right: 60%; bottom: 60px; text-align: left; background-color: #51414F; opacity: 0.8; padding: 1.5rem; }
.first_caption h5 { font-size: 48px; }
.first_caption p { font-size: 36px; }

.second_caption { position: absolute; left: 60%; right: 15%; bottom: 60px; text-align: right; background-color: #0F52BA; opacity: 0.8; padding: 1.5rem; }
.second_caption h5 { font-size: 48px; }
.second_caption p { font-size: 36px; }

.spacing { margin-top: 6rem; }
.contactPerson { font-size: 18px; }

.contactForm input,
.contactForm select,
.contactForm textarea {
    width: 100%;
}

.matImg {
    width: 150px;
    height: 150px;
}

.matImg:hover,
.certImg:hover {
    box-shadow: 2px 2px 15px #fd9a6ce5;
    transform: scale(1.02);
} 