body {
	color: #40514e;
	margin: 0;
	text-align: center;
	font-family: "Merriweather", serif;
}
h1 {
	margin: 50px auto 0 auto;
	font-size: 5.625rem;
	font-family: "Sacramento", cursive;
	color: #66bfbf;
}
h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 2.5rem;
	color: #66bfbf;
	font-weight: normal;
}
h3 {
	color: #11999e;
	font-family: "Montserrat", sans-serif;
}
a {
	color: #11999e;
}
.top-container {
	background-color: #e4f9f5;
	position: relative;
	padding-top: 100px;
}
.top-cloud {
	position: absolute;
	right: 300px;
	top: 50px;
}
.bottom-cloud {
	position: absolute;
}
.skill-row {
	width: 50%;
	margin: 100px auto 100px auto;
	text-align: left;
	/* line-height: 2; */
}
.frontend-image {
	float: left;
	margin-right: 30px;
}
.backend-image {
	float: right;
	margin-left: 30px;
}
.getin-des {
	margin-top: 0;
	margin-bottom: 30px;
}
.contact-me {
	margin: 40px auto 20px auto;
	padding-bottom: 10px;
	/* line-height: 2; */
}
.footer-link {
	color: black;
	margin: 0px 10px 0 10px;
}
.btn {
	background: #11cdd4;
	background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
	background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
	background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
	background-image: -o-linear-gradient(top, #11cdd4, #11999e);
	background-image: linear-gradient(to bottom, #11cdd4, #11999e);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	/* margin-bottom: 40px; */
}

.btn:hover {
	background: #30e3cb;
	background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
	background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
	background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
	background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
	background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
	text-decoration: none;
}
.profile-photo {
	margin-top: 20px;
}
.description-1 {
	/* line-height: 2; */
	margin: auto;
	width: 40%;
	margin-bottom: 30px;
}
p {
	line-height: 2;
}
.getin-h2 {
	margin: 0 auto 15px auto;
	padding: 0;
}
.bottom-container {
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
	background-color: #11999e;
}
hr {
	border: dotted #eaf6f6 6px;
	border-bottom: none;
	width: 4%;
}
