@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
body {
  min-height: 90vh;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: #fff;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden; }

main {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content {
  max-width: 90%;
  text-align: center;
  color: #b4e2f2;
  font-size: 1.4rem;
  font-weight: 300; }

h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ff7473;
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  padding: 0; }

h2 {
  margin: 1rem 0 3rem;
  padding: 0;
  text-transform: lowercase;
  font-size: 1.95rem;
  font-weight: 300; }

p {
  line-height: 2rem;
  margin: 0 0 1rem;
  padding: 0;
  color: #caebf6; }

@media (min-width: 768px) {
  .content {
    font-size: 1.6rem; }
  h1 {
    font-size: 6rem; }
  h2 {
    font-size: 3rem; } }

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