body{
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}
h1{
  font-size: 5.62rem;
  margin: 70px auto 0px auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}
h1:hover{
  color: #11999E;
}
#subtitle{
  margin: 0px;
}
h2{
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  font-weight: normal;
}
h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}
hr{
  border-style: none;
  border-top-style: dotted;
  border-color: #EAF6F6;
  border-width: 5px;
  width: 5%;
}
p {
  line-height: 2;
}
a{
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover{
  color: #EAF6F6
}
.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}
.middle-container {
  padding-top: 70px;
  padding-bottom: 100px;
}
.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px 0;
}
.bottom-cloud{
  position: absolute;
  left: 250px;
  bottom: 280px;
}
.landimg{
  margin-top: 30px;
}
.top-cloud{
  position: absolute;
  right: 20%;
  top: 50px;
}
.footer-link{
  color: #11999E;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}
.mobi-img{
  width: 20%;
  float: left;
  margin-right: 30px;
}
.code-img{
  width: 20%;
  float: right;
  margin-left: 30px;
}
.selfdes{
  width: 40%;
  margin : auto;
}
.profile{
  padding-bottom: 80px;
}
.contact-me{
  padding-top: 50px;
  padding-bottom: 50px;
}
.skills{
  padding-top: 50px;
}
.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0px;
}
.prospan{
  text-decoration: underline;
}
.social-linkedin-img {
  width:3%;
}
.social-facebook-img {
  width:3%;
}
.social-skype-img {
  width:3%;
}
.contactbtn {
  margin-top: 20px;
	background-color:#66BFBF;
	-webkit-border-top-left-radius:28px;
	-moz-border-radius-topleft:28px;
	border-top-left-radius:28px;
	-webkit-border-top-right-radius:28px;
	-moz-border-radius-topright:28px;
	border-top-right-radius:28px;
	-webkit-border-bottom-right-radius:28px;
	-moz-border-radius-bottomright:28px;
	border-bottom-right-radius:28px;
	-webkit-border-bottom-left-radius:28px;
	-moz-border-radius-bottomleft:28px;
	border-bottom-left-radius:28px;
text-indent:0;
	border:1px solid #11999E;
	display:inline-block;
	color:#ffffff;
	font-family: 'Montserrat', serif;
	font-size:15px;
	font-weight:normal;
	font-style: normal;
height:50px;
	line-height:50px;
width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 0px 0px #11999E;
}.contactbtn:hover {
	background-color:#11999E;
}.contactbtn:active {
	position:relative;
	top:1px;
}
