
body{
  margin:0;
  text-align: center;
  font-family: Merriweather, serif;
  line-height: 1;
}

h1{
  margin: 50px auto 0 auto;
  font-size:5em;
  font-family: Sacramento, cursive;
}

h2{

  font-size: 2rem;

}
.subtitle{
  margin: 0 auto 0 auto;
  font-weight: normal;
  font-size: 2.5rem;
}

h1,h2{
  color:#66BFBF;
}
h2,h3{
  font-family: Montserrat, sans-serif;
}
h3{
  color:#11999e;
}


hr{
  border: 10px dotted #EAF6F6;
  border-top: none;
  width: 10%;
  margin: 100px auto 100px auto;
}

a{
  color:#11999e;
  text-decoration: none;
  margin: 20px;
}

.mountain {
  width:70%;
}

.top-container{
position: relative;
padding-top: 100px;
background-color: #BBE1FA;
}

.middle-container{

}

.bottom-container{
background-color: #66BFBF;
padding: 30px;
color:#EAF6F6;
}

.bottom-cloud{
  position: absolute;
  left:100px;
  bottom: 200px;
  width:15%;
}

.top-cloud{
  position: absolute;
  right:100px;
  top:50px;
  width:15%;
}

.profile img{
  width: 150px;
  border-radius: 75px;
  margin-top: 20px;
}


.skill-row{
  width:60%;
  margin: 30px auto 60px auto;
  text-align: left;
  line-height: 2;

}
.mobile{
  text-align: right;
}
.web-image{
  width: 100px;
  float: left;
  margin-right: 30px;
}
.mobile-image{
  width:100px;
  float: right;
  margin-left: 30px;
}
.skill-text{

}
.btn {
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:28px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
  margin-bottom: 30px;
}
.btn:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.btn:active {
	position:relative;
	top:1px;
}
