* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #251004;
  padding: 20px;
}

.Home a {
  text-decoration: none;
  color: inherit;
}

.Home {
  position: absolute;
  display: block;
  height: 70px;
  width: 332px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -166px;
}

.Home h1 {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}

.Home h1 span {
  color: rgba(255, 255, 255, 0.5);
}

.Home-triangles {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 42px;
  height: 56px;
}

.Home-triangles div {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-width: 44px;
  position: absolute;
}

.Home-triangles .Home-triangle-1 {
  left: 0;
  border-bottom-color: #8cc63f;
  z-index: 5;
}

.Home-triangles .Home-triangle-1-shadow {
  left: 5px;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  z-index: 4;
}

.Home-triangles .Home-triangle-2 {
  left: 10px;
  border-bottom-color: #81a336;
  z-index: 3;
}

.Home-triangles .Home-triangle-2-shadow {
  left: 15px;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.Home-triangles .Home-triangle-3 {
  left: 20px;
  border-bottom-color: #729632;
  z-index: 1;
}

.Home-nav {
  display: inline-block;
  margin-right: 4px;
}

.Home-nav a {
  display: inline-block;
  color: #FFF;
  position: relative;
}

.Home-nav a:first-child {
  top: 1px;
}