/* screen.css */
@font-face {
  font-family: "PT Sans Caption";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Caption"), local("PTSans-Caption"), url("../fonts/pt-sans-caption.woff") format("woff"); }
html, body {
  margin: 0;
  padding: 0; }

html.preview, .preview body {
  height: 100%; }

body {
  background: #101820;
  color: #dbe2e9;
  font-size: 62.5%; }

a img, a:visited img {
  border: none; }

#header {
  margin: 0 auto;
  padding: 18px 0;
  width: 100%;
  height: 63px;
  position: relative;
  background-image: linear-gradient(to right, transparent 1%, #00000a 50%, transparent 99%), url("../images/header-background-320w@3x.jpg");
  background-position: bottom left, 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% .625%, 100% 100%; }

.preview #header {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none !important; }

#header .logo {
  margin: 0 auto;
  padding: 0 !important;
  display: block;
  width: 249px !important;
  height: 63px !important;
  background-color: transparent !important; }

#header h1 {
  display: none; }

#header .description {
  display: none; }

.preview #header .coming-soon {
  margin: .75rem 0 0 0;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase; }

@media (min-width: 720px) and (min-height: 640px) {
  #header {
    padding: 24px 0;
    height: 84px;
    background-image: linear-gradient(to right, transparent 1%, #00000a 50%, transparent 99%), url("../images/header-background-768w@2x.jpg"); }

  #header .logo {
    width: 332px !important;
    height: 84px !important; } }
@media (min-width: 1000px) and (min-height: 720px) {
  #header {
    background-image: linear-gradient(to right, transparent 1%, #00000a 50%, transparent 99%), url("../images/header-background-1440w@2x.jpg"); } }
@media (min-width: 1200px) and (min-height: 800px) {
  #header {
    padding: 30px 0;
    height: 105px; }

  #header .logo {
    width: 415px !important;
    height: 105px !important; } }
