/*************************TAG - SECTION ****************/
body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  /*
font-family: 'Indie Flower', cursive;
font-family: 'Kalam', cursive;
font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Sacramento', cursive;
*/
}

h1 {
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: 'Kalam', cursive;
  color: #66BFBF;
  line-height: 2;
}

h2 {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  padding-bottom: 10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

a {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6;
}

hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 5%;
  margin: 100px auto;
}

p {
  line-height: 2;
}

.subtitle {
  font-weight: normal;
  line-height: 98px;
}

.profile_pic {
  width: 25%;
}

.intro {
  width: 50%;
  margin: auto;
}

.bible_sunset_img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.projectmanagement_img {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.skill-description_1 {
  clear: left;
}

.skill-description_2 {
  clear: right;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.top-container {
  background-color: #EAF6F6;
  position: relative;
  padding-top: 100px;
}

.top-cloud {
  position: absolute;
  top: 20px;
  right: 300px;
}

.bottom-cloud {
  position: absolute;
  left: 200px;
  bottom: 300px;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

.middle-container {
  margin: 100px auto 100px auto;
}

.btn {
  background: #11CCD4;
  background-image: -webkit-linear-gradient(top, #11CCD4, #11999E);
  background-image: -moz-linear-gradient(top, #11CCD4, #11999E);
  background-image: -ms-linear-gradient(top, #11CCD4, #11999E);
  background-image: -o-linear-gradient(top, #11CCD4, #11999E);
  background-image: linear-gradient(to bottom, #11CCD4, #11999E);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#11CCD4), to(#11999E));
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #FFFFFF;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 100;
  padding: 37px;
  border: solid #11CCD4 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.btn:hover {
  border: solid #337FED 1px;
  background: #11CCD4;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#11CCD4), to(#11999E));
  background-image: -webkit-linear-gradient(top, #11CCD4, #11999E);
  background-image: -moz-linear-gradient(top, #11CCD4, #11999E);
  background-image: -ms-linear-gradient(top, #11CCD4, #11999E);
  background-image: -o-linear-gradient(top, #11CCD4, #11999E);
  background-image: linear-gradient(to bottom, #11CCD4, #11999E);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
}
