html {
  font-size: 42%;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 2rem;

  background-color: rgba(153, 205, 50, 0.305);

  color: #424242;
}

/* -------Utility -----------*/

.none {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: block;
  margin-left: -10000px;
  background: transparent;
  font-size: 0;
}

/* --------grid--------*/

.container {
  max-width: 144rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-wide {
  max-width: 153.6rem;
}

/*------------------media-----------*/

@media (max-width: 1100px) {
  .container {
    width: 100%;
  }
}
