body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-family: "Montserrat";
  color: #222;
}

.navbar-light .navbar-brand {
  color: #222;
}
#wrapper {
  min-height: 100vh;
  box-sizing: border-box;
}
#wrapper #content-wrapper {
  width: 100%;
  overflow-x: hidden;
}
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}
.green-txt {
  color: #418d8d;
}
.navbar {
  width: 85% auto;
  position: relative;
  z-index: 3;
  padding: 0;
}
.navbar-light .navbar-brand {
  font-weight: 900;
  font-size: 1rem;
}
.topbar {
  box-shadow: none;
}
.top-no-authenticated {
  flex-direction: row;
}

.btn-dark {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  font-weight: 700;
}

.btn-outline-dark {
  color: #222;
  background-color: #ffffff;
  border: 2px solid #222;
  font-weight: 700;
}
.btn-outline-dark:hover {
  background-color: rgb(244, 244, 244);
  color: rgb(0, 0, 0);
}
.navbar .btn {
  font-size: 0.6rem;
  width: 80px;
}
.container-landing {
  width: 85%;
  margin: auto;
}

/* images */
.cell-layer {
  position: relative;
  top: -59px;
  z-index: -2;
}
#cells {
  background-image: url(/static/landing/images/blood-cell3.svg);
  background-size: 450px auto;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  padding: 0;
  position: absolute;
  height: 793px;
  width: 100%;
}
#cell-piece {
  background-image: url(/static/landing/images/cell-piece.svg);
  background-size: 75px auto;
  background-position: 0% 24%;
  background-repeat: no-repeat;
  padding: 0;
  position: absolute;
  height: 100vh;
  width: 100%;
}


.img-bottom {
  width: 250px;
  margin-top: -5%;
}

@media (min-width: 400px) {
  .container-landing {
    width: 340px;
  }
}

/* Tablet styles (≥576px) */
@media (min-width: 576px) {
  .navbar .btn {
    font-size: 0.8rem;
    width: 90px;
  }
  .container-landing {
    width: 500px;
  }
  .navbar-light .navbar-brand {
    font-size: 1.3rem;
  }
  /* images */
  .cell-layer {
    top: -50px;
  }

  #cells {
    background-size: 900px auto;
  }
  #cell-piece {
    background-size: 100px auto;
    background-position: 0% 34%;
  }
  .img-bottom {
    width: 355px;
  }
}

/* Small desktop styles (≥768px) */
@media (min-width: 768px) {
  .top-no-authenticated .top-no-authenticated {
    margin: auto;
  }
  .navbar .btn {
    font-size: 1rem;
    width: 120px;
  }
  .container-landing {
    width: 700px;
  }
  .navbar-light .navbar-brand {
    font-size: 1.5rem;
  }
  /* images */
  .cell-layer {
    top: -53px;
  }
  #cells {
    background-size: 1050px auto;
  }

  #cell-piece {
    background-size: 120px auto;
    background-position: 0% 45%;
  }

  .img-bottom {
    width: 435px;
  }
}

/* Medium desktop styles (≥992px) */
@media (min-width: 992px) {
  .container-landing {
    width: 900px;
  }
  .navbar-light .navbar-brand {
    font-size: 1.7rem;
  }

  #cells {
    background-size: 1200px auto;
  }

  #cell-piece {
    background-size: 140px auto;
    background-position: 0% 50%;
  }

  .img-bottom {
    width: 600px;
  }
}

/* Large desktop styles (≥1200px) */
@media (min-width: 1200px) {
  .container-landing {
    width: 1100px;
  }
  .navbar-light .navbar-brand {
    font-size: 2rem;
  }

  /* images */
  .cell-layer {
    top: -170px;
  }
  #cells {
    background-size: 1600px auto;
  }

  #cell-piece {
    background-size: 200px auto;
    background-position: 0% 80%;
  }

  .img-bottom {
    width: 700px;
  }
}
