html,
body {
  height: 100%;
  color: white;
  font-family: 'Quicksand', sans-serif;
}

@font-face {
  font-family: 'Frente';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FrenteH1-Regular.otf") format("opentype");
}

@media only screen and (max-width: 1120px) {
  header {
    height: 65%;
  }

  .row {
    height: 35%;
    flex-direction: column;
    padding: 0 !important;
  }

  .contact-block {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 1120px) {
  header {
    height: 75%;
  }
  
  .row {
    height: 25%;
    flex-direction: row;
    padding: 0 100px;
  }

  .contact-block {
    margin: 0;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.1em;
    margin: 40px 0 40px 0;
  }

  i {
    font-size: 1.2em;
  }

  span, .link {
    margin-left: 10px;
    font-size: 1.2em;
    color: white;
  }

  .contact-block {
    padding: 15px;
  }
}

@media only screen and (min-width: 640px) {
  h1 {
    font-size: 1.5em;
    margin: 10px 0 40px 0;
  }

  i {
    font-size: 2em;
  }

  span, .link {
    margin-left: 10px;
    font-size: 1.5em;
    color: white;
  }
}

header {
  text-align: center;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

img {
  width: 80%;
  max-width: 900px;
}

h1 {
  top: auto;
  bottom: 30px;
  font-weight: 400;
}

.row {
  display: flex;
  justify-content: space-between;
  background: rgb(251, 181, 95);
  background: linear-gradient(
    90deg,
    rgba(251, 181, 95, 1) 0%,
    rgba(236, 142, 34, 1) 100%
  );
}

.contact-block {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-block {
  position: fixed;
  margin-left: 35px;
  margin-top: 35px;
  transform: rotate(-15deg);
  display: flex;
  align-items: center;
  max-height: 160px;
}

@media only screen and (max-width: 420px) {
  .social-block-title {
    font-size: 2.5em;
  }

  a {
    font-size: 1.5em;
    color: white;
    text-decoration: none;
  }
}

@media only screen and (min-width: 420px) {
  .social-block-title {
    font-size: 3.5em;
  }

  a {
    font-size: 1.5em;
    color: white;
    text-decoration: none;
  }
}

.social-block-title {
  font-family: 'Frente', sans-serif;
}

.social-block-links {
  padding: 0 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.social-block-arrow {
  width: 45px;
}
