/*************************************************
 *  An Example Green Theme for Hugo Academic
 *  Set `custom_css = ["green.css"] in `config.toml`.
 *  Then save this file as `/static/css/green.css` relative to your website root (i.e. not in `themes/academic` directory).
 *  https://github.com/gcushen/hugo-academic
 **************************************************/


html {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: rgba(0,0,0,0.8);
  line-height: 1.65;
}
@media screen and (min-width: 58em) {
  html {
    font-size: 18px;
  }
}

figure.two {
    width: 49%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
}

figure.three {
    width: 33%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
    /*display: inline-block;*/
}

div.three {
  width: 100%;
  float: left;
  margin: 0;
  text-align: center;
  padding: 0;
  /*display: inline-block;*/
}



.home-section {
  background-color: rgb(255, 255, 255);
  padding: 40px 0 40px 0;
  animation: intro 0.3s both;
  animation-delay: 0.15s;
}

