@font-face {
  font-family: Brandon Regular;
  src: url('../fonts/BrandonText-Regular.otf');
}

@font-face {
  font-family: Brandon Medium;
  src: url('../fonts/BrandonText-Medium.otf');
}

@font-face {
  font-family: Brandon Light Italic;
  src: url('../fonts/BrandonText-LightItalic.otf');
}

#header{
  background-image: url("../images/logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 8rem;
  margin-top: 1rem;
}

p {
  text-align: justify;
}

h1{
  font-family: Brandon Medium;
  text-align: center;
  margin-top: 5vh;
  color: #6E6E6E;
}

h2{
  font-family: Brandon Medium;
  text-align: left;
  color: #6E6E6E;
  font-size: 2rem;
}

ol.abc {
  list-style: lower-alpha;
  padding-left: 3rem;
  margin-top: -1rem;
}

ul {
  list-style-type: circle;
  padding-left: 3rem;
}

p.footer {
  font-size: 1.25rem;
  font-family: Brandon Light Italic;
  text-align: left;
  margin-bottom: 1rem;
  color: #6E6E6E;
}

body {
  color: #454545;
}
