body
{
  text-align: center;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color:#40514E;


}
hr{
  border: 4px dotted #EAF6F6;
  border-style: none none dotted;
  width: 4%;
  margin: 50px auto 50px auto;
}

h1
{
  font-size: 5.625rem;
  margin: 50px auto 0 auto ;
font-family: 'Handlee', cursive;
color:#66BFBF;
font-weight: normal;
}
h2
{
  padding-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  color:#66BFBF;
  font-family: 'Livvic', sans-serif;
}
h3
{
  color: #11999E;
}
a{
  color: #11999E;
  font-family:'Livvic', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover
{
  color: #ffffea;
}
.skillrow
{
  width: 50%;
  margin: 0 auto 0 auto;
  text-align: left;
  line-height: 2;

}
.top-container
{
  padding-top: 100px;
  position: relative;
background-color: #ecfcff;

}

.middle-container
{
  padding-top: 40px;

}
.links{
  background-color: #40dab2;
  padding-bottom: 20px;
  padding-top: 20px;
}

.profile
{
  border-radius: 100%;
}
.design
{
  width: 25%;
  border-radius: 100%;
  float: left;
  margin-right: 30px;

}
.copyright
{
  color:#EAF6F6;
  font-size: 0.75rem;
}
.develop
{
  width: 25%;
  border-radius: 100%;
  float: right;
  margin-left: 30px;
}
.handshake
{
  width: 300px;
  height: 300px;
  border-radius: 100%;
}
.bottom-cloud
{
  position: absolute;
  top: 300px;
  left:150px;
}

.top-cloud
{
  position: absolute;
  top: 200px;
  right: 150px;
}
.skills
{
  padding-bottom: 50px;

}
.myButton {
	-moz-box-shadow: -2px 0 0 -50px #3dc21b;
	-webkit-box-shadow: -2px 0 0 -50px #3dc21b;
	box-shadow: -2px 0 0 -50px #3dc21b;
	background-color:#4baea0;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Livvic', sans-serif;
	font-size:19px;
	padding:12px 31px;
	text-decoration:none;
	text-shadow:0 1px 0 #2f6627;
  margin-bottom: 30px;
}
.myButton:hover {
  background-color:#1fab89;
}
.myButton:active {
	position:relative;
	top:1px;
}
