/*________----------------------------_____________*/

@media screen and (max-width: 500px) {
  .summary_info_box > pre {
    font-size: 25px;
  }
  .about_img {
    margin-top: 50px;
  }
  .about_heading {
    margin-top: 40px;
  }
  .contact_page {
    min-height: 80vh !important;
  }
}

/*________----------------------------_____________*/

@media screen and (max-width: 600px) {
  .skill_logo {
    font-size: 18px;
  }
  .about_logo {
    font-size: 20px;
  }
  .contact_logo {
    font-size: 21px;
  }
  header > span {
    top: 15px !important;
  }
  .navigation_box_none {
    display: none;
  }
}

/*________----------------------------_____________*/

@media screen and (max-width: 900px) {
  .homepage_box {
    height: auto;
  }
  .my_image_box {
    float: none;
    margin-right: 0;
    padding: 5px;
    margin: auto;
    width: 80%;
    margin-bottom: 6%;
  }
  .prog_image {
    width: 100%;
    height: 350px;
  }
  .summary_info_box {
    text-align: center;
  }
  .summary_info_box > pre {
    text-align: center;
    margin: auto;
  }
  .contact_button {
    margin: auto;
  }
  .contact_button > button {
    width: 200px;
    font-size: 20px;
  }
  .conclusion_box {
    margin-bottom: 4%;
  }
  .conclusion_box > .footer_links > .github_icon {
    width: 40px;
    height: 35px;
  }
  .overlay {
    display: block;
  }
  header > span {
    display: block;
    position: relative;
    left: 90%;
    top: 30px;
    font-size: 25px;
  }
  .navigation_box {
    display: none;
  }
  .firstname_logo {
    margin-right: 100%;
    margin-left: -5% !important;
  }
}

/*________----------------------------_____________*/

@media (min-width: 901px) and (max-width: 1100px) {
  .homepage_box {
    height: auto;
  }
  .summary_info_box > pre {
    font-size: 32px;
    letter-spacing: 8px;
  }
  .my_image_box {
    margin-right: 5%;
  }
  .contact_button > button {
    width: 200px;
    font-size: 20px;
  }
  .conclusion_box {
    margin-bottom: 15%;
  }
  .conclusion_box > .footer_links > .github_icon {
    width: 40px;
    height: 35px;
  }
}

/*________----------------------------_____________*/
