body {
  margin: 0;
  text-align: center;
  font-family: verdana, sans-serif;
  font-family: 'Merriweather', serif;
  color: #000000;
}

h1 {
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;
  color:#D3DEDC;
  line-height: 2;
}


h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color:#4B6587;
  font-weight: normal;
  padding-bottom: 20px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #7C99AC;
}

a {
  color: #4B6587;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6
}

hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 5%;
  margin: 100px auto;
}

p {
  line-height: 2;
}

.footer-link{
  margin: 10px 20px;
}

.top-container {
  background-color: #7C99AC;
  position: relative;
  padding-top: 100px; 
}

.middle-container {
  background-color: #D3DEDC;
  line-height: 2;
  padding: 100px 0;
}

.bottom-container {
  background-color: #7C99AC;
  padding: 50px 0 20px;
  line-height: 2;
}

.skill-row {
  margin: 100px auto 200px auto;
  width: 50%;
  text-align: left;
}

.intro {
  width: 20%;
  margin: auto;
}

.bottom-cloud {
  position: absolute;
  left: 400px;
  bottom: 300px;
}

.top-cloud {
  position: absolute;
  right: 600px;
  top: 50px;
}

.profile-picture {
  height: 15%;
  width: 15%;
}

.computer-icon {
  border-radius: 250px;
  width: 25%;
  float: left;
  margin-right: 30px;
}

.chillies-icon {
  width: 25%;
  float: right;
}

.contact-message {
  width: 40%;
  margin: 40px auto 80px;
}

.btn {
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #eaeef2;
  font-size: 23px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.contact-me {
  padding: 50px;
}

.copy-right {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}
