
body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}


h1 {
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}

h2 {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}

hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

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: #EAF6F6;
  position: relative;
  padding-top: 100px;
}

.middle-container {
  margin: 100px 0;

}

.bottom-container {
  background-color: #66BFBF;
  position: relative;
  padding: 50px 0 20px;

}

.WebDev {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.BusDev {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.ContactImg {
  width: 200px;
  height: 200px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.profile {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: center;
}

.contact-message {
  width: 40%;
  margin: 40px auto 60px;
}


.btn {
	box-shadow: 1px 1px 5px #000000;
	background:linear-gradient(to bottom, #11CDD4 5%, #11999E 100%);
	background-color:#11CDD4;
	border-radius: 8px;
	display:inline-block;
	cursor: pointer;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
  font-weight: 100;
	padding: 10px;
	text-shadow: 1px 1px 20px #000000;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
	background:linear-gradient(to bottom, #30E3CB 5%, #2BC4AD 100%);
	background-color:#30E3CB;
  border-radius: 8px;
  text-decoration: none;
}
.btn:active {
	position:relative;
	top:1px;
}


.copyright {
  color: #EAF6F6;
  text-align: center;
  font-size: 0.75rem;
  padding: 20px 0;
}
