/*****GRIDLOVER***********/
/* line 2, ../sass/modules/_typography.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
  margin: 0 auto;
}

/* line 10, ../sass/modules/_typography.scss */
h1 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 76px;
  line-height: 81px;
  margin-top: 27px;
  margin-bottom: 0px;
}

/* line 19, ../sass/modules/_typography.scss */
h2 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 47px;
  line-height: 54px;
  margin-top: 27px;
  margin-bottom: 27px;
}

/* line 28, ../sass/modules/_typography.scss */
h3 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 29px;
  line-height: 54px;
  margin-top: 27px;
  margin-bottom: 0px;
}

/* line 37, ../sass/modules/_typography.scss */
h4 {
  font-family: inherit;
  font-weight: 600;
  font-style: inherit;
  font-size: 18px;
  line-height: 27px;
  margin-top: 27px;
  margin-bottom: 0px;
}

/* line 46, ../sass/modules/_typography.scss */
h5 {
  font-family: inherit;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 27px;
  margin-top: 27px;
  margin-bottom: 0px;
}

/* line 55, ../sass/modules/_typography.scss */
p, ul, ol, pre, table, blockquote {
  margin-top: 0px;
  margin-bottom: 27px;
}

/* line 59, ../sass/modules/_typography.scss */
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 63, ../sass/modules/_typography.scss */
hr {
  border: 1px solid;
  margin: -1px 0;
}

/* line 67, ../sass/modules/_typography.scss */
b, strong, em, small, code {
  line-height: 1;
}

/* line 70, ../sass/modules/_typography.scss */
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 76, ../sass/modules/_typography.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../sass/modules/_typography.scss */
a {
  color: #268ED9;
}

@font-face {
  font-family: "Ailerons";
  src: url("../type/ailerons.ttf");
}
@font-face {
  font-family: "Moon Light";
  src: url("../type/moon-light.otf");
}
@font-face {
  font-family: "Moon Bold";
  src: url("../type/moon-bold.otf");
}
/* line 97, ../sass/modules/_typography.scss */
#landing-text {
  font-family: "Ailerons";
}

/* line 100, ../sass/modules/_typography.scss */
.contact {
  font-family: "Moon Light";
}

/* line 103, ../sass/modules/_typography.scss */
a {
  text-decoration: none;
}

/* line 1, ../sass/layouts/_1.shared.scss */
body, html {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/layouts/_1.shared.scss */
.landing {
  height: 100vh;
  x-overflow: hidden;
  background: url("../img/personal.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
}

/* line 13, ../sass/layouts/_1.shared.scss */
#landing-text {
  color: white;
  text-align: center;
  position: absolute;
  bottom: 32%;
  left: 0;
  width: 100%;
}

/* line 21, ../sass/layouts/_1.shared.scss */
.contact {
  color: white;
  float: right;
  text-align: center;
  position: absolute;
  bottom: 2.5%;
  width: 100%;
}
/* line 28, ../sass/layouts/_1.shared.scss */
.contact a {
  color: white;
}
/* line 31, ../sass/layouts/_1.shared.scss */
.contact p {
  margin: 0;
}
