@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
}

html {
  color: #0c0c0c;
  font-family: 'Anton', sans-serif;
  background-color: #fafafa;
  scroll-behavior: smooth;
}

.negative {
  color: #fafafa;
  background-color: #0c0c0c;
}

body,
body > main {
  background-color: inherit;
}

body > main {
  margin-bottom: 10em;
  background-color: inherit;
}

.title-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.25)), url('/ritornano.jpg');
  background-image: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.25)), image-set(url('/ritornano.jpg') 1x);
  background-image: linear-gradient(rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.25)), -webkit-image-set(url('/ritornano.jpg') 1x);
  background-position: 65% 25%;
}

header.full {
  position: relative;
  height: 100vh;
  padding: 0 1rem;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: inherit;
  color: #fafafa;
}

header.full > * {
  position: relative;
  max-width: 100%;
}

header.full h1 {
  font-weight: 300;
  font-size: 12em;
  margin: 1rem;
}

header.full strong {
  font-weight: normal;
  font-size: 6em;
  margin: 1rem;
}

span.red {
    color: #910000;
}

@media (max-height: 30em), (max-width: 87.5em) and (max-height: 30em), (max-width: 50em) and (max-height: 50em), (max-width: 27.5em) {

  header.full h1 {
    font-size: 6em;
  }

  header.full strong {
    font-size: 3em;
  }
}

body.ios header.full {
  background-attachment: scroll !important;
}
