* {
  font-family: Ubuntu, sans-serif;
  scroll-behavior: smooth;
}
* body {
  background: #e4f9f5;
}
* body header img {
  width: 30%;
  border-radius: 50%;
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
* body header img:hover {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  * body header img {
    max-width: 240px;
  }
}
* body header h1, * body header h2 {
  color: #40514e;
  text-align: center;
}
* body header h1 {
  margin: 0px;
}
* body header h2 {
  margin: 0px 0px 30px 0px;
}
* body nav {
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  * body nav {
    text-align: center;
  }
}
* body nav a {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-around;
  align-content: center;
  padding: 10px 20px;
  background-color: #b1eee6;
  margin: 2px;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  * body nav a {
    display: inline-block;
    width: 15%;
    max-width: 130px;
  }
}
@media (min-width: 1024px) {
  * body nav a {
    display: inline-block;
    width: 20%;
    max-width: 250px;
  }
}
* body nav a:hover {
  transition: 0.5s;
  border-radius: 20px;
  background: #11999e;
}
* body nav a b {
  position: absolute;
  right: 20px;
}
@media (min-width: 768px) {
  * body nav a b {
    display: none;
  }
}
* body a {
  text-decoration: none;
  transition: all 0.5s;
}
* body a:link {
  color: #11999e;
}
* body a:visited {
  color: #11999e;
}
* body a:hover {
  color: orangered;
}
* body a:hover i {
  color: orangered;
}
* body section h2 {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #40514e;
  border-bottom: 1px solid #40514e;
  max-width: 90%;
  padding-bottom: 10px;
}
* body section ul li {
  color: #40514e;
  padding: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
  * body section ul li {
    text-align: center;
    list-style-type: none;
  }
}
* body section ul i {
  color: #696969;
}
* body section ul a {
  font-weight: bold;
}
* body section img {
  width: 80%;
  max-width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
* body section p {
  font-weight: bold;
  text-align: center;
  padding: 0px 0px 20px 0px;
  color: #696969;
}
* body section .skill-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
* body section .skill-block .skilltitle {
  color: #40514e;
  margin: 10px 0px 5px 10px;
}
* body section .skill-block .skillsbar {
  height: 9px;
  border: 1px solid #11999e;
  border-radius: 10px;
}
* body section .skill-block .line {
  height: 9px;
  background-color: #11999e;
  border-radius: 9px;
}
* body section .skill-block .line-one {
  width: 65%;
}
* body section .skill-block .line-two {
  width: 85%;
}
* body section .skill-block .line-three {
  width: 55%;
}
* body section .flex-container {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  * body section .flex-container {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  * body section .flex-container {
    flex-flow: row;
    justify-content: center;
  }
}
* body section .sm {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
}
* body section .fab, * body section .fas {
  vertical-align: middle;
  margin: 2px 20px 5px 30px;
  color: #11999e;
  font-size: 36px;
  transition: all 0.5s;
}
* body h4 {
  text-align: center;
  color: #a0d3cc;
}
* body #bodylink {
  display: block;
  text-align: center;
  font-weight: bold;
}

/*# sourceMappingURL=tempstyle.css.map */
