.big-text {
  margin-top: 3.5em;
  align-items: flex-end;
}

* {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}

section {
  display: flex;
  flex-direction: column;
}
section .text {
  margin-bottom: 1.75em;
  font-size: 1.35em;
}
section .text a {
  text-decoration: none;
  color: white;
}
section .call {
  margin-left: 15em;
}
section .follow {
  margin-left: 20em;
}
section .mail {
  margin-left: 12em;
}
section .last {
  margin-left: 14em;
}

footer {
  margin: 0 0 0 0;
  height: auto;
}

::-webkit-scrollbar {
  display: none;
}

/* Desktop, large size */
/* Desktop, medium size */
/* Desktop, small size */
/* Tablet portrait/landscape */
@media only screen and (max-width: 1024px) {
  .big-text {
    height: auto;
    margin-top: 2.5em;
  }
}
/* Tablet portrait */
/* Tablet landscape */
/* Small tablet */
@media only screen and (max-width: 767px) {
  section .text {
    margin-bottom: 1.75em;
    font-size: 1.2em;
  }
  section .call {
    margin-left: 3em;
  }
  section .follow {
    margin-left: 8em;
  }
  section .mail {
    margin-left: 0;
  }
  section .last {
    margin-left: 2em;
  }
}
/* Phone */
/* Phone landscape */
/* Phone portrait */
/* Small height */
@media only screen and (max-width: 480px) {
  section {
    word-break: break-word;
  }
  section .text {
    margin-bottom: 1.5em;
    font-size: 1em;
  }
  section .call {
    margin-left: 0;
  }
  section .follow {
    margin-left: 0;
  }
  section .mail {
    margin-left: 0;
  }
  section .last {
    margin-left: 0;
  }
}
/* Small phone */
@media only screen and (max-width: 400px) {
  .big-text {
    margin: 1.6em 0 0 0;
  }
}
/* Extra Small phone */
