@font-face {
  font-family: PublicSans300;
  src: url('../fonts/PublicSans300.ttf');
}

body {
  background: #FFE5CB;
  font-family: PublicSans300;
}

/* Used for devices e.g. iPad that generate links themselves. */
a {
  color: #B06D29;
}

/* Header-related stuff */

header {
  border-radius: 6px;
  background: #2c4790;
  margin-top: 17px;
  padding-left: 5rem;
  padding-right: 5rem;
  height: 4rem;
}

img.logo {
  width: 14rem;
  margin-left: 10%;
}

header > div.navbar {
  display: inline-block;
  width: 75%;
}

header > div.navbar > a {
  margin-right: 25px;
  display: inline-block;
  color: #f8d835;
  font-size: 2rem;
}

section.content > h1 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: xx-large;
}

/* Footer-related stuff */

footer {
  border-radius: 6px;
  background: #2c4790;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}

footer > div.information {
  column-count: 2;
  display: inline-block;
}

footer > div.information > div.contact {
  color: #f8d835;
  margin-left: 3rem;
  display: inline-block;
}

footer > div.information > div.business {
  color: #f8d835;
  margin-left: 3rem;
  display: inline-block;
}

footer > div.information > div.contact > p > a#email {
  color: #f8d835;
}
