.agnes-pic {
  border-radius: 90%
}
body {
  color: #40514e;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1 {
  color: #66bfbf;
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
}

h2 {
  font-size: 2.5rem;
  color: #66bfbf;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  color: #11999e;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 2;
}

hr {
  border: dotted #719192 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

.footer-link {
  color:#11999e;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

.footer-link:hover{
color: #b2fcff;
}

.skill-row{
  width: 50%;
  margin: 100PX auto 100px auto;
  text-align: left;
}


.top-container {
  background-color: #e4f9f5;
  position: relative;
  padding-top: 100px
}

.middle-container {
  margin: 100px auto;
}

.bottom-container {
  background-color: #66bfbf;
  padding: 50px 0 20px;

}



.top-cloud {
  position: absolute;
  right: 300px;
  top: 40px;
}

.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}

.code-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.camera-img {
  width: 25%;
  border-radius: 70%;
  float:right;
  margin-left: 30px;


}

.intro {
  width: 30%;
  margin: 0 auto;
}


.contact-me {
  width: 40%;
  margin: 40px auto 60px;
}

.hr {
  clear: both;
}


.btn {
	box-shadow:inset 0px 0px 0px 0px #30e3cb;
	background:linear-gradient(to bottom, #11cdd4 5%, #11999e 100%);
	background-color:#11cdd4;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 2px 0px #2bc4ad;
  font-family: 'Montserrat', sans-serif;
  margin-top: 40px;
}
.btn:hover {
	background:linear-gradient(to bottom, #11999e 5%, #11cdd4 100%);
	background-color:#11999e;
}
.btn:active {
	position:relative;
	top:1px;
}

.copyright {
  color:  #b2fcff;
  font-size: 0.75rem;
  padding: 20px 0;
}
