body{
  text-align: center;
  font-family: 'Odibee Sans', cursive;
  background-color: #222831;
  margin: 0;
  padding: 0;
  border: 0;

}

h1{
  font-family: 'Sacramento', cursive;
  color: #00adb5;
  font-size: 90px;
  margin-top: 20px;
  margin-bottom: 0;
}
h2, h5, h6{
  color: #00adb5;
  /*font-family: 'Pacifico', cursive;*/
  font-family: 'PT Sans', sans-serif;
}
 h3{
   color: #a6e3e9;
   font-family: 'PT Sans', sans-serif;
 }
h4{
  color: #eeeeee;
  font-family: 'PT Sans', sans-serif;
}

p{
  color: #eeeeee;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.5;

}

.bottomcloud{
  position: absolute;
  left: 250px;
  top: 355px;
  height: 30px;
}

.bottom-container{
  background-color: #144958;
  /* padding-bottom: 0px; */
}

.btn {
  background: #393e46;
  background-image: -webkit-linear-gradient(top, #393e46, #487d9e);
  background-image: -moz-linear-gradient(top, #393e46, #487d9e);
  background-image: -ms-linear-gradient(top, #393e46, #487d9e);
  background-image: -o-linear-gradient(top, #393e46, #487d9e);
  background-image: linear-gradient(to bottom, #393e46, #487d9e);
  -webkit-border-radius: 27;
  -moz-border-radius: 27;
  border-radius: 27px;
  font-family: 'Odibee Sans', cursive;
  color: #98afd1;
  font-size: 15px;
  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;
}

.contact-me{
  margin-bottom: 20px;
}

.copyright{
  color: #a6e3e9;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 0.7rem;
}

.dp{
  padding-top: 50px;
  height: 150px;
  width: 150px;
}

.hrconfig{
  color: #EAF6F6;
  height: 0;
  border-style: none;
  border-top-style: dotted;
  width: 10%;
  border-width: 5px;
}

.icon{
  height: 20px;
  width: 20px;
  margin: 20px;
}

.mountain{
  height: 200px;

}

.padHeader{
  padding-top: 40px;
}

.photography-img{
  width: 27%;
  float: left;
  padding-right: 30px;
}

.pskills{
}

.profile{
  margin-bottom: 60px;
}

.pushDownPara{
  padding-bottom: 30px;
}

.skills{
  margin-bottom: 40px;
}

.skill-row{
  width: 50%;
  margin: 0 auto 0 auto;
  text-align: left;
  padding-top: 15px;
}

.topcontainer{
  /* position: relative; */
  padding-top: 100px;
  padding-bottom: 50px;
}

.topcloud{
  position: absolute;
  right: 300px;
  top: 50px;
  height: 30px;
}

.troubleshoot-img{
  width: 27%;
  float: right;
  padding-left: 30px;
}
