body{
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}
p{
  line-height: 2;
}
hr{
  width: 4%;
  border-color: lightgrey;
  border-style:none;
  border-top-style: dotted;
  border-width: 7px;
  margin: 100px auto;
}
h1{
  font-family: 'Sacramento',cursive;
  font-size: 5.625rem;
  color: #66BFBF;
  /*90px is used for the heading in this website 100%=16px=1em*/
  /*width: 10%;
  margin: 0 auto 0 auto;  top right bottom left || have a look in MDN Docs
                                 CSS - Reference*/
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
  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;
}
.flute-img{
  width: 25%;
  float: left;
  margin-right: 30px;
}
.bad-img{
  width: 25%;
  float: right;
  margin-left: 30px;
}
.flute-para{
  clear: left;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}
.foot{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}
.intro{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.top-container{
  position: relative;
  padding-top: 100px;
  background-color: #EAF6F6; /*#E4F5F9 #E4F9F5*/
}
.middle-container{
  margin: 100px auto;
}
.bottom-container{
  background-color: #66BFBF;
  padding: 50px 0 20px;
}
.bottom-cloud{
  position: absolute;
  left: 250px;
  bottom: 300px;
}
.top-cloud{
  position: absolute;
  right: 250px;
  top: 40px;
}
.btn {
  margin-top: 50px;
   background: #3FC9C9;
   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: -webkit-gradient(to bottom, #11CDD4, #11999E);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   height: 15px;
   line-height: 15px;
   color: #EAF6F6;
   font-family: 'Montserrat', sans-serif;
   width: 124px;
   font-size: 17px;
   font-weight: 100;
   padding: 12px;
   text-shadow-color: ;
   text-shadow-horizontal: 1;
   text-shadow-vertical: 1;
   text-shadow-blur: 20;
   box-shadow-color: ;
   box-shadow-horizontal: 1;
   box-shadow-vertical: 1;
   box-shadow-blur: 20;
   box-shadow-spread: 0;
   border: solid #337FED 0;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
