/* saira-200 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/saira-v20-latin_latin-ext-200.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* saira-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/saira-v20-latin_latin-ext-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* saira-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/saira-v20-latin_latin-ext-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  margin: 0;
  padding: 0;
  background-color: #000000;
}
html body {
  font-family: Saira, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000000;
  background: linear-gradient(#000000, #434141);
  min-height: 100vh;
}
html body header {
  margin: 0 auto;
  background-image: url('images/stars2.jpg');
  background-position: center;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: calc(5% + 50px);
}
@supports (background-image: url('images/stars2.webp')) {
  html body header {
    background-image: url('images/stars2.webp');
  }
}
html body header div.space {
  aspect-ratio: 1/1;
  width: 80%;
  max-width: 400px;
}
html body header div.ship {
  margin: 0 auto 0 auto;
  width: 95%;
}
html body header div.ship img {
  width: 80%;
  max-width: 480px;
}
html body header div.logo {
  margin: 0 auto;
  width: 95%;
}
html body header div.logo img {
  width: 80%;
  max-width: 400px;
}
html body main {
  -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
  margin: 0 auto;
  margin-top: -50px;
  width: calc(95% - 32px);
  max-width: 1200px;
  border-radius: 16px;
  overflow: hidden;
  color: #434141;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  padding: 32px 16px;
}
html body main h1 {
  font-size: 32px;
  font-weight: 200;
  margin: 32px auto 32px auto;
}
html body main h1 + h4 {
  margin-top: 0;
  margin-bottom: 48px;
  font-style: italic;
  font-weight: 500;
}
html body main p {
  margin: 0 auto 16px auto;
}
html body main img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 16px auto;
  border-radius: 8px;
}
html body main h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 48px auto 24px auto;
}
html body main video {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 16px auto;
  border-radius: 8px;
}
html body main a.button {
  position: relative;
  appearance: none;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  border: 1px solid #bb4a3f;
  margin: 32px auto 32px auto;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  background-color: #bb4a3f;
}
html body main a.button:hover {
  color: #bb4a3f;
  background-color: white;
}
html body main a.button svg {
  fill: white;
  width: 28px;
  height: 28px;
  padding: 10px;
  left: 4px;
  top: 1px;
  position: absolute;
}
html body main nav {
  display: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-radius: 16px;
  background-color: red;
  top: 0;
  position: sticky;
  padding: 18px 0;
}
html body main nav ul {
  list-style-type: none;
  margin: 0;
}
html body main nav ul li {
  line-height: 42px;
}
html body main hr {
  border: none;
  height: 1px;
  background-color: #434141;
  opacity: 0.2;
  margin: 32px auto;
}
html body main h1,
html body main hr,
html body main p {
  max-width: 960px;
}
html body main blockquote {
  font-style: italic;
  margin: 0 auto 16px auto;
  padding: 16px;
  border-left: 4px solid #bb4a3f;
  background-color: #f8f8f8;
  border-radius: 8px;
  max-width: 960px;
}
html body main div.social span {
  font-size: 90%;
}
html body main div.social svg {
  width: 28px;
  height: 28px;
  fill: #434141;
  cursor: pointer;
  padding: 10px;
}
html body footer {
  font-size: 12px;
  color: #888;
  padding: 16px 0;
}
html body footer span {
  padding-left: 10px;
  padding-right: 10px;
}
html body footer a {
  color: #888;
  text-decoration: none;
}
html body footer a:hover {
  color: #bb4a3f;
}
