html {
    height: 100%;
}
body {
    height: 100%;
    background-color: #faf8f8;
}
h1, h2, h3 {
    font-weight: 300;
}
h4, h5, .blockquote .bq-title, .card, .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
    font-weight: 300;
}
.navbar {
    z-index: 100;
}
.navbar, .dropdown-item {
    padding-top: 0px;
    padding-bottom: 0px;
}
.video-header {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background-size: cover;
    opacity: 0.8;
}
.video-controls {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: white;
}
.video-controls i:hover {
    cursor: pointer;
}
.long-strings-wrapper {
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}
#main-container {
    height: 100%;
    width: 100%;
    position: relative;
}
#main-content {
    position: relative;
    width: 100%;
}
#main-footer {
    width: 100%;
    position: absolute;
    bottom: 50px;
}
#main-footer-content {
    height: 50px;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    position: relative;
    text-align: center;
}
.btn-xs {
    padding: .35rem .5rem;
    font-size: .6rem;
    margin: 0;
}
.loading-cog-spinn {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%
}
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px;
}

#cookie-banner-content {
    line-height: 15px;
}