@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(5rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

* {
  margin: 0;
  padding: 0; }

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

html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center; }

.header {
  height: 95vh;
  background-image: linear-gradient(to right bottom, rgba(127, 127, 127, 0.2), rgba(247, 247, 247, 0.1)), url(../img/t-jolle-z26.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  align-self: stretch; }
  .header h1 {
    font-style: italic;
    text-transform: uppercase;
    color: #0099cc; }
  .header__text-box {
    background-color: rgba(0, 0, 0, 0.6);
    width: 640px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    border: 2px solid rgba(247, 247, 247, 0.7);
    padding: 20px 25px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 75em) {
      .header__text-box {
        width: 500px; } }
    @media only screen and (max-width: 56.25em) {
      .header__text-box {
        width: 60%;
        max-width: 400px; } }
    @media only screen and (max-width: 37.5em) {
      .header__text-box {
        width: 60%;
        min-width: 225px; } }
  .header__logo-box > img {
    width: 300px;
    
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 75em) {
      .header__logo-box > img {
        width: 250px;
        bottom: 8%; } }
    @media only screen and (max-width: 37.5em) {
      .header__logo-box > img {
        width: 200px;
        bottom: 6%; } }

.heading-primary--main {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 3.5rem;
  animation: moveInLeft 1s ease-out; }
  @media only screen and (max-width: 75em) {
    .heading-primary--main {
      font-size: 3rem;
      letter-spacing: 0.8rem; } }
  @media only screen and (max-width: 56.25em) {
    .heading-primary--main {
      font-size: 2rem;
      letter-spacing: 0.6rem; } }

.heading-primary--sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  animation: moveInRight 1s ease-out;
  padding-top: 2rem; }
  @media only screen and (max-width: 75em) {
    .heading-primary--sub {
      font-size: 1.6rem;
      letter-spacing: 1rem; } }
  @media only screen and (max-width: 56.25em) {
    .heading-primary--sub {
      font-size: 1.3rem;
      letter-spacing: 0.6rem; } }

.main {
  min-height: 50rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .main div {
    background-color: #0099cc;
    width: 300px;
    margin: 10px;
    text-align: center; }

.contact {
  background-image: linear-gradient(to right bottom, rgba(247, 247, 247, 0.2), rgba(127, 127, 127, 0.9));
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #f7f7f7;
  padding: 5em 0; }
  @media only screen and (max-width: 75em) {
    .contact {
      padding: 3em 0; } }
  @media only screen and (max-width: 56.25em) {
    .contact {
      padding: 2em 0; } }
  .contact div {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    border: 2px solid rgba(247, 247, 247, 0.7);
    padding: 20px 25px;
    width: 500px;
    margin: 10px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 75em) {
      .contact div {
        max-width: 350px; } }
    @media only screen and (max-width: 56.25em) {
      .contact div {
        min-width: 300px;
        margin-bottom: 3em; } }
  .contact h2 {
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1.3rem; }
    @media only screen and (max-width: 56.25em) {
      .contact h2 {
        font-size: 1.6rem;
        letter-spacing: 1rem; } }
  .contact h3 {
    display: block;
    font-size: 3rem;
    letter-spacing: 0.7rem;
    color: #0099cc; }
    @media only screen and (max-width: 75em) {
      .contact h3 {
        font-size: 2.5rem;
        letter-spacing: 0.6rem; } }
    @media only screen and (max-width: 56.25em) {
      .contact h3 {
        font-size: 2rem;
        letter-spacing: 0.5rem; } }

.gmap {
  width: 800px;
  border-radius: 15px;
  border: 2px solid rgba(247, 247, 247, 0.7);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  margin-left: 30px; }
  @media only screen and (max-width: 75em) {
    .gmap {
      max-width: 550px;
      margin-left: 5px; } }
  @media only screen and (max-width: 56.25em) {
    .gmap {
      width: 100%;
      margin-left: 0; } }
