@media screen and (max-width: 1543px) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 63px;
  }

  h1 span.heading-text-1 {
    color: #0b05b0;
    font-size: 36px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].nav-bar {
    margin-top: 65px;
  }

  div.responsive-picture.logo {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
	 /* Text Elements */

  h1.heading-1 {
    margin-top: 63px;
  }

  h1 span.heading-text-1 {
    color: #0b05b0;
    font-size: 24px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].nav-bar {
    margin-top: 65px;
  }

  div.responsive-picture.logo {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 768px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].nav-bar {
    margin-top: 25px;
  }
}

@media screen and (max-width: 720px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}