body {
  margin: 0;
  text-align: center;
  font-family: "Hind", serif;
  font-size: 120%;
}

h1 {
  margin: 25px auto 0 auto;
  font-family: "Sacramento", cursive;
  font-size: 5.625rem;
  color: #54BAB9;
}

h2 {
  font-family: "Hind", serif;
  font-size: 2.2rem;
  color: #54BAB9;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: -5px;
  padding-top: 20px;
  padding-bottom: -10px;

}

h3 {
  font-family: "Hind", serif;
  font-size: 1.5rem;
  color: #11999E;

}

hr {
  border: dotted #D1D1D1 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

p {
  line-height: 2;
}

a {
  color: #AEFEFF;
  font-family: "Hind", serif;
  margin: 10px auto 10px 20px;
  text-decoration: none;

}

a:hover {
  color: #35858B;
}

.experience {
  font-family: "Hind", serif;
  font-size: 100%;
  color: #54BAB9;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: underline;

}


.top-container {
  background-color: #F7ECDE;
  height: auto;
  padding-top: 30px;
}

/* Resize images */
.middle-container img {
    width: 15%;
    height: auto;
    padding-top: 20px;
}

.middle-container {
  padding: 30px 0 30px 0;
}

.bottom-container {
  padding: 30px 0 30px 0;
  margin-bottom: 10px;
  margin-top: 20px;
  background-color: #54BAB9;

}



.profile {
  padding-top: 60px;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.bottom-cloud {
  position: absolute;
  margin-left: -70px;
}

.top-cloud {
  position: relative;
  margin-top: 40px;
  margin-left: 450px;
}

.mountain-image {
  position: absolute;
  margin-top: 520px;
  padding-top: 520px;
}

.code-giphy {
  width: 50%;
  height: auto;
  float: left;
  margin-right: 30px;

}

.problem-solve {
  width: 35%;
  height: auto;
  float: right;


}


.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;


}

.contact-me {
  padding-top: 20px;
  padding-bottom: 50px;
}


.btn {
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  font-family: "Hind";
  color: #ffffff;
  font-size: 18px;
  background: #54BAB9;
  padding: 10px 20px 10px 20px;
  border: solid #00b5b2 2px;
  text-decoration: none;
  margin: auto;

}

.btn:hover {
  background: #000000;
  text-decoration: none;
  border: none;
  color: #ffffff
}

.btn1 {
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  font-family: "Hind";
  color: #ffffff;
  font-size: 18px;
  background: #54BAB9;
  padding: 10px 20px 10px 20px;
  border: solid #00b5b2 2px;
  text-decoration: none;
  margin-left: 225px;
  margin-top: 30px;
  position: absolute;
}

.btn1:hover {
  background: #865439;
  text-decoration: none;
  border: none;
  color: #ffffff
}

.copyright {
  color: #FFFFFF;
  font-size: 0.75rem;
}
