body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1 {
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;
  line-height: 2;
  color: #66BFBF;
}

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

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

a{
  color: #11999E;
  margin: 0 1em;
  text-decoration: none;
}

a:hover{
  color: #EAF6F6;
}

p{
  color: #40514E;
}

hr{
  margin: 5px auto 0 auto;
  border: none;
  border-top-style: dotted;
  border-width: 5px;
  color: #EAF6F6;
  width: 5%;
}

.style-pro-grammer{
  text-decoration: underline;
}

.skill-row{
  width: 50%;
  margin: 100px auto;
  text-align: left;
  line-height: 2;
}

.temp{
  width: 15%;
}

.profile{
  margin: 100px auto;
}

.skills{
  margin: 100px auto;
}

.contact-me{
  margin: 100px auto;
}

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

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

.top-cloud {
  position: relative;
  left: 16em;;
}

.bottom-cloud {
  position: absolute;
  left: 16em;
}

.top-container {
  padding-top: 50px;
  background-color: #EAF6F6;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 2em 0;
}

.btn {
	-moz-box-shadow:inset 0 1px 0 0 #66bfbf;
	-webkit-box-shadow:inset 0 1px 0 0 #66bfbf;
	box-shadow:inset 0 1px 0 0 #66bfbf;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66bfbf), color-stop(1, #4f9e9e));
	background:-moz-linear-gradient(top, #66bfbf 5%, #4f9e9e 100%);
	background:-webkit-linear-gradient(top, #66bfbf 5%, #4f9e9e 100%);
	background:-o-linear-gradient(top, #66bfbf 5%, #4f9e9e 100%);
	background:-ms-linear-gradient(top, #66bfbf 5%, #4f9e9e 100%);
	background:linear-gradient(to bottom, #66bfbf 5%, #4f9e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66bfbf', endColorstr='#4f9e9e',GradientType=0);
	background-color:#66bfbf;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #66bfbf;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0 1px 0 #1570cd;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4f9e9e), color-stop(1, #66bfbf));
	background:-moz-linear-gradient(top, #4f9e9e 5%, #66bfbf 100%);
	background:-webkit-linear-gradient(top, #4f9e9e 5%, #66bfbf 100%);
	background:-o-linear-gradient(top, #4f9e9e 5%, #66bfbf 100%);
	background:-ms-linear-gradient(top, #4f9e9e 5%, #66bfbf 100%);
	background:linear-gradient(to bottom, #4f9e9e 5%, #66bfbf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f9e9e', endColorstr='#66bfbf',GradientType=0);
	background-color:#4f9e9e;
}

.paragraph-bottom-container{
  color: #EAF6F6;
  font-size: 13px;
  margin-top: 2em;
}
