﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.overlay {
    background-color: rgba(32, 32, 32, .4);
    /*opacity: 0.55;*/
    height: 100%;
    width: 100%;
    z-index: 2000;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    vertical-align: middle;
    text-align: center;
    display: none;
}

.overlayInner {
    text-align: center;
    vertical-align: middle;
    font-size: x-large;
    background-color: rgba(32, 32, 32, .4); /*#1F1F1F; */
    color: white;
    width: 300px;
    position: absolute;
    top: 35%;
    left: 35%;
}

.overlayText {
    color: rgba(0,0,0,0);
    text-align: center;
    vertical-align: middle;
    font-size: x-large;
    top: 45%;
    position: absolute;
}

.tfoot {
    color: #000;
    background-color: #ebedf2;
    font-weight: 700 !important
}

.heartbeat {
    position: absolute;
    display: none;
    margin: 5px;
    color: #7A1400;
    right: 0;
    top: 0;
    z-index: 1400;
}

.current {
    background-color: orange;
    font-size: 10px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

#cookieConsent {
    position: fixed;
    bottom: 10%;
    left: 10%;
    right: 5%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    transform: translateX();
    color: black;
}

.slide-in {
    animation: slide-in 5s forwards;
}

.header-image.tvis-home {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.fill-secondary {
    background-color: rgb(230,120,20);
}

.fill-tertiary {
    background-color: rgb(239, 237, 231);
}

.banner {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 36px;
    color: white;
    text-align: center;
    padding: 16px;
}

.content-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    /*max-width: 960px;*/
    background-color: #393939;
    height: 38px;
}

div.vertical-center-content {
    display: table-cell;
    vertical-align: middle;
}

.header-section {
    height: 226px;
}

div.vertical-center-wrapper {
    display: table;
    overflow: hidden;
}

.text-block {
    padding: 32px 64px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
