body {
    background-image: linear-gradient(to bottom, #051937, #024369, #00729a, #00a5c7, #12dbeb);
}

.full-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    text-align: center;
}

.center {
    text-align: center;
}

img {
    width: 190px;
    height: auto;
}

h1, h3, #time, #late {
    color: #ffffff;
}

h1 {
    font-size: 50px;
}

h3 {
    padding-top: 15px;
    margin: 0;
}

.row {
    margin: 0 10px;
}

.card {
    background-color: rgba(211, 211, 211, 0.46);
}

.card .list-group-item {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.69);
}

.line-through {
    text-decoration: line-through;
}

.alert {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.alert h1 {
    color: #721c24;
}

@media (min-width: 1000px), (min-height: 1000px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 35px;
    }
}

@media (max-width: 800px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 21px;
    }

    img {
        width: 100px;
    }
}

@media (max-width: 590px), (max-height: 500px) {
    h1, h2, h3 {
        margin: 0;
        padding: 0;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 21px;
    }

    h3 {
        font-size: 15px;
    }

    img {
        display: none;
    }

    .card {
        margin-top: 20px;
    }
}

@media (max-height: 700px) {
    img {
        display: none;
    }
}

@media (max-height: 300px) {
    h1, h2, h3 {
        margin: 0;
        padding: 0;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 10px;
    }

    .list-group {
        display: none;
    }

    .card-body {
        padding: 0;
    }

    .text-next-departure {
        display: none;
    }
}