a {
  color: #11999E;
}

body {
  color: #40514E;
  text-align: center;
}

h1 {
  font-family: 'Crimson Pro', serif;
  font-family: 'WindSong', cursive;
  margin: 100px auto 0 auto;
  color: #66BFBF;
  /* dynamic font size --> 100% = 16px --> We want 90px so regla de 3 */
  /* 16px = 100% = 1em */
  font-size: 5.625rem;
}

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

h3 {
  /* 16px - 1rem
     40px - xrem */
  font-family: 'Open Sans', sans-serif;
  color: #11999E;
}

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

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

.skill-row-coach {
  width: 50%;
  margin: 200px auto 50px auto;
  text-align: right;
}

p {
  font-family: 'Gowun Batang', serif;
  margin-left: 30px;
  line-height: 2;
}

.pic-code {
  width: 25%;
  height: 25%;
  margin: 0;
  float: left;
  margin-right: 30px;
}

.pic-coach {
  width: 25%;
  height: 25%;
  margin: 0;
  float: right;
  margin-left: 30px;
}

.pic-lead {
  width: 25%;
  height: 25%;
  margin: 0;
  float: left;
  margin-right: 30px;
}

.coach-text {
  margin-left: 0;
  text-align: left
}

.coach-title {
  text-align: left;
  margin-top: 100px;
}

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

.bot-cloud {
  position: absolute;
  left: 485px;
  /* position: relative;
  left: 300px; */
}

.blue-first {
  background-color: #288EE0;
}

.underline {
  text-decoration: underline;
}

/* this should be inline */
.parent {
  position: relative;
}

/* this should be inline */
.flip-horizontally {
  transform: scaleX(-1);
}

.pic-rawly {
  width: 12.5%;
  height: 12.5%;
}

hr {
  margin: 100px auto;
  width: 4%;
  border: 10px dotted #EAF6F6;
  border-style: none none dotted;
}

a:hover {
  color: #EAF6F6;
}

.btn {
  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: 'Open Sans', 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: -moz-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);
  text-decoration: none;
}

.inspiring {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #11999E;
  font-family: 'Open Sans', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

.footer-link {
  margin: auto;
}

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

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

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

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

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