
/************************************************ TAG SELECTORS ********************************************/
body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

hr {
  border: none;
  border-style: dotted none none;
  border-width: 10px;
  border-color: grey;
  width: 5%;
}

h1 {
  font-size: 5.625rem; /* 100% is 16px, 16px is also = 1em*/
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

a {
  color: #11999E;
}

a:hover{
  color: #EAF6F6;
}

p {
  line-height: 2;

}


/************************************************ CLASS SELECTORS ********************************************/
.bottom-container{
  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: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.top-container {
  background-color: #d6e0f1;
  position: relative;
  padding-top: 70px;

}

.contact-me {
  width: 50%;
  margin: 100px auto;
}

.bottom-container {
  background-color: #66BFBF;
}

.profile-text {
  color: #40514E;
}

.tech {
  text-decoration: underline;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 350px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 30px;
}

.favicon-pic {
  width: 100px;
}

.web-design {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.web-coding {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.subtitle {
  margin: 0 auto 50px auto;
  font-size: 1.25rem;
}

.skill-row {
  width: 50%;
  margin: 100px auto;
  text-align: left;
}
