nav.navbar ul li {
  font-size: 0.8rem;
}

p {
}

h1,
.h1 {
  font-size: 2rem;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 1.8rem;
  line-height: 1.2;
}

h3,
.h3 {
  /* font-size: 1.6rem; */
}

h4,
.h4 {
  /* font-size: 1.2rem; */
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/*Between normal and small */
.intermediate {
  font-size: 90%;
  font-weight: 400;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  p {
  }

  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  h2,
  .h2 {
  }

  h3,
  .h3 {
  }

  h4,
  .h4 {
  }

  h5,
  .h5 {
  }

  h6,
  .h6 {
  }

  .display-1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  p {
  }

  h1,
  .h1 {
  }

  h2,
  .h2 {
  }

  h3,
  .h3 {
  }

  h4,
  .h4 {
  }

  h5,
  .h5 {
  }

  h6,
  .h6 {
  }

  .display-1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  nav.navbar ul li {
    font-size: 0.7rem;
  }

  p {
  }

  h1,
  .h1 {
  }

  h2,
  .h2 {
  }

  h3,
  .h3 {
  }

  h4,
  .h4 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
  }

  h5,
  .h5 {
  }

  h6,
  .h6 {
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  p {
  }

  h1,
  .h1 {
  }

  h2,
  .h2 {
  }

  h3,
  .h3 {
  }

  h5,
  .h5 {
  }

  h6,
  .h6 {
  }

  .display-1 {
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1440px) {
  nav.navbar ul li {
    font-size: 0.8rem;
  }

  p {
  }

  h1,
  .h1 {
  }

  h2,
  .h2 {
  }

  h3,
  .h3 {
  }

  h5,
  .h5 {
  }

  h6,
  .h6 {
  }

  .display-1 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .display-4 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
  p {
  }

  h1,
  .h1 {
    font-size: 70px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h5,
  .h5 {
  }

  h6,
  .h6 {
  }
}
