body
{
  color: #f4f6ff;
  margin: 0;
 text-align: center;
 font-family: 'Merriweather', serif;
}

h1
{
 font-size: 5.625rem;
 margin-top: 0;
 font-family: 'Sacramento', cursive;
 color : #66BFBF;
}

.web
{
  font-size: 2.4rem;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  color : #66BFBF;
  font-weight: normal;
  line-height: 2;
}

h2
{
  font-size: 2.4rem;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  color : #66BFBF;
}
h3
{
  color : #11999E;
  font-family: 'Montserrat', sans-serif;
}

a
{
    color : #11999E;
    margin: 0 10px 0;
    text-decoration: none;
}
a:hover
{
  color:  #3498db;
}

.top-container
{
  margin: 0;
  background-color: #E4F9F5;
  height: 600px;
  padding-top: 150px;
}
.middle-container
{
 margin: 100px 0;
}

.bottom-container
{
 background-color: #66BFBF;
 padding: 50px 0 20px;
}

.bottom-cloud
{
  position: absolute;
  left:12.5rem;
  top:12.5rem;
}

.upper-cloud
{
  position: absolute;
  top: 9.375rem;
  right: 12.5rem;
}

.skill
{
  width: 25%;
  float: left;
  margin-right:  40px;

}

.skill2
{
  float: right;
  width: 25%;
 margin-left: 40px;
}
.skill-row
{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

 .mountains
 {
  position: absolute;
  top: 400px;
  left: 400px;
  height: 300px;
  width: 600px;
  background-color: #E4F9F5;

 }

.prof
{
  margin-top: 30px;
  height : 150px;
  width: 150px;
}

.intro
{
  width: 30%;
  line-height: 2;
  margin: auto;
  color: #11999E;
}

p
{
  color: #11999E;

}

hr
{
  border : dotted #EAF6F6 6px;
  border-bottom: none;
  border-radius: 6px;
  width: 4%;
  margin: 100px auto;
}

.contact
{
 width:30%;
 margin: 40px auto 60px;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.copyright
{
  font-size: 0.85rem;
  color: #ffffff;
  padding: 20px 0;
}
