@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,400i,500,600,700");
* {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}
@media (min-width: 1100px) {
  :root {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  :root {
    font-size: 20px;
  }
}

body header section {
  background-color: #438F8B;
  height: 100vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
body header section > .header-text {
  text-align: center;
}
body header section > .header-text h1 {
  font-weight: 300;
  font-size: 3rem;
}
body header section > .header-text h2 {
  font-weight: 200;
  font-size: 2.25rem;
}
body header section > .header-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin-top: 1.5rem;
}
body header section > .header-links > a {
  margin: 0 1rem;
  cursor: pointer;
}
body header section > .header-links > a:first-of-type {
  margin-left: 0;
}
body header section > .header-links > a:last-of-type {
  margin-right: 0;
}
body header section > .header-links > a > img {
  width: 18px;
}

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