@font-face {
  font-family: "Sansation";
  font-display: swap;
  src: url("/fonts/Sansation_Light.ttf") format("ttf");
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

body {
  margin: 8px;
  font-family: "Sansation Light";
  color: dimgray;
}

a {
  text-decoration: none;
}

a:visited {
  color: unset;
}

header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid steelblue;
}

header img {
  height: 1.5rem;
}

header > h1 {
  color: #2e93fc;
}

body > h2, body > h4 {
  text-align: center;
}

body > div {
  display: flex;
}

body > h3 {
  display: flex;
  align-items: center;
}

body > div > div {
  display: flex;
}

.contact {
  flex-wrap: wrap;
  padding: 3rem 0;
}

.contact a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 12rem;
}

.contact > div > div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.contact > div {
  padding: 1rem;
}

a > img {
  height: 36px;
}

a > h4 {
  text-align: center
}

footer {
  display: flex;
  justify-content: flex-end;
}

footer h5 {
  margin: 0;
}

footer img {
  height: 2rem;
}

.highlight {
  border: 1px dotted blue;
}

body i {
  padding: 0 .5rem 0 0;
}

.offer {
  flex-wrap: wrap;
}

.offer > div > div > div {
  flex-basis: auto;
  flex-direction: column;
}

.offer > div {
  flex: 1;
  justify-content: center;
}

.offer > div > div:nth-child(2) {
  align-items: center;
}

.offer > div > div {
  padding: 0 1.33em;
}

.offer > div > div > h4 {
  display: flex;
  align-items: center;
  height: 2.5rem;
  margin: 0;
  padding: .5rem 0;
}

.offer > div > div:nth-child(2) > h4 {
  justify-content: center;
  text-align: center;
}

.offer > div > div > div > div {
  display: flex;
  flex-basis: auto;
  align-items: center;
  height: 24px;
  padding: .6em 0;
}

.offer > div > div:nth-child(2) > div > div {
  justify-content: center;
}

.special-offer {
  color: red;
}