@import url("http://fonts.googleapis.com/css?family=Libre+Baskerville");
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
body{
  margin-top: 1em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  /* font-family: 'Libre Baskerville', serif; */
  font-family: 'Fira Sans', sans-serif;
  font-size: 12pt;
} 

a{
  color: rgb(51,113,183);
  text-decoration: none;
}

a[href^="http:"] {
  display:inline-block;
  padding-right:16px;
  background:  transparent url("External.svg") center right no-repeat;
  background-size: 12px 12px;
}

a[href$='.pdf'] {
  display:inline-block;
  padding-right:26px;
  line-height:18px;
  background:transparent url("application-pdf.svg") center right no-repeat;
  background-size: 18px 18px; 
}

ul{
  list-style-type: none;
  padding: 0px;
}

ul li{
  padding-bottom: 1em;
}

.nav{
  display: block;
  float: left;
  width: 33%;
  text-align: center;
  font-weight: bold;
}

.title{
  display: block;
  float: center;
  width: 100%;
  text-align: center;
  font-weight: bold;
}


.section{
  font-weight: bold;
}

