body {
  color: #40514e;
  margin: 0;
  text-align: center;
  font-family: "Merriweather", serif;
}
h1 {
  margin: 50px auto 0 auto;
  font-family: "Sacramento", cursive;
  font-size: 5.625rem;
  color: #66bfbf;
}
h2 {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  color: #66bfbf;
  font-weight: normal;
  padding-bottom: 10px;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
}
a {
  color: #11999e;
  font-family: "Montserrat", sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover {
  color: #eaf6f6;
}
hr {
  border: dotted #d8d8d8 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}
p {
  line-height: 2;
}

/* HEADER */
.top-container {
  background: #eaf6f6;
  position: relative;
  padding-top: 100px;
}
.pro {
  text-decoration: underline;
}
.top-cloud {
  position: absolute;
  right: 300px;
  top: 40px;
}
.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}

/* MID-SECTION */
.middle-container {
  margin: 100px 0;
}

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

.frontend {
  width: 25%;
  float: left;
  margin-right: 30px;
}
.backend {
  width: 25%;
  float: right;
  margin-left: 30px;
}
.contact-me-msg {
  width: 40%;
  margin: 40px auto 60px;
}
.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -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: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
/* FOOTER */
.bottom-container {
  background-color: #66bfbf;
  padding: 50px 0 20px;
}
.copyright {
  color: #eaf6f6;
  font-size: 0.75rem;
  padding: 20px 0;
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 30px;
  }
  hr {
    border: dotted #d8d8d8 7px;
    border-bottom: none;
    width: 9%;
    margin: 80px auto;
  }

  .mountain {
    height: 200px;
    width: 325px;
    margin-top: 10px;
  }
  .top-cloud {
    height: 40px;
    width: 100px;
    position: absolute;
    left: 60px;
    top: 50px;
  }
  .bottom-cloud {
    height: 40px;
    width: 100px;
    position: absolute;
    left: 230px;
    bottom: 180px;
  }

  .intro {
    width: 85%;
    margin: 0 auto;
    text-align: justify;
  }
  .skill-row {
    width: 85%;
    margin: 100px auto;
    text-align: justify;
  }
  .skill-row.second {
    width: 85%;
    margin: 100px auto;
    text-align: justify;
  }
  .frontend {
    width: 20%;
    float: left;
    margin-right: 30px;
  }
  .backend {
    width: 20%;
    float: right;
    margin-left: 30px;
  }
  .contact-me-msg {
    text-align: justify;
    width: 85%;
    margin: 40px auto 60px;
  }
}
