body {
  margin: 0;
  text-align: center;
  /*center all elements without a width setting*/
  font-family: 'Merriweather', serif;
  /*Biotif-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;*/
}

h1 {
  margin: 40px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #184d47;
  font-size: 5.62rem;  /*100%=16px=1em if em/percentage is set up in the body then it gets inherited down*/
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem; /*root em which wont be added to the body em setting*/
  color: #184d47;
  font-weight: normal;
  padding: 10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

p{
  font-family: 'Montserrat', sans-serif;
  line-height: 2;
}

.top-container {
  background-color: #bdd2b6;
  position: relative;
  padding-top: 100px;
}

.middle-container{
 margin: 100px 0;
}

.skill-row{
  width: 60%;
  margin: 100px auto 175px auto;
  text-align: left;

}

.projects-row{
  width: 60%;
  margin: 100px auto 175px auto;
  text-align: left;

}

.bottom-container{
  background-color:#bdd2b6;
  padding: 50px 0 20px;
}



.cloud1 {
  position: absolute;
  right: 250px;
  top: 40px;
}

.cloud2 {
  position: absolute;
  left: 250px;
  bottom: 200px;
}


.data {
  color: red;
}

/* .mountain{
  width:20%;
  margin: 0 auto 0 auto;
} */

.profile-pic{
  width: 12.5%;
  margin: 0 auto 0 auto;
  /*despide only 70% it will still be centered*/
}

.intro{
  width:40%;
  margin: auto;
}
.contact-message{
  width:40%;
  margin:40px auto 60px;
}
.skill-pic{
  width: 25%;
  float: left;
  margin-right: 30px;
}

.skill-pic2 {
  border-radius: 50%;
  width: 25%;
  float: right;
  margin-left: 30px;
}

.project-pic{
  width: 30%;
  float: left;
  margin-right: 30px;
}

.project-pic2{
  /* border-radius: 50%; */
  width: 30%;
  float: right;
  margin-left: 30px;
}
.project-pic3{
  width: 30%;
  float: left;
  margin-right: 30px;
}

hr {
  border: dotted #EAF6F6 10px;
  border-bottom: none;
  margin: 100px auto;
  width:10%;
}

a{
  color: #11999e;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover{
  color:#EAF6F6;
}

.copyright{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}

.footer_link{

  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

.btn {
   background: #11999E;
   background-image: -webkit-linear-gradient(top, #11999E, #184D47);
   background-image: -moz-linear-gradient(top, #11999E, #184D47);
   background-image: -ms-linear-gradient(top, #11999E, #184D47);
   background-image: -o-linear-gradient(top, #11999E, #184D47);
   background-image: -webkit-gradient(to bottom, #11999E, #184D47);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: #FFFFFF;
   font-family: 'Montserrat', sans-serif;
   font-size: 20px;
   font-weight: 100;
   padding: 20px;
   -webkit-box-shadow: 1px 1px 20px 0 #000000;
   -moz-box-shadow: 1px 1px 20px 0 #000000;
   box-shadow: 1px 1px 20px 0 #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.btn:hover {
   border: solid #337FED 1px;
   background: #11999E;
   background-image: -webkit-linear-gradient(top, #11999E, #30E3CB);
   background-image: -moz-linear-gradient(top, #11999E, #30E3CB);
   background-image: -ms-linear-gradient(top, #11999E, #30E3CB);
   background-image: -o-linear-gradient(top, #11999E, #30E3CB);
   background-image: -webkit-gradient(to bottom, #11999E, #30E3CB);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   text-decoration: none;
}
