body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

h1 {
  color: maroon;
  margin: 50px auto 0 auto;
  line-height: 2;
  font-family: "Akaya Kanadaka", cursive; 
  font-size: 4rem;
}

h2 {
  color: maroon;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
}

p {
  line-height: 2;
}

hr {
  border: dotted #EAF6F6 6px;
  border-bottom: none;
  width: 4%;
  /* top and bottom is 100px and left and right is auto */
  margin: 100px auto;
}

a{
  /* color: #11999E; */
  color: lightblue;
  font-family: "Gloria Hallelujah", cursive;
  margin: 10px 20px;
  text-decoration: none;

}

a:hover {
  color: darkblue;
}

img {
	border-radius: 60%;
}

.img3{	
	height:300px;
	width: 300px;
	border-radius: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img4{
	height: 100px;
	width: 100px;
}

.img5{
	height:200px;
	width: 200px;
}

/*
div {
  background-color: #E4F9F5;
}

*/

.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding: 35px;
  height: 650px;
}

.middle-container {
  margin: 100px 0;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

.skill-row {
  width: 50%;
  /* auto - will center the div class */
  margin: 100px auto 100px auto;
  /* text will be left aligned */
  text-align: left;
  line-height: 2;

}

.web {
  text-decoration: underline;

}

.intro {
  width: 30%;
  margin: auto;
}

.contact-message {
  width: 40%;
  /* 40px on the top, auto on left and right and 60px on  the bottom */
  margin: 40px auto 60px;
}

.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 100px;
}

.top-cloud2 {
  position: absolute;
  right: 250px;
  top: 350px;
}

.bottom-cloud {
  position: absolute;
  left: 250px;
  bottom: 300px;
}

.bottom-cloud2 {
  position: absolute;
  left: 675px;
  bottom: 550px;
}

.img1 {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.img2 {
  width: 25%;
  float: right;
  margin-left: 30px;
}

/*
.code-skill-description {
  --clear - to clear its left side or right side and clear its wrap around on an element --
  clear: left;
}


.code-skill2-description {
  -- clear - to clear its left side or right side and clear its wrap around on an element --
  clear: right;
}

*/

.btn {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
  text-shadow: 1px 1px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #63B8EE;
  background: linear-gradient(top,  #11CDD4,  #11999E);
  background: -ms-linear-gradient(top,  #11CDD4,  #11999E);
  background: -webkit-gradient(linear, left top, left bottom, from(#11CDD4), to(#11999E));
  background: -moz-linear-gradient(top,  #11CDD4,  #11999E);
}
.btn:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #468CCF;
  background: linear-gradient(top,  #30E3CB,  #2BC4AD);
  background: -ms-linear-gradient(top,  #30E3CB,  #2BC4AD);
  background: -webkit-gradient(linear, left top, left bottom, from(#30E3CB), to(#2BC4AD));
  background: -moz-linear-gradient(top,  #30E3CB,  #2BC4AD);
}
