/* Offset for fixed navbar on pages without carousel */
body {
    padding-top: 70px;
}

/* Home page: carousel goes behind the navbar, cancel body padding */
#myCarousel {
    margin-top: -70px;
}

.mandatory {
    border: 2px solid red;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

div.active {
    background: #FFFFb0;
}

.topinfo {
    font-size: 1.5em;
    text-shadow: 3px 3px 3px #000000;
}

.slogan {
    text-shadow: 3px 3px 3px #000000;
}

div.site {
    border: 1px solid #dddddd;
    background: #eeeeee;
    padding: 15px 15px 15px 15px;
}

hr {
    background: #CCCCCC;
    border: 0;
    height: 3px;
}

h2 {
    color: #acc152;
}

h3 {
    color: #acc152;
    font-weight: bold;
}

ul > li {
    color: #acc152;
}

ul > li > span {
    color: #5a5a5a;
}

#video-container,
#video-container1,
#video-container2 {
    position: relative;
    max-height: 800px;
    min-height: 400px;
}

.video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.bon-img {
    width: 100%;
    max-width: 226px;
    height: auto;
}

.info-line {
    cursor: pointer;
}

.contact {
    margin-top: 50px;
    margin-bottom: 50px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.8em;
}

thead {
    font-weight: bold;
    font-size: 1.2em;
}

table td.price {
    text-align: right;
}

table td.center {
    text-align: center;
}

.bb {
    border-bottom: 1px solid black !important;
}

.bt {
    border-top: 1px solid black !important;
}

.b {
    font-weight: bold;
}

/* Hide reCAPTCHA badge by default */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: visibility 0.3s, opacity 0.3s;
}

/* Show reCAPTCHA badge only on contact section */
.grecaptcha-badge.show-badge {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Pulse animation for success message */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
