@font-face {
  font-family: Lato;
  font-weight: 200;
  src: local("Lato Thin"),
       url("fonts/Lato/Lato-Thin.ttf") format(truetype);
}

@font-face {
  font-family: Lato;
  font-weight: 300;
  src: local("Lato Light"),
       url("fonts/Lato/Lato-Light.ttf") format(truetype);
}

@font-face {
  font-family: Lato;
  font-weight: 400;
  src: local("Lato Regular"),
       url("fonts/Lato/Lato-Regular.ttf") format(WOFF2);
}

body {
  font-family: "Lato";
  padding-top: 5%;
  width: auto;
  max-width: 775px;
  padding: 0 15px;
  margin: auto;
  font-weight: 300;
}

.main {
  padding-left:10%;
  padding-bottom:5%;
}

.vl {
  border-left: 3px solid #B31B1B;
  position:fixed;
  height: 80%;
}

h5 {
  position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    line-height: 0px;
    font-weight: 300;
}

header {
  float:left;
  padding-right: 4%;
}

.news {
  clear: left;
  padding-top: 0%;
  overflow-y: auto;
  max-height: 250px;
}

@media only screen and (max-width: 700px){
  .news {
  clear: left;
  padding-top: 0%;
  overflow-y: auto;
  max-height: 283px;
}
}

.bio {
  clear:left;
  padding-top: 1%;
}

@media (min-width: 700px) {
  .bio {
    clear:none;
    padding-top: 0%;
  }
}

a:link, a:visited {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  border-bottom: 1.5px dotted rgba(0, 0, 0, 0.3);
}

a:hover, a:active {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

