body {
  padding: 0;
  margin: 0;
  font-family: 'EarthboundRegular';
}

.root {
  position: absolute;
  width: 100%;
}

#logo {
  background-color: #2E8B57;
  margin-left: auto;
  margin-right: auto;
  height: 80%;
  width: 80%;
}

#logo_image {
  color: white;
  font-weight: 300;
  height: 25%;
}

#logo_text {
  color: white;
  height: 60%;
}


@media (min-height:400px) {
  #logo_text .primary {
    font-size: 2.5em;
    font-weight: 500;
    text-align: center;
  }

  #logo_text .secondary {
    font-size: 0.8em;
    font-weight: 300;
    text-align: center;
  }


  nav > div {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    height: 100%;
    padding-top: 0.5em;
  }

  nav > div > div {
    float: left;
    width: 33%;
    text-align: center;
  }

  nav a {
    text-decoration: none;
    font-weight: bold;
    color: white;
  }
}

@media (min-height:800px) {
  #logo_text .primary {
    font-size: 3.5em;
    font-weight: inherit;
  }

  #logo_text .secondary {
    font-size: 1.2em;
    font-weight: inherit;
  }

  nav > div {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    height: 100%;
    padding-top: 0.5em;
  }

  nav > div > div {
    float: left;
    width: 33%;
    text-align: center;
  }

  nav a {
    text-decoration: none;
    font-weight: bold;
    color: white;
  }
}

#header {
  top: 0%;
  height: 20%;
  background-color: #2E8B57;
}

nav {
  width: 100%;
  height:20%;
  background-color: black;
}

#about {
  background-color: #4682B4;
  top: 20%;
  height: 20%;
  padding-bottom: 3em;
  text-align: center;
}

#services {
  height: 40%;
  background-color: white;
  top: 40%;
  height: 50%
}

#contact {
  margin-bottom: 2em;
}

.root h1 {
  text-align: center;
}

.skill_icons div img {
  float:left;
  width: 10%;
  padding: 5px;
}

.skill_icons div img {
  margin-left: auto;
  margin-right: auto;
  transform: scale(0.8);
}

.column {
  float: left;
}

.column h2 {
  text-align: center;
}

.one {
  width:100%;
  margin-right:auto;
  margin-left:auto;
}

.two {
  width: 48%;
  margin-left:0.5%;
  margin-right:0.5%;
}

.centered_blurb {
  width: 80%;
  margin-left:auto;
  margin-right:auto;
}

.button {
  border: solid 4px;
  padding: 0.5em;
  width: 8em;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  color: black;
}

#contact a {
  text-decoration:none;
}
