.position_menu {
  height: 240px;
  margin: 0 auto;
}

.logo {
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}

.logo a img {
  width: 200px;
  cursor: pointer;
}

.main_menu {
  list-style-type: none;
  padding: 0 10px 0 0;
  position: relative;
  display: flex;
  float: right;
  width: 75%;
  top: -70px;
}

.home, .health, .mood, .colours, .tricks, .sphere {
  display: inline-block;
  height: fit-content;
  margin: 0 0.5%;
  float: left;
  width: 24%;
}

.home a, .health a, .mood a, .colours a, .tricks a, .sphere a {
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid #cFcFcF;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  line-height: 2.25;
  font-size: 130%;
  cursor: pointer;
  display: block;
  height: 40px;
}

.home a:hover, .health a:hover, .mood a:hover, .colours a:hover, .tricks a:hover, .sphere a:hover,
.home a:active, .health a:active, .mood a:active, .colours a:active, .tricks a:active, .sphere a:active {
  color: rgba(0, 0, 0, 0.6);
}

.home {
  display: none;
}

@media screen and (min-width: 2501px) {
  .logo a img {
    width: 275px;
  }

  .main_menu {
    top: -100px;
  }

  .health a, .mood a, .colours a, .tricks a, .sphere a {
    height: 55px;
    font-size: 120% !important;
  }
}

@media screen and (max-width: 2500px) and (min-width: 2251px) {
  .logo a img {
    width: 275px;
  }

  .main_menu {
    top: -100px;
  }

  .health a, .mood a, .colours a, .tricks a, .sphere a {
    height: 55px;
    font-size: 120% !important;
  }
}

@media screen and (max-width: 2250px) and (min-width: 2001px) {
  .logo a img {
    width: 275px;
  }

  .main_menu {
    top: -100px;
  }

  .health a, .mood a, .colours a, .tricks a, .sphere a {
    height: 55px;
    font-size: 120% !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1081px) {
  .position_menu {
    width: calc(90%);
  }

  .logo a img {
    width: 175px;
  }

  .main_menu {
    top: -72.5px;
  }

  .health a, .mood a, .colours a, .tricks a, .sphere a {
    line-height: 2;
    height: 34px;
    font-size: 120%;
  }
}

@media screen and (max-width: 1080px) {
  .position_menu {
    width: calc(92.6%);
  }

  .logo {
    display: none;
  }

  .logo a img {
    display: none;
  }

  .main_menu {
    margin: 20px auto;
    width: 100%;
    float: none;
    top: 0;
  }

  .home a, .health a, .mood a, .colours a, .tricks a, .sphere a {
    line-height: 2;
    height: 35px;
    font-size: 120%;
  }

  .home {
    display: inline-block;
  }
}

@media screen and (max-width: 804px) and (min-width: 701px) {
  .home a, .health a, .mood a, .colours a, .tricks a, .sphere a {
    line-height: 2.1;
    height: 30px;
    font-size: 100% !important;
  }
}

@media screen and (max-width: 700px) {
  .position_menu {
    display: none;
  }
}
