
body{
color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}
h1 {
font-family: 'Sacramento', cursive;
font-size: 5.62rem;
margin: 50px auto 0 auto;
color:#66BFBF;
}

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

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

div {
width:auto;
}

a{
  color:#11999E;
}

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

.circular{
width: 25%;
  border-radius: 200%;
}

.top-container {
  background-color: #E4F5F9;
position: relative;
padding-top: 100px;
padding-bottom: 100px;
}
.middle-container {
padding-bottom: 60px;
}
.bottom-container {
  line-height: 2;
background-color: #66BFBF;
padding-top: 30px;
}
.copyright {
  color: #EAF6F6;
}
.skill-row{
  width: 70%;
margin: 100px auto;
text-align: left;
line-height: 2;
}
.design-description{
  position:relative;

}
.design{
  width:25%;
  float:left;
  margin-right: 30px;
}

.strategy{
  width:25%;
  float:right;
  margin-left: 30px;
}

.product-management{
  width:25%;
  float:left;
  margin-right: 30px;
}

.pro {
  text-decoration: underline;
}
.bottom-cloud{
position: absolute;
}
.top-cloud {
position: absolute;
  right:  200px;
  top: 100px;
}
.btn{
   background: #66BFBF;
   background-image: -webkit-linear-gradient(top, #66BFBF, #6BDEDE);
   background-image: -moz-linear-gradient(top, #66BFBF, #6BDEDE);
   background-image: -ms-linear-gradient(top, #66BFBF, #6BDEDE);
   background-image: -o-linear-gradient(top, #66BFBF, #6BDEDE);
   background-image: -webkit-gradient(to bottom, #66BFBF, #6BDEDE);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: 'Montserrat', sans-serif;
   font-size: 25px;
   font-weight: 100;
   padding: 26px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}
.footer-link{
text-decoration: none;
padding: 20px;
margin-top: 20px;
}
.profile{
  padding-top: 100px;
}
