/* font-family: 'Merriweather', serif; body
font-family: 'Sacramento', cursive; h1
font-family: 'Montserrat', sans-serif;   h2 h3 p         */


@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap');

body {
  color: #40514e;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1 {
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  padding-bottom: 10px;
}

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

a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

a:hover {
  color: #eaf6f6;
}

p {
  line-height: 2;
}

hr {
  border: dotted #eaf6f6;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
  
}

.text {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  color: #66BFBF;
  line-height: 2;
}

.isaiah {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.pro {
  text-decoration: underline;
}

.intro {
  width: 30%;
  margin: auto;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}

.copyright {
  color: #eaf6f6;
  font-size: 0.75rem;
  padding: 20px 0;
}

.top-container {
  background-color: #a9fffd;
  position: relative;
  padding-top: 100px;
  height: 696px;
}

.middle-container {
  margin: 100px 0;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

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

/* start of skill section */

.skills {
  height: 600px;
}

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

.graph-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}

.comp-img {
  width: 200px;
  height: 200px;
  float: right;
  margin-left: 30px;
  border-radius: 50%;
}

.btn {
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -mos-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: 8;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -mos-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);
}