.top {
  background-color: #E4F9F5;
  padding-top: 100px;
  position: relative;
}

body {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #40514E;
}

h1 {
  font-size: 5.625rem;   /* 16px = 100% = 1em , rem => it ignores parent control ie if fonts
  size in body{} is set differently, it ignores it */
  margin: 50 auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
  line-height: 2;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  color: #66BFBF;
  font-weight: normal;
  padding-bottom: 10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

.stu {
  text-decoration: underline;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 300px;
}

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}
.footer-link
{
  color: #11999E;
}
.skill-row {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: left;
  line-height: 2;
}
.finance {
  width: 25%;
  float: left;
  margin-right: 30px;
}
.cybersec {
  width: 25%;
  float: right;
  margin-left: 30px;
}
/*Clear is almost anti float which prevents wrapping*/
/*.Findesc {
  clear: left;
}

.cyberdesc {
  clear: right;
}
*/
.profile {
  color: #40514E;
}

hr {
  background-color: white;
  border: dotted;
  border-width: 10px;
  border-color: #EAF6F6;
  width: 5%;
  border-style: dotted none none none;
  align-items: center;
  padding-bottom: 20px;

}
.skills {
  padding-bottom: 20px;
}
.contact-me {
  padding-bottom: 40px;
}

.btn {
   background: #11999E;
   background-image: -webkit-linear-gradient(top, #11999E, #11999E);
   background-image: -moz-linear-gradient(top, #11999E, #11999E);
   background-image: -ms-linear-gradient(top, #11999E, #11999E);
   background-image: -o-linear-gradient(top, #11999E, #11999E);
   background-image: -webkit-gradient(to bottom, #11999E, #11999E);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   height: 12px;
   line-height: 12px;
   color: #FFFFFF;
   font-family: Arial;
   width: 96px;
   font-size: 14px;
   font-weight: 100;
   padding: 15px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.btn:hover {
   background: #11999E;
   border: solid #337FED 1px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

.bottom {
  background-color: #66BFBF;
  padding-bottom: 20px;
  padding-top: 50px;
  margin-bottom: 0;
}
.footer-link {
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
}
.tm {
  color: #EAF6F6;

}
.profile {
  padding-bottom: 50px;
}
