body{
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}
h1{
  margin-top: 0;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;
  margin: 50px auto 0px auto;
  color:#66BFBF;
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
    color:#66BFBF;
}
h3{
  font-family: 'Montserrat', sans-serif;
   color:#11999E;
}
p{
  line-height: 2;
}
hr{
border: dotted 6px;
width: 4%;
color: #EAF6F6;
border-bottom: none;
margin: 100px auto 100px auto;
}
a{
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  color: #11999E;
}
a:hover{
  color: #EAF6F6;
}

.para{
 text-decoration: underline;
 font-weight: normal;
}
.footer-link{
  text-decoration: none;
}
.intro{
  width: 30%;
  margin: auto;
}

.copyright {
  color: #EAF6F6;
  font-size: 0.75rem;
}


.top-container{
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}
.middle-container{
  margin-top: 100px;
}
.bottom-container{
  margin-top: 100px;
  background-color: #66BFBF;
  padding: 50px 0px 20px;
}
.
.bottom-cloud{
  position: absolute;
  left: 200px;
  bottom: 50px;
}
.top-cloud{
  position: absolute;
  top: 50px;
  right:240px;
}
.footer-link{
  color:#11999E;
}
.BUTTON_PSX {
   background: #37E9D5;
   background-image: -webkit-linear-gradient(top, #37E9D5, #2AC9CF);
   background-image: -moz-linear-gradient(top, #37E9D5, #2AC9CF);
   background-image: -ms-linear-gradient(top, #37E9D5, #2AC9CF);
   background-image: -o-linear-gradient(top, #37E9D5, #2AC9CF);
   background-image: -webkit-gradient(to bottom, #37E9D5, #2AC9CF);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   height: 50px;
   line-height: 50px;
   color: #FFFFFF;
   font-family: Verdana;
   width: 200px;
   font-size: 27px;
   font-weight: 100;
   padding: 6px;
   -webkit-box-shadow: 1px 1px 20px 0 #FFFFFF;
   -moz-box-shadow: 1px 1px 20px 0 #FFFFFF;
   box-shadow: 1px 1px 20px 0 #FFFFFF;
   text-shadow: 1px 1px 20px #2C3231;
   border: solid #FFFFFF 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
      margin-bottom: 30px auto 30px auto;
}

.BUTTON_PSX:hover {
   border: solid #33EDA7 5px;
   background: #1ED0B9;
   background-image: -webkit-linear-gradient(top, #1ED0B9, #3DF679);
   background-image: -moz-linear-gradient(top, #1ED0B9, #3DF679);
   background-image: -ms-linear-gradient(top, #1ED0B9, #3DF679);
   background-image: -o-linear-gradient(top, #1ED0B9, #3DF679);
   background-image: -webkit-gradient(to bottom, #1ED0B9, #3DF679);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
   margin-bottom: 20px auto 20px auto;
}
.skill-row{
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}
.code-img{
  width: 25%;
  float: left;
  margin-right: 30px;
}
.class-img{
 width: 25%;
 float: right;
 margin-left: 30px;
}
