body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
}
.inner {
    width: 1440px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 101;
}
.learn, .backtotop, .see_skills, .write {
  color: #f4a949 !important;
  font-size: 18px !important;
  font-weight: bold;
  cursor: pointer;
  padding: 0 !important;
  margin: 0;
}
.projects, .more_projects {
  color: #f4a949;
  cursor: pointer;
  display: inline;
}

.hero {
    display: flex;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.hero .hero_left {
    width: 50%;
    max-width: 550px;
    margin: 0;
    font-size: 18px;
}

.hero .hero_right {
    margin: 2rem auto 0;
    width: 50%;
    max-width: 500px;
}
.about_right {
  margin: 2rem 200px 0 0 !important;
  max-width: 600px !important;
}
.about_right p {
  font-size: 18px;
  margin: 0;
  padding: 8px !important;
}
h1, h2, h3, h4, h5, p {
    color: #f0f8ff;

}
.hero h1 {
    font-size: 60px;
    line-height: 50px;
    color: #f0f8ff;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hero p {
    display: block;
    padding: 2rem 0;
    color: #f0f8ff;
}
.overlay_sides {
    position: fixed;
    top: 0;
    z-index: 100;
}
.overlay_sides.overlay_sides_left {
    left: 3.125rem;
}
.overlay_sides.overlay_sides_right {
  align-items: flex-end;
    height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: 3.125rem;
    height: calc(100vh - 6.25rem);
}
#contact_button {
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 10px;
  color: #FFF;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
}
#contact_button:hover {
  background: #FFF;
  color: #000;
}
.skills, .portfolio {
    text-align: center;
    padding: 0;
}
.portfolio {
  max-width: 1000px;
  margin: auto;
}
.portfolio  h1 {
  font-size: 60px;
  margin: 0;
}
.skills h3 a {
    color: #f4a949;
    text-decoration: none;
}
.skills h3 {
    max-width: 700px;
    margin: 0 auto;
}
.skills_brands {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: center;
}

.skills_brands {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;

    @media(min-width: 768px) {
      max-width: 1000px;
      justify-content: center;
    }

    div {
      text-align: center;
      margin: 0 0 30px 0;
      font-size: 16px;
      width: 33%;

      @media(min-width: 430px) {
        font-size: inherit;
      }

      @media(min-width: 768px) {
        width: auto;
      }

      p {
        margin: 0;
        @media(min-width: 430px) {
          margin: 0 0 0 10px;
        }
        @media(min-width: 768px) {
          margin: 0;
        }
      }

      svg {
        width: 50px;
        height: 40px;
      }

      @media(min-width: 768px) {
        display: block;
        margin: 0 30px 3rem;
        font-size: inherit;
        svg {
          width: 50px;
          height: 50px;
        }
      }

      @media(min-width: 1010px) {
        svg {
          width: 70px;
          height: 70px;
        }
      }
    }
  }
  .portfoliogrid {
    display: flex;
    flex-direction: column;
  }
  .portfoliorow {
    display: flex;
  }
  .portfoliorow img {
    width: 100%;
    width: 300px;
  }
  .portfoliogrid a {
    color: #f4a949;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
  }
  .contact {
    text-align: center;
    max-width: 550px;
    margin: auto;
  }
  .contact p {
    font-size: 24px;
  }
  .contact a {
    color: #f4a949;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
  }
  .icon_wrap {
    max-width: 25px;
    background: #FFF;
    border-radius: 100px;
    padding: 15px;
    margin-top: 20px;
  }
  .icons {
    margin-top: 25px;
    margin: auto;
    width: 50px;
    margin-bottom: 25px;
  }
  .computer_graphic svg {
    width: 100%;
    height: 100%;
    max-width: 400px;
    margin-top: -20px;
}
.biopic_wrap {
  position: absolute;
  left: 50%;
  top: 100px;
}
.biopic {
  width: 500px;
    position: relative;
    left: calc(-50% - 50px);
    opacity: 0.2;
    filter: brightness(0.5);
    filter: saturate(0.5);
}
.about_decor {
  opacity: .7;
  right: -550px;
  position: absolute;
  top: -450px;
  opacity: .4;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  z-index: 10;
  pointer-events: none;
}
.hero_decor {
  left: -550px;
  opacity: .7;
  position: absolute;
  bottom: -450px;
  opacity: .4;
  transform: rotate(180deg);
  -webkit-filter: blur(6px);
  filter: blur(6px);
  z-index: 10;
  pointer-events: none;
}
.dots_pic {
  position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10%;
    transform: rotate(90deg);
}