h2{color: #cf7500}

img {margin: 10px auto 20px; display: block}

.rotRight{transform: rotate(2deg);}
.rotLeft{transform: rotate(-2deg);}

@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Mulish:wght@300&family=Unbounded:wght@300&display=swap')
* {font-family: 'Mulish', sans-serif}
h1, h2, h4{font-family: 'Bakbak One', cursive}

.red{color: red}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem; /* space between items */
}

.nav-link {
  font-family: system-ui, sans-serif;
  font-size: 0.95rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: #333 !important;
  text-decoration: none;
  transition: color 0.2s ease, border-bottom 0.2s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: #b30000 !important;
  border-bottom: 1px solid #b30000;
}

.homelink {
  font-weight: 700;
}
.spacer>li{
	padding-bottom: 2em;
}
