h1{
  font-family: 'Sacramento', cursive;
  font-size: 3.625rem;
  margin: 15px auto 0 auto;
}

h2{
  color: #16003B;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 10px;
}

h3{
  font-family: 'Montserrat', sans-serif;
  color: #16003B;
}

a{
  color: #16003B;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover{
  color: #EAF6F6;
}

hr{
  border: dotted #76BA99 5px;
  border-bottom: none;
  width: 9%;
  margin: 100px auto 100px auto;
}

body{
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
  color: #000000;
}

p{
  line-height: 2;
}

.alx{
  margin: inherit;
}

.alx:hover{
  color: blue;
}

.horizontal-rule-1{
  margin-top: 0;
  margin-bottom: 40px;
}

.horizontal-rule-2{
  margin-bottom: 3px;
}

.one{
  background-color: #A2CDCD;
  position: relative;
  padding-top: 116px;
}

.two{
  background-color: #F6FBF4;
  margin: 0 auto;
  padding-bottom: 10px;
}

.three{
  background-color: #A2CDCD;
  /* padding: 50px 0 20px; --------- padding removes color But will adjust container*/
  padding-top: 20px;
  padding-bottom: 20px;
}

.me{
  max-width: 23.5%;
  float: left;
  margin-left: 30px;
  margin-top: -55px;
}

.hey{
  padding-left: 5%;
}

.header1{
  color: black;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 20px;
}

.top-cloud{
  position: absolute;
  right: 185px;
  top: 40px;
}

.buttom-cloud{
  position: absolute;
  left: 350px;
  bottom: 400px;
}

.my-image{
  max-width: 30%;
}
.worksample-image{
  max-width: 90%;
}
.mountain{
  max-width: 150px;
  margin-top: 55px;
  margin-bottom: 3px;
}

.skill-row{
  max-width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}
.portfolio-row{
  max-width: 70%;
  margin: 100px auto 100px auto;
  text-align: center;
}

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

.technical-writing{
  width: 25%;
  float: right;
  margin-right: 30px;
  /* To keep the text under the image use the clear elemnt, that is

    .(whatever class name you give to the <p> tag) {
      clear: left;
  }*/
}

.time-management{
  width: 25%;
  float: left;
  margin-right: 30px;
}

.introduction{
  width: 30%;
  margin: auto;
}
.portfolio-introduction{
  width: 70%;
  margin: auto;
}

.telephone{
  margin-right: 15px;
}

.contact-message{
  width: 40%;
  margin: 25px auto 40px;
}

.copyright{
  color: #100F0F;
  font-size: 0.75rem;
  padding: 20px 0;
}

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

.btn:hover{
  background: #30e3cb;
  background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ed);
  background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ed);
  background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ed);
  background-image: -o-linear-gradient(top, #30e3cb, #2bc4ed);
  background-image: linear-gradient(to bottom, #30e3cb, #2bc4ed);
  text-decoration: none;
}
