html{
  height: 100%;
}
body{
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: grey;
}
h1{
  color: #66BFBF;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
}
h2{
  color: #66BFBF;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  font-size: 1.8rem;
}
h3{
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}
a{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}
a:hover{
  color: #EAF6F6;
}
hr{
  border-style: dotted none none none;
  border-top-width: 10px;
  width: 10%;
  border-color: #EAF6F6;
  margin: 100px auto;
}

.top-container{
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
}
.top-cloud{
  position: absolute;
  right: 300px;
  top: 50px;
}
.bottom-cloud{
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.middle-container{

}
.profile{
  margin-top: 50px;
}
.profile-desc{
  width: 400px;
  margin: auto;
  line-height: 2;
}
.profile-picture{
  width: 15%;
  margin: 15px;
}
.skills{
}
.skill-row{
  width: 50%;
  margin: 100px auto;
  text-align: left;
  line-height: 2;
}
.skill-logo-programming{
  width: 25%;
  margin-right: 30px;;
  float: left;
}
.skill-logo-mma{
  width: 25%;
  margin-left: 30px;
  float: right;
}
.contact-me{
  margin: 50px auto;
}
.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;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  line-height: 8;
}
.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;
}

.bottom-container{
  background-color: #66BFBF;
  padding-top: 50px;
}
.footer-link{
  margin: 100px;
  color: #11999E;
  font-weight: bold;
  text-decoration: none;
}
.copyright{
  line-height: 100px;
  color: #EAF6F6;
}
