html, body {
  background-color: #E4F9F5;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  height: 100%;
}

h1 {
  color: #66BFBF;
  font-family: 'Sacramento', cursive;
  margin: 50px auto 0 auto;
  font-size: 5.625rem;
  position: relative;
  bottom: 40px;
}

h2 {
  color: #66BFBF;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
}

h3 {
  font-size: 1.5rem;
  font-family: 'Merriweather', serif;
}

p {
  line-height: 2;
  font-size: 1.05rem;
  font-family: 'Merriweather', serif;
}

hr {
  border-style: dotted;
  border-top-style: none;
  border-color: lightgrey;
  border-width: 7px;
  width: 4%;
}

.bird {
  width: 6%;
  z-index: 1;
  position: relative;
  right: 50%;
}

/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.active {
  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: -webkit-gradient(to bottom, #11CDD4, #11999E);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 100;
  text-shadow: 0 1px 40px #000000;
  border: solid #337FED 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.active:hover {
  border: solid #337FED 1px;
  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: -webkit-gradient(to bottom, #30E3CB, #2BC4AD);
  text-decoration: none;
}

.work:hover {
  color: #30E3CB;
}

/* Float the link section to the right */
.header-right {
  float: right;
  margin: 25px 50px auto auto;
}

.footer-link {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px auto 20px;
  text-decoration: none;
}

.footer-link:hover {
  color: #EAF6F6;
}

.copyright {
  padding: 20px;
  color: #EAF6F6;
  font-size: 0.85rem;
}

.contact-me {
  width: 40%;
  margin: 40px auto 60px auto;
}

.skills {
  margin: 50px auto 50px auto;
}

.profile {
  margin: 50px auto 50px auto;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
  line-height: 2;
}

.engineer {
  color: #66BFBF;
  font-size: 1.875rem;
  margin: 50px auto 0 auto;
  font-weight: normal;
  position: relative;
  bottom: 100px;
}

.mountain {
  width: 100%;
  height: auto;
  max-width: 1200px;
  position: absolute;
  bottom: 0%;
  right: 18.5%;
}

.computer {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.video-editing {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.top-container {
  height: 100%;
  padding-top: 100px;
}

.bottom-container {
  background-color: #66BFBF;
  padding: 50px 0 20px;
}

.personalphoto {
    width: 100%;
    max-width: 350px;
    height: auto;
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateY(250%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.img {
  animation: 1.5s ease-out 0s 1 slideInFromLeft;
}

.bottom-cloud {
  width: 100%;
  max-width: 225px;
  position: absolute;
  top: 40.3%;
  left: 24.5%;
}

.top-cloud {
  width: 100%;
  max-width: 225px;
  position: absolute;
  right: 26.5%;
  top: 11%;
}

@media screen and (max-width: 1680px) {
  .mountain {
    position: absolute;
    bottom: 0%;
    right: 15%;
  }
  .skill-row {
    width: 55%;
  }
}

@media screen and (max-width: 1536px) {
  .mountain {
    max-width: 1000px;
    position: absolute;
    bottom: 0%;
    right: 14%;
  }
  h1 {
    position: relative;
    bottom: 60px;
  }
  .engineer {
    position: relative;
    bottom: 130px;
  }
  .bottom-cloud {
    position: absolute;
    top: 42%;
    left: 24.5%;
  }
  .skill-row {
    width: 60%;
  }
}

@media screen and (max-width: 1400px) {
  .mountain {
    position: absolute;
    bottom: 0%;
    right: 11%;
  }
  .skill-row {
    width: 65%;
  }
}

@media screen and (max-width: 1366px) {
  .mountain {
    max-width: 800px;
    position: absolute;
    bottom: 0%;
    right: 19%;
  }
  h1 {
    position: relative;
    bottom: 85px;
  }
  .engineer {
    position: relative;
    bottom: 160px;
  }
  .skill-row {
    width: 65%;
  }
}

@media screen and (max-width: 1280px) {
  .mountain {
    position: absolute;
    bottom: 0%;
    right: 20%;
  }
  .skill-row {
    width: 69%;
  }
}

@media screen and (max-width: 1200px) {
  .mountain {
    position: absolute;
    bottom: 0%;
    right: 0%;
  }
}

.BUTTON_UOI {
  margin-top: 40px;
  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: -webkit-gradient(to bottom, #11CDD4, #11999E);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 100;
  padding: 10px;
  text-shadow: 0 1px 40px #000000;
  border: solid #337FED 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.BUTTON_UOI:hover {
   border: solid #337FED 1px;
   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: -webkit-gradient(to bottom, #30E3CB, #2BC4AD);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

.transition-element {
  height: 100vh;
  width: 100vw;
  background-color: #454545;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: 10000;
}
