
html{ height:100%;
}

body {
  background-color: #1e1d28;
  padding-left: 10%;
  padding-right: 10%;
  min-height:100%; position:relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

nav {
  position: fixed;
  right: 0;
  top: 0;
  float: right;
  padding-right: 2em;
  padding-top: 1.2em;
}

footer {
  position:absolute;
  width:100%;
  height:100px;
  padding-top: 48px;
}

li {
  display: block;
  text-transform: uppercase;
  color: #eae9e8;
  font-size: 1em;
  text-align: left;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  padding: 1em;
  letter-spacing: .2em;
  cursor: pointer;
}

li:hover {
  color: #57fff2;
  transition: .6s;
  text-shadow:
    0 1px 4px #57fff2;
}

li a.active {
  color: #57fff2;
  text-shadow:
  0 1px 4px #57fff2;
}

#logo {
  height: 180px;
  position: absolute;
  padding-top: 96px;
}

#logo:hover {
  transition: .25s;
  opacity: .5;
}

a {
    text-decoration: none;
    color: inherit;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

a.button {
    cursor: pointer;
    display: inline-block;
    background-color: #1e1d28;
    color: #57fff2;
    border: 2px solid #57fff2;
    border-radius: 6px;
    font-size: 1em;
    padding: 1em;
}

a.button:hover {
    cursor: pointer;
    display: inline-block;
    background-color: #57fff2;
    color: #1e1d28;
    border: 2px solid #1e1d28;
    border-radius: 4px;
    font-size: 1em;
    padding: 1em;
    transition: .3s;
    border-radius: 6px;
}

h1 {
  color: #57fff2;
  font-size: 3.4em;
  text-align: left;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  width: 14em;
  padding-top: 320px;
  line-height: 1.2em;
}

h2 {
  color: #57fff2;
  font-size: 2em;
  text-align: left;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  width: 14em;
  padding-top: 400px;
}

h3 {
  color: #eae9e8;
  font-size: 1.6em;
  text-align: left;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  width: 14em;
}

p {
  color: #eae9e8;
  text-align: left;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  width: 22em;
  padding-bottom: 20px;
  font-weight: 200;
}

img.homepage {
  position: absolute;
  height: 100%;
  right: -640px;
  top: -36px;
  z-index: -1;
  opacity: .4;
}

@media screen and (max-width: 1440px) {
  img.homepage {
    position: absolute;
    height: 100%;
    right: -600px;
    top: -36px;
    z-index: -1;
    opacity: .4;
  }
}

@media screen and (max-width: 1080px) {
  img.homepage {
    position: absolute;
    height: 100%;
    right: -700px;
    top: -36px;
    z-index: -1;
    opacity: .25;
  }
}

@media screen and (max-width: 825px) {
  h1 {
    width: 11em;
    font-size: 2.5em;
    padding-top: 315px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 1080px) {
  img.homepage {
    position: absolute;
    height: 100%;
    right: -888px;
    top: -20px;
    z-index: -1;
    opacity: .16;
  }
}

@media screen and (max-width: 600px) {
  p {
    width: 18em;
  }

  #logo {
    height: 180px;
    position: absolute;
    padding-top: 120px;
  }

  h1 {
    width: 11em;
    font-size: 2.1em;
    padding-top: 320px;
  }
}

@media screen and (max-width: 400px) {
  h1 {
    width: 11em;
    font-size: 1.8em;
    padding-top: 320px;
  }

  p {
    width: 16em;
  }
}
