

body{
  margin:0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514E;
}
h1{
  font-size: 70px;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
}
h2{
  font-size: 2.5rem:
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  padding-bottom: 10px
  font-weight: normal;
}
h3{
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}
.topcontainer{
  background-color: #BFEAF5;
  height: 900px;
}
.ship{
  height:550px;
  position: relative;
  display: inline-block;
  top: 347px;
  right: 50px;
}
.name{
  position:absolute;
  top: 90px;
  right: 603px;
}
.cloud1{
  position: absolute;
  right: 331px;
  top:50px;
}
.cloud2{
  position: absolute;
  bottom: 400px;
  left: 219px;
}
.middle-container
{
 margin: 100px 0;

}
.bottom-container
{
 position: relative;
 background-color: #66BFBF;
 padding: 50px 0 20px;
 height: 100px;
}
.contact-me
{
  height: 200px;

}

.skill-row
{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height:2;

}
.me
{
  position:relative;
 height: 200px;

}
.book
{
  height: 150px;
  width: 25%;
  float: left;
  margin-right: 30px;

}
.cook
{
  height: 150px;
  width: 25%;
  float: right;
  margin-left: 30px;

}
.srnm
{
  font-family: Merriweather;
  font-size: 0.75rem;
  color:#EAF6F6 ;
  padding: 20px 0;
}
a
{
  color:#11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}
a:hover
{
  color: #EAF6F6;
}
.msg
{
  width: 40%;
  margin: 40px auto 60px;
}
hr
{
  border-style: none;
  border-top-style: dotted;
  border-color:#EAF6F6;
  border-width: 17px;
  width: 10%;
  margin: 100px auto;


}
.btn {
  background: #11cdd4;
  background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
  background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
  background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
  background-image: -o-linear-gradient(top, #11cdd4, #11999e);
  background-image: linear-gradient(to bottom, #11cdd4, #11999e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
  text-decoration: none;
}
