@import url('variables.css');
@import url('menu.css');
@import url('filter.css');
@import url('recreationgov_cards.css');
@import url('about.css');
@import url('info.css');

h1 {
  text-align: center;
}

body {
  background-color: var(--background);
}

.flex-parent {
  display: flex;
}

.font-parent {
  font-family: "DIN Condensed";
  src: url('DIN.ttf');
}

/* ################## Logo ################## */
.logo_main {
  color: var(--logo-permit);
  font-size: 3.5rem;
}

.logo_end {
  color: var(--logo-pulse);
  font-size: 3.5rem;
}

/* ################## Utility classes ################## */
.hidden {
  display: none;
}


/* ################## Footer ################## */
footer {
  text-align: center;
  padding: 20px;
  background: var(--background);
  color: var(--footer-color);
  font-size: 14px;
  margin-top: 50px;
}

footer a {
  color: var(--footer-link);
  text-decoration: none;
  font-weight: bold;
}

footer a:hover {
  text-decoration: underline;
}
