body
{
  margin: 0px;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514E;
}
h1
{
  font-size:5.625rem;
  margin:50px auto 0 auto;
  font-family: 'Sacramento',cursive;
  color: #66BFBF;
}
h2
{
    font-size: 2.5rem;
    color: #66BFBF;
    font-weight: normal;
    padding-bottom: 10px;
}
h3
{
  color: #11999E;

}
a
{
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
a:hover
{
  color: #EAF6F6;
}
h1
{
  margin:0 auto;
  font-family: 'Sacramento', cursive;
}
h2
{
  font-family: 'Montserrat', sans-serif;
}
h3
{
  font-family: 'Montserrat', sans-serif;
}
hr
{
  border-style: none;
  background-color:none;
  height:2px;
  width:5%;
  border-style:none;
  border-top-style: dotted;
  border-spacing:0.5px;
  border-color: grey;
  border-width:5px;
  margin: 100px auto;
}
p
{
  line-height: 2;
}
.intro
{
  width: 30%;
  margin: auto;
}
.top-container
{
  background-color:#E4F9F5;
  position: relative;
  padding-top: 100px;
}
.middle-container
{
  margin: 100px 0;
}
.top-cloud
{
  position: absolute;
  right:300px;
  top: 50px;
}
.pro
{
  text-decoration: underline;
}

.bottom-cloud
{
  position: absolute;
  left: 300px;
  bottom: 300px;
}
.skill-row
{
  width: 50%;
  margin:100px auto 100px auto;
  text-align: left;
}
.Development
{
  width:20%;
  margin-right: 30px;
  float: left;
}
.Photography
{
  width: 20%;
  float: right;
  margin-left: 30px;
}
.Painting
{
  width: 20%;
  margin-right: 30px;
  float: left;
}
.bottom-container
{
  background-color:#66BFBF;
  position: relative;
  padding: 50px;
}
.right-reserved
{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}
.footer-link
{
  cursor: #11999E;
  margin:30px;
}
.get-in-touch{
  text-align: center;
  width: 40%;
  margin:40px auto 60px;
}
.button {
  display: inline-block;
  border-radius: 10px;
  background-color: #66BFBF;
  border: none;
  color:#FFFF;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-decoration-color: white;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
