@font-face {
  font-family: "Aristotle";
  src: url("fonts/Aristotle.eot");
  src: local("☺"), url("fonts/Aristotle.woff") format("woff"),
    url("/fonts/Aristotle.ttf") format("truetype"),
    url("/fonts/Aristotle.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Aristotle", monospace;
  color: black;
  line-height: 1.25;
}

.main {
  margin-top: 5em;
}

.bio-column {
  width: 15.938em;
}

/* FIRST COLUMN */

.main-title {
  font-size: 1.125em;
  line-height: 1em;
  color: rgb(164, 0, 0);
}

.title {
  font-size: 1.125em; 
  margin-top: .3em; 

} 
#main-photo {
  width: 6.37em; 
  z-index: 1;
}

.sketch-image {
  min-width: 15.938em;
  z-index: 0;
  margin-top: -3.125em;
}

.soon {
  color: rgb(164, 0, 0);
  font-size: 1em; 
} 

/* SECOND COLUMN */

 .bio-content {
  width:  12.500em;
  font-size: 1em;
  line-height: 1em;
  margin-left: 1em;
  margin-bottom: -.1em;
} 


ul.social-media > li {
  display: inline-flex;
}


/* MEDIA QUERIES */

@media screen and (min-width:280px) and (max-width:380px) {

  .main-title, .title { 
    font-size: 1.25em;
  }

  .bio-column, .bio-content {
    width: auto;
    height: auto;
  }

  .bio-content {
    font-size: 1em;
  }  

  #main-photo {
    width: 5.8em;
  }

  .sketch-image {
    margin-top: -3.2em;
  }

  .soon {
  font-size: 1em;
  margin-top: -.5em;
  text-align: center;
  }

}

@media screen and (min-width:381px) and (max-width:490px) {

  .main-title, .title { 
    font-size: 1.25em;
  }

  .bio-column, .bio-content {
    width: auto;
    height: auto;
  }

  .bio-content {
    font-size: 1em;
  }  

  #main-photo {
    width: 6em;
  }

  .sketch-image {
    margin-top: -3.2em;
  }

  .soon {
  font-size: 1em;
  margin-top: -.5em;
  text-align: center;
  }

} 

@media screen and (min-width:492px) and (max-width:570px) {

  .main {
    display: inline-flex;
  }

  .bio-column {
    width: 40vw;
    align-self: start;
  }

  .bio-content {
    width: 52vw;
    align-self: end;
  }

  #main-photo {
    width: 23vw;
  } 
  
  .sketch-image {
    min-width: 10em;
  }

}  

@media screen and (min-width:571px) and (max-width:766px) {

  .main {
    display: inline-flex;
  }

  .bio-column {
    width: auto;
    align-self: start;
  }

  .bio-content {
    width: auto;
    align-self: center;
  }

  #main-photo {
    width: 23vw;
  } 
  
}  

@media screen and (min-width:768px) and (max-width: 999px) {
  
  .sketch-image {
    min-width: 12em;
  }
  
  .bio-content {
    font-size: .82em;
  }
  .soon {
    margin-top: -1.5em;
  }
  
  .is-social {
    width: 24px;
    height: 24px;
  }

}

@media screen and (min-width: 1100px) and (max-width:1200px) {
  .bio-content {
    font-size: 1.110em;
  }

}

@media screen and (min-width:1220px) and (max-width:1268px){
  .bio-content {
    font-size: 1.120em;
  }

}

@media screen and (min-width:1280px) and (max-width:1350px){
  .bio-content {
    font-size: 1.20em;
  }

}
 
@media screen and (min-width:1351px) and (max-width: 1440px) {
  .bio-content {
    font-size: 1.25em;
  }

}

@media screen and (min-width:1351px) {

  .main-title, .title {
    font-size: 1.375em;
  }

   .title {
    font-weight: 300;
  }

}
 
@media screen and (min-width:1441px)  {
  .bio-content {
    font-size: 1.4em;
  } 
  #main-photo {
    width: 9.37em; 
  }  
  
}

@media screen and (min-width: 1900px) {
  .bio-content {
    font-size: 1.5em;
    line-height: 1.3em;
  }
  
  .main-title, .title {
    font-size: 1.75em;
  }
}


