body {
	color: #40514e;
	margin: 0;
	text-align: center;
	font-family: "Merriweather", serif;
}
h1 {
	color: #127681;
	line-height: 1;
	margin-top: 0;
	font-family: "Sacramento", cursive;
	font-weight: bolder;
	font-size: 5.625rem;
	margin-top: 50px;
}
h2 {
	color: #127681;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 2.5rem;
	font-weight: normal;
	padding-bottom: 10px;
}
h3 {
	color: #0e9aa7;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: bold;
	font-size: large;
}
hr {
	border: dotted #dbe0e0 6px;
	border-bottom: none;
	width: 4%;
	margin: 100px auto;
}
p {
	line-height: 2;
}
a {
    color: #277e9be3;
    font-family: "Montserrat Alternates", sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}
a:hover{
 color: #EAF6F6;   
}
.top-container {
	background-color: #67acc4e3;
	padding: 100px;
}
.middle-container {
	margin: 50px 0;
}
.bottom-container {
	background-color: #67acc4e3;
	padding: 50px 0 20px;
}
.profile-pic {
	border-radius: 50%;
	height: 200px;
	width: 200px;
	margin-bottom: 20px;
}
.intro {
	width: 50%;
	margin: auto;
}
.skills-pic {
	float: left;
	width: 250px;
}
.skill-row {
	width: 50%;
	margin: 50px auto 50px auto;
	line-height: 2;
}
.achievement-pic {
	float: right;
	height: 180px;
	width: 180px;
}
.pro {
	font-size: 3.125rem;
}
.top-cloud {
	position: absolute;
	right: 300px;
	top: 40px;
}
.bottom-cloud {
	position: absolute;
	left: 250px;
	top: 400px;
}
.contact-message {
	width: 50%;
	margin: auto;
	/* margin: 40px auto 60px; */
}
.copyright{
    color: #EAF6F6;
    font-size: 0.75rem;
    padding: 20px 0;
}
.mountain {
	position: relative;
	top: 100px;
}
.btn {
	background: #11cdd4;
	background-image: -webkit-linear-gradient(top, #11cdd4, #119eee);
	background-image: -moz-linear-gradient(top, #11cdd4, #119eee);
	background-image: -ms-linear-gradient(top, #11cdd4, #119eee);
	background-image: -o-linear-gradient(top, #11cdd4, #119eee);
	background-image: linear-gradient(to bottom, #11cdd4, #119eee);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	font-family: "Montserrat Alternates", sans-serif;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.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;
}