* {
  margin: 0;
  padding: 0;
}

body {
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #444;
}

h1 {
  font-family: 'Calligraffitti', cursive;
  font-size: 5.6rem;
  letter-spacing: .8rem;
  margin: 50px auto 0 auto;
  color: #66bfbf;
  line-height: 2;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #66bfbf;
}

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

a {
  color: #11999E;
}

hr {
  background-color: transparent;
  border-style: none;
  border-top-style: dotted;
  border-width: 5px;
  width: 8%;
  border-color: #eaf6f6;
  margin: 100px auto;
}

.swamp {
  width: 100%;
  max-width: 50%
}

.top-container, .middle-container {
  position: relative;
  padding-top: 100px;
}

.top-container {
  background: #f6f6f6;
}

.top-cloud {
  position: absolute;
  top: 50px;
  left: 600px;
}

.bottom-cloud {
  position: absolute;
  left: 200px;
  bottom: 350px;
}

.profile {
  width: 50%;
  margin: 0 auto;
  line-height: 2;
}

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

.shrek {
  width: 150px;
  height: 150px;
  margin-right: 30px;
  float: left;
  background: #1B7474;
  border-radius: 50%;
}

#lot1 {
  margin-top: 30px;
}

.friend {
  width: 150px;
  /* height: 150px; */
  margin-left: 30px;
  float: right;
  border-radius: 50%;
}

.contact-me {
  width: 50%;
  margin: 0 auto;
  line-height: 2;
}

.contact-me_cta {
  background: #66BFBF;
  background-image: -webkit-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -moz-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -ms-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -o-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -webkit-gradient(to bottom, #66BFBF, #1B7474);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 100;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  margin: 100px auto;
}

.contact-me_cta:hover {
  background: #1B7474;
  background-image: -webkit-linear-gradient(top, #1B7474, #66BFBF);
  background-image: -moz-linear-gradient(top, #1B7474, #66BFBF);
  background-image: -ms-linear-gradient(top, #1B7474, #66BFBF);
  background-image: -o-linear-gradient(top, #1B7474, #66BFBF);
  background-image: -webkit-gradient(to bottom, #1B7474, #66BFBF);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}

.bottom-container {
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
  background: #66BFBF;
  background-image: -webkit-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -moz-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -ms-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -o-linear-gradient(top, #66BFBF, #1B7474);
  background-image: -webkit-gradient(to bottom, #66BFBF, #1B7474);
}
.footer-link {
  color: #1B7474;
  margin: 0 20px;
}
.copy {
  color: #eaf6f6;
  margin-top: 20px;
}
