@font-face {
  font-family: "apercu-regular";
  src: font-url("v4/apercu-regular.eot");
  src: font-url("v4/apercu-regular.eot?#iefix") format("embedded-opentype"),
       font-url("v4/apercu-regular.woff") format("woff"),
       font-url("v4/apercu-regular.ttf") format("truetype"),
       font-url("v4/apercu-regular.svg#apercuregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "burbank-small-bold";
  src: font-url("v4/burbank-small-bold.eot");
  src: font-url("v4/burbank-small-bold.svg");
  src: font-url("v4/burbank-small-bold.woff");
  font-style: normal;
  font-weight: normal;
}

* {
  font-family: 'apercu-regular';
}

body {
}

h1 {
  font-family: 'burbank-small-bold';
}

#logos { 
  display: flex; 
  justify-content: space-around; 
  align-items: center;
  margin: 10px;
}

p, li { 
  font-size: 1.5em
}