body {
  color: #40514e;
  margin: 0;
  text-align: center;
  font-size: 1.5em;
}
h1 {
  color: #66bfbf;
  font-size: 4.5rem;
  font-family: "Sacramento", cursive;
  margin: 50px auto 0 auto;
}
h2 {
  color: #66bfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: normal;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
  font-size: 1.5rem;
}
h4 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
  font-size: 1.5rem;
  font-weight: normal;
}

p {
  font-size: 1.3rem;
  font-family: serif;
}
.top-container {
  background-color: #ebf0f6;
  position: relative;
  padding-top: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top-cloud {
  position: absolute;
  right: 250px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 315px;
}
.mountain-img {
  margin-top: 0;
}

.profile {
  width: 50%;
  margin: 50px auto 50px auto;
}
.intro {
  width: 100%;
  margin: auto;
}
.skill-row {
  margin: 50px auto 50px auto;
  width: 50%;
  text-align: left;
}
.DBA {
  margin-right: 30px;
  float: left;
  width: 25%;
}
.PBI {
  margin-left: 30px;
  float: right;
  width: 25%;
}
.WebDev {
  margin-right: 30px;
  float: left;
  width: 25%;
}
.footer-link {
  color: #11999e;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #eaf6f6;
}

.profile-pic {
  margin: 20px 30px 0 0;
  float: left;
  width: 25%;
  border-radius: 50%;
}
hr {
  border-style: dotted none none;
  border-color: rgb(201, 199, 199);
  border-width: 6px;
  margin: 100px auto;
  width: 6%;
}
.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: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.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;
}

.bottom-container {
  background-color: #66bfbf;
  margin: 50px auto 0 auto;
  padding: 30px 0 20px;
}
.contact-desc {
  width: 40%;
  margin: 40px auto 60px;
}
.copyright {
  color: #eaf6f6;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  padding: 20px 0;
}

body {
  color: #40514e;
  margin: 0;
  text-align: center;
  font-size: 1.5em;
}
h1 {
  color: #66bfbf;
  font-size: 4.5rem;
  font-family: "Sacramento", cursive;
  margin: 50px auto 0 auto;
}
h2 {
  color: #66bfbf;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: normal;
}
h3 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
  font-size: 1.5rem;
}
h4 {
  font-family: "Montserrat", sans-serif;
  color: #11999e;
  font-size: 1.5rem;
  font-weight: normal;
}

p {
  font-size: 1.3rem;
  font-family: serif;
}
.top-container {
  background-color: #ebf0f6;
  position: relative;
  padding-top: 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top-cloud {
  position: absolute;
  right: 250px;
  top: 50px;
}

.bottom-cloud {
  position: absolute;
  left: 300px;
  bottom: 315px;
}
.mountain-img {
  margin-top: 0;
}

.profile {
  width: 50%;
  margin: 50px auto 50px auto;
}
.intro {
  width: 100%;
  margin: auto;
}
.skill-row {
  margin: 50px auto 50px auto;
  width: 50%;
  text-align: left;
}
.DBA {
  margin-right: 30px;
  float: left;
  width: 25%;
}
.PBI {
  margin-left: 30px;
  float: right;
  width: 25%;
}
.WebDev {
  margin-right: 30px;
  float: left;
  width: 25%;
}
.footer-link {
  color: #11999e;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #eaf6f6;
}

.profile-pic {
  margin: 20px 30px 0 0;
  float: left;
  width: 25%;
  border-radius: 50%;
}
hr {
  border-style: dotted none none;
  border-color: rgb(201, 199, 199);
  border-width: 6px;
  margin: 100px auto;
  width: 6%;
}
.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: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 20px;
}

.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;
}

.bottom-container {
  background-color: #66bfbf;
  margin: 50px auto 0 auto;
  padding: 30px 0 20px;
}
.contact-desc {
  width: 40%;
  margin: 40px auto 60px;
}
.copyright {
  color: #eaf6f6;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  padding: 20px 0;
}
