h1 {
  margin: 50px auto 0 auto ;
  font-family: 'Sacramento', cursive;
  font-size: 5.50rem;
  color: #435560;
  line-height: 2;
}
h2{
font-family: 'Montserrat', sans-serif;
font-size: 2.5rem;
color: #6e7c7c;
padding-bottom: 10px;
}
h3{
  font-family: 'Montserrat', sans-serif;
  color: #435560;
  font-size: 1.5rem;
padding-bottom: 10px;
}
body {
  height: 100%;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514E;
}
p{
  line-height: 2;
}
.really{
    font-family: 'Montez', cursive;
}
hr{
  background-color: white;
  border-top: 15px dotted #EAF6F6;
  width: 10%;
  border-bottom: none;
  margin: 100px auto;

}
a{
  margin: 20px;
  font-family: 'Merriweather', serif;
  text-decoration: none;
}
a:hover{
  color: grey;
}
.top-container {
  background-color: #e4fbff;
position: relative;
padding-top: 100px;
}
.middle-container{
  margin: 100px 0;
}
.intro{
  width: 30%;
  margin: auto;
  padding-bottom: 20px;
}
.mio{
  width: 200px;
  border-radius: 45%;
}
.com{
  border-radius: 30%;
  width: 25%;
  float:left;
  margin-right: 30px;
}
.electric{
  width: 25%;
  float: right;
  margin-left: 30px;
}
.bottom-container {
background-color: #edffec;
margin: 0;
padding: 60px 0 20px;
}

.top-cloud{
  position:absolute;
  right: 300px;
  top: 50px;
}
.bottom-cloud{
position: absolute;
left: 300px;
bottom: 300px;
}
.footer-link{
  color: #007580;
}
.skill-row{
width: 50%;
margin: 100px auto;
text-align: left;

}
.copyright{
  color: grey;
  padding: 20px 0;
  font-size: 0.75rem;
}
.BUTTON_TSW {
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Georgia;
   font-size: 40px;
   font-weight: 100;
   padding: 40px;
   -webkit-box-shadow: 1px 1px 20px 0 #0059A0;
   -moz-box-shadow: 1px 1px 20px 0 #0059A0;
   box-shadow: 1px 1px 20px 0 #0059A0;
   text-shadow: 1px 1px 20px #99C624;
   border: outset #FFFFFF 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTON_TSW:hover {
   border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}
