﻿html,
body {
    height: 100%;
}

.carousel, .item, .active {
    height: 100%;
    min-height:540px;
}

.carousel-inner {
    height: 100%;
}

.disclaimer {
    text-align: center;
    color: white;
}

@media only screen and (min-width: 1201px) {
    .background-box {
        width: 45em;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 1200px) {
    .background-box {
        width: 40em;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}

@media only screen and (max-width: 800px) {
    .background-box {
        width: 35em;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 580px) {
    .background-box {
        width: 100%;
        top: 0px;
        left: 0px;
        transform: translate(0%, 0%);
        height: 40%;
        position:absolute;
    }

    .fill {
        position: fixed;
    }
}
.background-box {
    padding: 20px;
    z-index: 5;
}
.tos-panel {
    padding: 20px;
    color:white;
}
.blackBackground-box {
    background-color: rgba(1, 1, 1, .8);
    border: solid 1px;
    border-color: lightblue;
}
.flex-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
}
.title-text {
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    line-break: loose;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.buttonlogin-container {
    display: flex;
    align-content: center;
}

.button-login {
    margin: 0 auto;
    z-index: 5;
    width: 80%;
    height: 80%;
    margin-bottom:25px;
    font-size:large;
}
.logo-image {
    width: 100%;
    height: auto;
}
.content-container {
    padding: 20px 20px 20px 20px;
}
.carousel-item {
    height: 100%;
    min-height: 540px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg0 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background0.png');
}
.bg1 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background1.png');
}
.bg2 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background2.png');
}
.bg3 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background3.png');
}
.bg4 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background4.png');
}
.bg5 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background5.png');
}
.bg6 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background6.png');
}
.bg7 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background7.png');
}
.bg8 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background8.png');
}
.bg9 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background9.png');
}
.bg10 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background10.png');
}
.bg11 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background11.png');
}
.bg12 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background12.png');
}
.bg13 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background13.png');
}
.bg14 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background14.png');
}
.bg15 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background15.png');
}
.bg16 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background16.png');
}
.bg17 {
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/background17.png');
}
.tos {
    height: 100%;
    min-height: 540px;
    width: 100%;
    z-index: -10;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('https://s3-us-west-2.amazonaws.com/opendjradio/tos.png');
    position: fixed;
}
.flex-center{
    display: flex;
    justify-content: center;
}
hr {
    background-color: white;
}
.max-width {
    width: 100%;
}.flex-vert {
     display: flex;
     flex-direction:column;
 }
 figcaption {
     padding-bottom: 25px;
 }
 pre {
     color: white;
 }
 .center-content {
     text-align: center;
 }