body {
  padding: 0em;
  font-family: cambria,"Times new roman", serif;
  background-color: #fff;
}

#intro {
  width: 100%;
  height: 100vh;
  /*height: 200px;*/
  position: relative;
  background: url("/assets/images/frontpage_banner_2023.jpg") no-repeat 48% 12%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  color: #26212a;
  text-shadow: rgba(50, 30, 50, 0.4) 1px 1px 2px;
}



h1.bio_title {
  font-weight: 200;
  font-size: 60px;
  line-height: 0.8em;
  color: rgb(50, 47, 42);
  text-shadow: 2px 2px 3px rgba(125, 107, 61, 0.4);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 0, 0, 0.01) 100%), linear-gradient(0deg, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.5) 100%);
  padding: 0.5em 0.5em;
  margin: 0;

}

h1.bio_title > small {
  font-weight: 100;
  font-size: 0.8em;
  letter-spacing: 0.3em;
  text-transform: lowercase;
  color: rgb(112, 103, 82);
}

.bio {
  color: #442;
  text-align: justify;
  font-size: 18px;
}

.home_img {
  width: 30%;
  float: left;
  margin: 0;
  margin-right: 2em;
  margin-bottom: 1em;
  padding: 0;
  box-shadow: 2px 2px 3px rgba(100, 100, 50, 0.4);
  border-radius: 0.4em;
}

@media only screen and (max-width: 768px) {
  body {
    font-family: cambria,"Times new roman", serif;
    background-color: #eee;
  }
  p.bio {
    font-size: 16px;
  }
  h1.bio_title {
    font-weight: thin;
    font-weight: 200;
    display: inline-block;
    font-size: 30px;
    margin-top: 0;
    text-shadow: 2px 2px 3px rgba(100, 100, 50, 0.4);
  }
  .home_img {
    float: none;
    width: 100%;
    margin-right: 0em;
    margin-bottom: 1em;
    box-shadow: 2px 2px 3px rgba(100, 100, 50, 0.4);
    border-radius: 1em;
  }
}

/*# sourceMappingURL=styles.css.map */