/* Big tablet to 1200px ( widths smaller than the 1140px row) */
@media only screen and (max-width: 4000px) {
  .h1 {
    /* background-color: rgba(255, 255, 255, 0.5); */
    /* color: rgb(255, 255, 255); */
    /* font-weight: 400;
    font-size: 120%;
    padding: 1px;
    margin: 0;
    display: inline;
    float: left;
    list-style: none;
    margin-top: 220px;
    margin-left: 440px;
    position: fixed; */
    top: 0;
    left: 0;
    letter-spacing: 1px;
  }
}

/* Small tablets to big tablets: from 768 to 1023px */
@media only screen and (max-width: 1150px) {
  /* .Info {
    display: inline-block;
    width: 220px;
    padding: 0px;
    border: 1px solid gray;
    margin: 0px;
    float: right;
    position: absolute;
    top: 250px;
    right: 45px;
    text-align: center;
    font-size: 90%;
    font-weight: 400;
  } */
}

/* Small phones to small tablets: from 481 to 1000px */
@media only screen and (max-width: 1000px) {
}

/* Small phones to small tablets: from 481 to 900px */
@media only screen and (max-width: 900px) {
  .nav {
    float: right;
    list-style: none;
    margin-top: 170px;
    margin-right: 70px;
    position: fixed;
  }

  .nav li {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .nav li: a:link,
    .nav li: a:visited {
    display: block;
    border: 0;
  }
  .h1 {
    /* margin-left: 10px; */
    /* margin-right: 200px; */
  }
  .healthImage {
    display: none;
  }
}

/* Small phones to small tablets: from 481 to 767px */
@media only screen and (max-width: 800px) {
  .nav {
    float: right;
    list-style: none;
    margin-top: 150px;
    margin-right: 40px;
    position: fixed;
  }

  .mobile-nav-icon {
    display: inline-block;
  }
}

/* Small phones: from 0 to 480px */
@media only screen and (max-width: 500px) {
  .nav {
    font-size: 70%;
    float: right;
    list-style: none;
    margin-top: 80px;
    margin-right: 10px;
    position: fixed;
  }
  .paragraphs {
    margin-left: 10px;
    margin-right: 90px;
  }

  .h1 {
    font-size: 40%;
    margin: 0;
    display: inline;
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 0px;
  }
  .h2 {
    font-size: 30%;
    margin: 0;
    display: inline;
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 0px;
  }
  ul.Services {
    font-weight: 400;
    list-style-type: circle;
    font-size: 80%;
    margin: 0;
    display: inline;
    margin-top: -200px;
    /* margin-bottom: 2px; */
    margin-right: 0px;
    margin-left: 30px;
    top: 0;
    left: 0;
    letter-spacing: 0px;
  }
  li.star::before {
    left: -5px;
  }
}
