
body{
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;

}
.subtitle{
  font-size: 1.8rem;
  font-weight: normal;
}
p{
  line-height: 2;
}

hr{
  width:4%;
border-color: #EAF6F6;
  border-style: dotted none none none;
  border-width: 6px 0 0 0;
margin:100px auto 100px auto;
}


h1{
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;

}
h2{
  font-size: 2.5rem;
  font-weight:bold;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;

}
h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}
a{
  color: #11999E;
  text-decoration: none;
}
a:hover{
  color: #EAF6F6;
}
.pro{
  text-decoration: underline;
}
.skill-heading{
  position: relative;

  bottom: 0;
}

.bottom-cloud{
  position: absolute;
}
.top-cloud{
  position: relative;
  left:200px;
  top:20px;
}

.top-container{
background-color: #e0ebe8;
margin: 0;
padding: 100px auto 0 auto;


}

.mountain-img{
  position: relative;
  left:auto;
  right:auto;
  top:0;
}
.middle-container{
}

.skill-row{
  width: 50%;
  text-align: left;
  margin:50px auto 100px auto;
  padding-top: 50px;
  height: auto;

}
.profile{
  text-align: center;
  width: 50%;
  margin:0 auto 0 auto;

}
.profile-pic{
  width: 150px;
  margin:100px auto 0 auto;
  border-style: solid;
  border-radius: 50%;
}
.skills-logo{
    width: 20%;
    border-style: solid;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-top: 28px;
}

.sweet-skill{
  border-radius: 50%;
  width: 20%;
  height: 20%;
  border-style: solid;
  float: right;
  margin-top: 28px;

}
.endup-desc{
  margin-bottom: 70px;
}

.bottom-container{
  margin: 100px auto 50px auto;
  background-color: #66BFBF;
  height: 150px;
padding-top: 50px;

}
.copyright{
  color: #EAF6F6;
  margin-top: 55px;
}
.footer-link{
  margin: 0 40px 0 40px;
}


.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: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin:150px auto 70px auto;
}

.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;
}
