/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/HelveticaLTStd-Light.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Light.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/* VARIABLES */
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Helvetica Neue LT Std', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1.2; }

h1,
.availability {
  font-size: 4rem;
  margin: 3rem 0;
  font-weight: normal; }

a {
  color: #000;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

header {
  width: 100%;
  margin: 0;
  font-size: 2.5rem; }
  header p {
    max-width: 900px;
    margin: 0 auto; }

main {
  max-width: 900px;
  margin: 0 auto; }
  main img {
    width: 100%; }

section {
  margin-bottom: 5rem; }

h2 {
  font-weight: normal;
  display: block;
  border-bottom: 1px solid; }

ul {
  margin-top: 2rem; }

.mt-1 {
  margin-top: 1rem; }

.column {
  display: flex;
  width: 100%; }
  .column img,
  .column video {
    object-fit: cover;
    height: 100%;
    width: 50%; }
  .column img {
    padding-right: 1rem; }

header,
main,
footer {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 2rem; }

.black-rectangle {
  margin-top: 5rem;
  width: 100%;
  height: 20rem;
  background: #000; }

footer {
  margin: 2rem auto 5rem;
  padding: 2rem; }
  footer a {
    color: #000;
    border-bottom: 0.1rem solid;
    display: block;
    text-decoration: none; }

@media screen and (min-width: 940px) {
  main h1,
  main p {
    padding: 0; } }

/*# sourceMappingURL=main.css.map */
