a:link {
  color: #11999E;
}

a:visited {
  color: #11999E;
}

a:hover {
  color: blue;
}
a:active {
  color: blue;
}
body{
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514E;
  background-color: #eaf6f6;
}

h1{
  font-size: 5.625rem;
  color: #66BFBF;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
}
h2{
  color: #66BFBF;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem
}
h3{
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}
hr{
  margin: 80px auto 80px auto;
  border-color: #77d8d8;
  border-width: 10px;
  height:0;
  width:10%;
  border-style:dotted none none;
}
p {
    margin-bottom: 0;
    line-height: 2;

}
.top{
  padding-top: 100px;
  position: relative;
}
.middle-container{
  margin-top: 50px;
  margin-bottom: 50px;
}
.bottom-container{
  background-color: #66BFBF;
  padding: 50px 0 50px 0;
}
.bottom-cloud{
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.footer-link{
  margin-left: 20px;
  margin-right: 20px;
}
.skill-1{
 width: 20%;
 float: left;
 margin-right: 30px;
 margin-bottom: 30px;
}
.skill-2{
 width: 20%;
 float: right;
 margin-left: 30px;
 margin-bottom: 30px;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}
.subtitle{
  font-weight: normal;
  margin-top: 0;
}
.top-cloud{
  position: absolute;
  right: 300px;
  top: 50px;
}
.last{
  color: #EAF6F6;
  padding-top: 20px;
}
.intro-para{
  width: 30%;
  margin: auto;
}
.lower{
    width: 40%;
  margin:50px auto 80px;
}
.btn {
  background-color: #3D94F6;
  background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
  background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
  background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
color: #FFFFFF;
font-family: Open Sans;
font-size: 22px;
font-weight: 100;
padding: 26px;
-webkit-box-shadow: inset 1px -3px 43px 0px #000000;
-moz-box-shadow: inset 1px -3px 43px 0px #000000;
box-shadow: inset 1px -3px 43px 0px #000000;
text-shadow: 1px 1px 20px #000000;
border: groove #337FED 6px;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center;
}

.btn:hover {
border: groove #0059A0 5px;
background-color: #1E62D0;
background-image: -webkit-linear-gradient(top, #1E62D0, rgba(223, 229, 235, 0.41));
background-image: -moz-linear-gradient(top, #1E62D0, rgba(223, 229, 235, 0.41));
background-image: -ms-linear-gradient(top, #1E62D0, rgba(223, 229, 235, 0.41));
background-image: -o-linear-gradient(top, #1E62D0, rgba(223, 229, 235, 0.41));
background-image: linear-gradient(to bottom, #1E62D0, rgba(223, 229, 235, 0.41));
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-decoration: none;
}
