.banner {
  position: relative;
  display: block;
  width: 100%;
  height: 61.22449vh;
  z-index: -1;
  overflow: hidden;
}

.banner_img {
  margin-right: calc(-1 * (100vw - 100%));
  width: 100%;
  min-width: 2000px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0px;
  z-index: -2;
}

.banner_content {
  display: -ms-grid;
  display: grid;
  height: 100%;
  margin: auto auto;
  -ms-grid-columns: minmax(400px, 6fr) 6fr;
      grid-template-columns: minmax(400px, 6fr) 6fr;
}

.banner_header_box {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 20%;
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
}

.banner_text {
  display: inline;
  text-align: end;
}

.banner-t {
  font-family: "Lato",Arial;
  font-size: 2em;
  color: white;
}

.banner-h {
  font-family: "Lato",Arial;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2em;
  color: white;
}

.banner_cont_img_box {
  position: relative;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.banner_cont_img {
  position: absolute;
  width: 110%;
  left: 10%;
  bottom: -50px;
}

.about_site {
  margin-top: 40px;
  -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.AS_block {
  text-align: center;
  padding: 0 25px;
}

.as_content_img {
  height: 85px;
}

.about-site-t {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 123.99%;
  /* or 27px */
  text-align: center;
  letter-spacing: 0.03em;
  color: #3A3A3A;
}

.about-site-h {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 72.63%;
  /* or 17px */
  color: #2B2A2A;
}

.section_header {
  font-family: "Lato",Arial;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 10px;
  color: #242424;
  text-decoration: none;
}

.blog-h {
  display: inline;
  position: relative;
  text-decoration: none;
  color: #242424;
}

.blog-h:after {
  content: "";
  position: absolute;
  background: #464646;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-h:hover:after {
  width: 100%;
}

.blog_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.blog_section {
  cursor: pointer;
}

.blog_section img {
  width: 100%;
  border-radius: 15px;
}

.blog_desc_box {
  text-align: center;
}

.blog_desc {
  font-family: "Lato",Arial;
  display: inline;
  position: relative;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9898), to(#9898ff));
  background-image: linear-gradient(90deg, #ff9898, #9898ff);
  background-size: 0% 0px;
  background-repeat: no-repeat;
  background-position: left bottom -3%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #2e2e2e;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  /* identical to box height */
}

.blog_section:hover .blog_desc {
  background-size: 100% 3px;
  color: #000000;
}

.about_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 5fr;
      grid-template-columns: 7fr 5fr;
}

.about_me_container {
  padding-left: 40px;
  padding-right: 10%;
}

.about-me-t {
  font-family: "Lato",Arial;
  text-align: justify;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #2e2e2e;
}

.about-me-t span {
  color: #101010;
}

.about-me-uses-page {
  color: #2e2e2e;
}

.skills {
  margin-top: 14px;
  margin-bottom: 12px;
}

.skills:first-child {
  margin-top: 30px;
}

.skills_H {
  margin-bottom: 12px;
}

.skills_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.nestedItem_skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-me-t-link {
  text-decoration: none;
  font-weight: bold;
  color: #244086;
}

.skills_img {
  margin-right: 15px;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 8px;
}

.skills_img[src^="./src/assets/icons/sculpt_icon.png"] {
  image-rendering: auto !important;
}

.skills_bracket:first-child {
  margin-right: 5px;
}

.skills_bracket:last-child {
  margin-right: 15px;
}

.skills_bracket {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
}

.portrait_div {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.portrait {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  max-width: auto;
  min-width: 250px;
}

@media screen and (max-width: 1440px) {
  .banner_img {
    min-width: 1800px;
    bottom: -30px;
  }
  .banner_cont_img {
    width: 92%;
    left: 12%;
    bottom: -40px;
  }
  .banner {
    height: 500px;
  }
  .about_site {
    margin-top: 30px;
  }
  .as_content_img {
    height: 70px;
  }
  .about-site-t {
    font-size: 19px;
  }
  .about-site-h {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 19px;
  }
}

@media screen and (max-width: 1100px) {
  .banner_content {
    -ms-grid-columns: 7fr 5fr;
        grid-template-columns: 7fr 5fr;
  }
  .banner_img {
    min-width: 1720px;
  }
  .banner_header_box {
    padding-right: 25%;
  }
  .banner_cont_img {
    width: 110%;
    left: -4%;
    bottom: -30px;
    min-width: 340px;
  }
  .banner-h {
    font-size: 40px;
  }
  .banner-t {
    font-size: 1.8em;
  }
  .about_me_container {
    padding-right: 2%;
  }
}

@media screen and (max-width: 880px) {
  .banner {
    height: 400px;
  }
  .banner_img {
    min-width: 1320px;
  }
  .banner_header_box {
    padding-right: 12%;
  }
  .banner-h {
    font-size: 34px;
  }
  .banner-t {
    font-size: 1.4em;
  }
  .about_content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
  }
  .portrait {
    max-width: 400px;
  }
  .AS_block {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  .banner {
    height: 580px;
  }
  .banner_img {
    min-width: 1620px;
    left: 2%;
    bottom: -5%;
  }
  .banner_cont_img {
    width: 80%;
    left: 15%;
    bottom: -10px;
    min-width: 380px;
  }
  .banner_content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .banner-h {
    font-size: 10vw;
  }
  .banner-t {
    font-size: 6vw;
  }
  .blog_content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 10px 20px;
  }
  .blog_section {
    margin-bottom: 30px;
  }
  .blog_desc {
    font-size: 18px;
    line-height: normal;
  }
  .AS_block {
    padding: 0 5px;
  }
  .about-me-t {
    text-align: left;
  }
  .about_me_container {
    padding-left: 10px;
  }
  .skills {
    font-size: 18px;
  }
  .prog_skills, .a3d_skills, .dgn_skills {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .banner_header_box {
    padding-right: 8%;
  }
  .banner_img {
    min-width: 1600px;
    left: -26%;
    bottom: -8%;
  }
  .banner_cont_img {
    width: 80%;
    left: 0%;
    bottom: -5px;
  }
  .section_header {
    font-size: 27px;
  }
}
/*# sourceMappingURL=homeCSS.css.map */