.top-container {
  background-color: #E4F9F5;
  position: relative;
  padding-top: 100px;
}
.intro{
  width: 70%;
  margin: auto;
  line-height: 2;
}
.middle-container {

}

.bottom-container {
  background-color: #e0ebe8;
  position: absolute;
  border-top: 10px;

  padding:35px 0;
  width: 100%;
  word-spacing: 40px;
}

.profile {
  margin:20px auto 20px auto;
  height: 180px;
  display: inline-block;
}

h1 {
  font-size: 5.625rem;
  margin: 50px auto 0 auto;
  font-family: 'Sacramento', cursive;
  color: #66BFBF;
  font-weight: normal;
}
.web-dev-heading{
font-size: 1.5rem;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  color: #66BFBF;

}

h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
}

body {
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', sans-serif;
  font-size: 1rem;
  color: #40514E;
}

.bottom-cloud {
  position: absolute;
  left: 150px;
  bottom: 300px;
}

.top-cloud {
  position: absolute;
  right: 150px;

}

.computer {
  width: 25%;
  float: left;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
}

.do-nothing {
  width: 25%;
  float: right;
  margin-left: 30px;
}

a {
  color: #11999E;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 4;
}

.skill-row {
  margin: 90px auto 60px auto;
  width: 50%;
  text-align: left;
  line-height: 2;
}

hr{
  background-color: white;
    border-style: none;
    border-top-style: dotted;
    border-color: grey;
    border-width: 5px;
    width: 5%;
    margin: 100px auto 100px auto;
}
.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: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
 line-height: 8;
 font-weight:normal;
}

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

}
.copyright{
  color:#11999E;
  word-spacing: normal;
  font-size: 10px;
  line-height: 2;
}
.get-in-touch-desc{
  margin:auto auto 0 auto;
  width: 44%;
  line-height: 2;
}
.mountain{
  height: 250px;
}
.achievements-and-experiences{
  font-size: 1.8rem;
}

nav {
  top: 0%;
  width: 100%;
  position: absolute;
scroll-behavior: smooth;
}
.nav-bar {
  display:flex;
 justify-content: flex-end;

  text-align: center;
}
.nav-bar ul li {
  list-style: none;
  margin: 0 10px;
  display: inline-block;
}
.nav-bar ul li a:hover {
  padding: 12px;
  color: #14C38E;
}
.nav-bar ul li a {
  margin: 8px;
  padding: 10px;
  color: #66BFBF;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
