body{
	margin: 0;
	text-align: center;
	font-family: 'Merriweather', serif;
}

h1{
	color: #66BFBF;
	font-size: 5.625rem;
	line-height:  2;
	margin: 50px auto 0 auto;
	font-family: 'Sacramento', cursive;
}

h2 {
    color: #66BFBF;
	font-family: 'Montserrat',sans-serif;
	font-size: 2.5rem;
	font-weight: normal;
}

h3 {
    color: #11999E;
	font-family: 'Montserrat',sans-serif;
}


.top-container {
	background-color: #E4F9F5;
	position: relative;
	padding-top: 100px;
}

.middle-container {
}

.bottom-container {
}

.skill {
	width: 100%;
	margin: 100px auto 100px auto;
	text-align: left;
	line-height: 2;
}
.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}


.top-cloud {
	position: absolute;
	right: 300px;
	top: 50px;
}

.bottom-cloud {
	position: absolute;
	left: 300px;
	bottom: 300px;
}


.fav-img {
	width: 25%;
	float: left;
}

.skill-img {
	width: 25%;
	float: left;
}