body {
  margin: 0;
  text-align: center;
  font-family: sans-serif;
  font-family: "Merriweather", serif;
  color: #40514e;
}

h1 {
  color: #e4c988;
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: "Sacramento", cursive;
}

h2 {
  color: #e4c988;
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 2;
}

hr {
  border: dotted #658864;
  border-bottom: none;
  width: 5%;
  margin: 100px auto;
}

a {
  color: #40514e;
  font-family: "Montserrat", sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: white;
}

.intro {
  width: 30%;
  margin: auto;
}

.skill-row {
  width: 50%;
  margin: 50px auto;
  text-align: left;
}

.bg {
  margin: 50px auto;
  width: 30%;
}
.top-container {
  background-color: #e1eedd;
  position: relative;
  padding-top: 100px;
}

.middle-container {
  margin: 100px 0;
}

.bottom-container {
  background-color: #e4c988;
  padding: 50px 0 20px;
}

.contact-msg {
  width: 40%;
  margin: 40px auto 60px;
}

.software-dev {
  width: 20%;

  float: left;
  margin-right: 30px;
}

.coding-dev {
  width: 20%;
  float: left;
  margin-right: 30px;
}

.top-icon {
  height: 70px;
  width: 70px;
  position: absolute;
  right: 300px;
  top: 50px;
}
.bottom-icon {
  height: 70px;
  width: 70px;
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.copyright {
  color: white;
  font-size: 0.75rem;
  padding: 20px 0;
}

.btn {
  background: #e4c988;
  background-image: -webkit-linear-gradient(top, #e4c988, #87703b);
  background-image: -moz-linear-gradient(top, #e4c988, #87703b);
  background-image: -ms-linear-gradient(top, #e4c988, #87703b);
  background-image: -o-linear-gradient(top, #e4c988, #87703b);
  background-image: linear-gradient(to bottom, #e4c988, #87703b);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: "montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #5f7c94;
  background-image: -webkit-linear-gradient(top, #5f7c94, #3498db);
  background-image: -moz-linear-gradient(top, #5f7c94, #3498db);
  background-image: -ms-linear-gradient(top, #5f7c94, #3498db);
  background-image: -o-linear-gradient(top, #5f7c94, #3498db);
  background-image: linear-gradient(to bottom, #5f7c94, #3498db);
  text-decoration: none;
}
