/*==========  Desktop First Method  ========== */
@media only screen and (max-width: 1920px) {
  .logo img {
    margin-top: 8%; }

  .heading h1 {
    margin-top: 4%;
    font-size: 130px; }
  .heading h2 {
    font-size: 30px; }

  .mouse {
    margin-top: 10%; } }
@media only screen and (max-width: 1600px) {
  .logo img {
    margin-top: 6%; }

  .heading h1 {
    margin-top: 4%;
    font-size: 130px; }
  .heading h2 {
    font-size: 30px; }

  .mouse {
    margin-top: 8%; } }
@media only screen and (max-width: 1366px) {
  .logo img {
    margin-top: 2%; }

  .heading h1 {
    margin-top: 2%;
    font-size: 100px; }
  .heading h2 {
    font-size: 23px; }

  .mouse {
    margin-top: 5%; } }
@media only screen and (max-width: 1280px) and (max-height: 1024px) {
  .logo img {
    margin-top: 8%; } }
@media only screen and (max-width: 1024px) and (max-height: 1366px) {
  .man-page {
    height: 700px; } }
@media only screen and (max-width: 1366px) and (max-height: 1024px) {
  .logo img {
    margin-top: 14%; } }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
  .logo img {
    margin-top: 8%; }

  .mouse {
    margin-top: 9%; } }
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .man-page {
    height: 700px; }

  .logo img {
    margin-top: 10%; }

  .heading h1 {
    margin-top: 2%;
    font-size: 80px; }
  .heading h2 {
    font-size: 23px; }

  .mouse {
    margin-top: 9%; } }
@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .man-page {
    height: 100vh; }

  .logo img {
    margin-top: 10%; } }
@media only screen and (max-width: 1366px) and (max-height: 768px) {
  .logo img {
    margin-top: 2%; }

  .heading h1 {
    margin-top: 2%;
    font-size: 100px; }
  .heading h2 {
    font-size: 23px; }

  .mouse {
    margin-top: 5%; } }
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .heading h1 {
    margin-top: 2%;
    font-size: 80px; }
  .heading h2 {
    font-size: 23px; } }
@media only screen and (max-width: 768px) {
  .heading h1 {
    margin-top: 5%;
    font-size: 60px; }
  .heading h2 {
    font-size: 18px; }

  .mouse {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -17.5px; }

  .page {
    padding: 45px 40px; }

  .last {
    margin-top: 30px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 550px) {
  .logo img {
    margin-top: 10%; }

  .heading h1 {
    margin-top: 2%;
    font-size: 50px; }
  .heading h2 {
    font-size: 18px; }

  .mouse {
    display: none; }

  .page {
    padding: 45px 30px;
    line-height: 25px; } }
@media only screen and (max-width: 500px) {
  nav {
    padding-top: 27px; }
    nav ul li {
      display: inherit;
      margin: 8px 0; }

  .logo img {
    margin-top: 0;
    width: 80px; }

  .heading h2 {
    font-size: 16px; } }
@media only screen and (max-width: 420px) {
  .heading h1 {
    font-size: 40px;
    margin-top: 10%; }
  .heading h2 {
    font-size: 14px; }

  .page {
    padding: 35px 20px; }
    .page h1 {
      line-height: 35px;
      margin-top: -10px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* */ }
@media only screen and (max-width: 360px) {
  .heading h1 {
    font-size: 30px; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /* */ }
/*==========  Mobile First Method  ========== */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /* */ }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /* */ }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* */ }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* */ }
/* Large Devices, Wide Screens */
