body{
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: objektiv-mk2, sans-serif;
  font-size: 20px;
}

  /*    ~~   Find HEADER styles on headerStyle.css    ~~   */

  /*===================================
  === About Title and Rule ===
  ======================================== */

  .title h1{
    font-family: davis, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 70px;
    color: #1D252A;
    text-align: center;
    margin-top: 100px;
  }

  .title hr {
    width: 300px;
    background-color: #FFAF00;
    height: 6px;
    border: 0;
  }
  /*===================================
  === About Me section ===
  ======================================== */
  .about{
    padding: 100px 100px 0px 100px;
    width: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

/*  ========== SUBSECTION: My Picture ============  */
  .picture{
    width: 50%;
    margin: auto;
    float: left;
  }

  img{
    width: 100%;
    margin: auto;
    float: left;
  }

/*  ========== SUBSECTION: Biography ============  */
  .bio{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: auto;
    float: right;
    padding: 0px 0px 0px 0px;
  }

  .bio p{
      display: inline-block;
      font-family: objektiv-mk2, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 25px;
      color: #1D252A;
      text-align: left;
      margin: 0px 0px 0px 200px;
  }

  /*  ========== SUBSECTION: Link Styling ============  */
  #link, #link:visited{
    color: #FFAF00;
  }

  #link:hover{
    color: #1D252A;
  }

/*  ========== SUBSECTION: Socials ============  */
  .social {
  display: table;
  margin: auto;
  }
  .social ul{
    padding: 0px 0px;
  }
  .social li{
   display: inline;
   margin: auto;
  }

  #icon{
  padding-left: 10px;
  }

  i:hover{
    color: #7B6F87;
  }
@media only screen and (max-width: 2100px){
  .picture{
    width: 75%;
  }

  .bio p{
    font-size: 18px;
    margin: 0px 0px 0px 100px;
  }
}
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 992px){
  .about{
    padding: 50px 50px;
  }
  .bio p{
    font-size: 15px;
    margin: 0px 0px 0px 50px;
  }
}
@media only screen and (max-width: 769px){
  .title h1{
    margin-top: 50px;
    font-size: 60px;
  }

  .picture{
    width: 100%;
  }

  .bio p{
    margin: 0px 0px 0px 30px;
  }
}
@media only screen and (max-width: 600px){
  .title h1{
    margin-top: 20px;
    font-size: 50px;
  }

  .title hr {
    width: 150px;
    height: 3px;
  }

  .about{
    display: inline-block;
  }

  .bio{
    padding-top: 30px;
  }

  .bio p{
    margin: 0px 0px 0px 0px;
  }

}
@media only screen and (max-width: 370px){

}
