a {
  color: #11999E;
}

p{
  color: #40514E;
  line-height: 2;
}
hr {
  border-style: dotted none none none;
  border-width: 8px;
  width: 5%;
  color: #EAF6F6;
}

h1 {
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
  line-height: 2;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

span {
  text-decoration: underline;
}

.top-container {
  background-color: #EAF6F6;
  padding-top: 100px;
  position: relative;
}

.middle-container {}

.bottom-container {
  margin-top: 70px;
  padding-top: 40px;
  background-color: #66BFBF;
  padding-bottom: 10px;
}

.top-cloud {
  position: absolute;
  top: 5%;
  right: 27%;
}

.bottom-cloud {
  position: absolute;
  left: 25%;
}

.lidica {
  height: 35%;
  width: 25%;
}
.text-lidica{
  width: 30%;
  margin: 4rem auto;
}
.skills{
  margin-top: 3rem;
}
.provoke {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.blind {
  width: 15%;
  height: 25%;
  float: right;
  margin-left: 30px;
}
.skill-row {
  width: 50%;
  margin: 100px auto;
  text-align: left;
  line-height: 2;
}

.text-contact{
  width: 35%;
  margin: 1rem auto 3rem;
}

.footer-link{
  color: #11999E;
  margin: 1rem;
  text-decoration: none;
}

.footer-link: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: Arial;
  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;
}

.copyright{
  color: #eaf6f6;
  font-size: 0.75rem;
  padding: 20px 0;
}

/* .provoke-skill-description{
  clear: left;
}

.blind-skill-description{
  clear: right;
} */
