
body {
  margin: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 1.8;
}

.pro {
  text-decoration: underline;
}

.descript {
  width: 30%;
  margin: auto;
}

.prof-pic {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
}

.skill-pic-left {
  width: 14rem;
  float: left;
  margin-right: 30px;
}

.skill-pic-right {
  width: 14rem;
  float: right;
  margin-left: 30px;
}

.skill-row {
  margin: 6.5rem auto 6.5rem auto;
  width: 50rem;
  text-align: left;
}

.top-container {
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
  font-size: 2.5rem;
}

.middle-container {
  margin: 4% 0 0 0
}

.bottom-container {
  background-color: #66BFBF;
  padding: 1.5rem 0 0.8rem;
}

.top-cloud {
  position: absolute;
  right: 30%;
  top: 5%;
}

.bottom-cloud {
  position: absolute;
  left: 30%;
  bottom: 8em;
}

.mountain {
  position: relative;
  bottom: -10px;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-icon {
  height: 3rem;
  margin: 1rem 1.5rem 0;
  border-radius: 50%;
}

.footer-cf {
  height: 3rem;
  margin: 1rem 1rem 0;
  border-radius: 1rem;
}

.footer-cf:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer-icon:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1 {
  font-size: 5.2rem;
  font-family: 'Courgette', cursive;
  margin: 0 auto 2% auto;
  color: #66BFBF;
}

.subhi {
  margin: 0 auto 4% auto;
  font-size: 2.6rem;
  color: #66BFBF;
  font-weight: normal;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

.contact-me {
  height: 16rem;
}

.contact-button {
  width: 13rem;
  height: 2.5rem;
  margin: 0 auto 1rem auto;
  background-color: #66BFBF;
  border-radius: 20px;
}

.btn {
  background: #11cdd4;
  background:  -webkit-gradient(top, #11cdd4, #11999e);
  background:  -o-linear-gradient(top, #11cdd4, #11999e);
  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;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20rem;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background:  -webkit-gradient(top, #30e3cb, #2bc4ad);
  background:  -o-linear-gradient(top, #30e3cb, #2bc4ad);
  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;
}

.contact-message {
  width: 40rem;
  margin: 1.6rem auto 3rem;
}

hr {
  border-top: 5px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-style: dotted;
  border-color: #D3D3D3;
  width: 6rem;
  margin: 5rem auto;
}

a {
  text-decoration: none;
}

.copyright {
  padding: 0.75rem 0;
  color: #EAF6F6;
  font-size: 0.8rem;
}
