body {
  font-family: 'Rubik', sans-serif;
  text-shadow: none; }

h2 {
  margin: 0;
  line-height: 1.2;
  color: #fff;
  hyphens: auto;
  font-size: 26px;
  margin-bottom: 2rem; }
  @media (min-width: 640px) {
    h2 {
      font-size: 36px; } }

@media (min-width: 640px) {
  p {
    font-size: 20px; } }

a {
  color: #00B189; }

.c-link {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 12px; }

.c-header {
  background-color: #413733;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
  text-align: center;
  height: 100vh; }

.c-header__inner {
  max-width: 90vw;
  padding: 15px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    .c-header__inner {
      max-width: 420px; } }

.c-header__body {
  color: #fff; }
  .c-header__body h2 {
    font-size: 76px; }
  .c-header__body p {
    font-size: 42px; }
  @media (min-width: 1000px) {
    .c-header__body h2 {
      font-size: 36px; }
    .c-header__body p {
      font-size: 20px; } }

.c-header__button {
  align-self: flex-start; }
  .c-header__button a {
    font-size: 50px;
    white-space: nowrap;
    border-radius: 4px; }
    @media (min-width: 1000px) {
      .c-header__button a {
        font-size: 22px; } }

.c-button {
  border-radius: 0;
  color: #f1f1f1;
  display: inline-block;
  padding: 0.7em 1em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  background-color: #00B189;
  border: 0; }
  .c-button:hover {
    background-color: #098165; }

.c-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  padding: 75px 30px; }
  @media (min-width: 48rem) {
    .c-section {
      padding: 150px 30px; } }
  .c-section h2 {
    max-width: 501px;
    width: 100%; }
  .c-section .paragraph {
    max-width: 356px;
    margin-bottom: 4px; }
  .c-section .paragraph--small {
    color: #D1D1D1; }
  .c-section a {
    color: #FFF;
    text-decoration: none; }
  .c-section .author {
    display: block;
    margin: 18px 0 30px; }
    @media (min-width: 48rem) {
      .c-section .author {
        margin: 18px 0 68px; } }
  .c-section .quote {
    margin: 1.1em 0;
    max-width: 470px; }
  .c-section .getintouch {
    margin: 4.5em 0 0em; }
    @media (min-width: 48rem) {
      .c-section .getintouch {
        margin: 2.4em 0 0em; } }

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

.container {
  padding: 0 30px; }

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.u-primary:visited, .u-primary {
  color: #00B189; }

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