/* Landscape Tablet */

@media (min-width: 1100px) {
  body {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
  }

  .textRow {
    font-size: 20pt;
    margin-bottom: 20px;
  }

  .firstRow {
    margin-bottom: 35px;
  }

  .btn-start {
    font-size: 25pt;
  }

  .container {
    width: 100% !important;
    height: 1000px;
    margin: auto;
    background-image: url(../assets/themeBackground.jpg);
    background-size: cover;
    background-position: center;
    overflow: auto;
  }

  .middle {
    height: 800px;
    margin: auto;
  }

  .middleBackground {
    background: rgba(16, 42, 64);
    height: 800px;
  }

  .overlay {
    /* width: 240px; */
    width: 100%;
    height: 200px;
    top: -200px;
  }

  .cardContainer {
    margin-top: -100px;
    margin-bottom: 130px;
  }
}

/* End Tablet CSS */

@media (min-width: 1700px) {
  html {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .middleBackground {
    height: 860px;
  }

  .middle {
    height: 800px;
  }

  .container {
    height: 800px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .row {
    top: -620px;
  }

  .overlay {
    width: 335px;
    height: 190px;
    margin-top: -42px;
  }

  .btn-start {
    width: 200px;
    height: 60px;
    margin-top: 0px;
    font-size: 40px;
    box-shadow: 0px 3px 6px #333;
  }
}

@media (min-width: 1900px) {
  body {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .middleBackground {
    height: 1085px;
    background-position: top;
  }

  .middle {
    height: 1085px;
  }

  .container {
    height: 1085px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .row {
    top: -720px;
  }

  .overlay {
    width: 380px;
    height: 210px;
    margin-top: -62px;
  }

  .btn-start {
    width: 200px;
    height: 80px;
    margin-top: 30px;
    font-size: 50px;
    box-shadow: 0px 3px 6px #333;
  }
}
