/*
Theme Name: Wildcare Alice Springs
Theme URI: https://wildcarealice.org.au
Author: Squiggly
Description: Custom theme for Wildcare Alice Springs - rescue, rehabilitate, and release native animals in Central Australia.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wildcare-alice
*/

body {
  font-family: "PT Sans", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-family: "PT Sans Narrow", sans-serif;
}

.hero-banner {
  background-image: url("assets/images/wildcare_joeys2.jpg");
}

/* wp_nav_menu generates <ul>/<li>/<a> we can't add Tailwind classes to */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

nav li {
  margin-left: 1.25rem;
}

nav a {
  text-decoration: none;
  color: #374151;
  font-weight: 600;
}

nav a:hover {
  color: #DF7535;
}
