/* Landscape Tablet */

@media (min-width: 1100px) {
    body {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .textRow {
        font-size: 20pt;
        margin-bottom: 20px;
    }
    .firstRow {
        margin-bottom: 35px;
    }
    .btn-start {
        font-size: 25pt;
    }
    .container {
        width: 100% !important;
        height: 855px;
        margin: auto;
        background-image: url(../assets/themeBackground.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .middle {
        height: 780px;
        margin: auto;
    }
    .middleBackground {
        background: rgba(16, 42, 64, 0.9);
        height: 780px;
    }
    .overlay{
        width: 240px;
        height: 150px;
        top: -150px;
    }
    .cardContainer{
        margin-top: -100px;
        margin-bottom: 130px;
    }
}

/* End Tablet CSS */
