.arizonia-regular {
  font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal; }

.elms-sans {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

.elms-sans-bold {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: bold; }

* {
  margin: 0px;
  padding: 0px; }

:root {
  font-size: 20px; }

html {
  font-family: "Elms Sans", sans-serif;
  color: #121212;
  font-size: 20px; }

body {
  max-width: 60rem;
  margin: 0 auto; }

a {
  color: #D30018; }
  a:clicked {
    color: #BDAB94; }

nav {
  padding: 1rem;
  background-color: #F5F3EF; }
  @media screen and (min-width: 35rem) {
    nav {
      padding: .5rem;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  nav section {
    width: 90%;
    margin: 1rem auto; }
    @media screen and (min-width: 35rem) {
      nav section {
        margin: 0; } }
    nav section span, nav section p {
      display: block;
      text-align: center; }

#primaryLogo {
  position: relative;
  left: 1.1rem;
  width: 80%;
  margin: 0 auto; }
  @media screen and (min-width: 35rem) {
    #primaryLogo img {
      max-height: 6rem; } }

#socialIcons {
  text-align: center;
  margin: 1rem auto; }
  #socialIcons img {
    width: 1.5rem; }

#hero {
  position: relative;
  width: 100%;
  max-width: 60rem;
  min-height: 20rem;
  background-image: url("../media/hero.jpg");
  background-position: top right 7%;
  background-repeat: no-repeat;
  background-size: cover; }

#callToAction {
  position: absolute;
  top: 6rem;
  left: 25%;
  right: 25%;
  padding: .5rem;
  background-color: rgba(238, 238, 238, 0.95);
  outline: 1rem double rgba(238, 238, 238, 0.95);
  text-align: center; }
  #callToAction h2 {
    margin: .75rem;
    font-style: italic;
    font-size: 1.5rem; }
  @media screen and (max-width: 29rem) {
    #callToAction {
      left: 10%;
      right: 10%; } }

.bottomWaves {
  padding: 3rem 0;
  mask: radial-gradient(2.24rem at 50% calc(100% - 3rem), #000 99%, #0000 101%) calc(50% - 2rem) 0/4rem 100%, radial-gradient(2.24rem at 50% calc(100% + 2rem), #0000 99%, #000 101%) 50% calc(100% - 1rem)/4rem 100% repeat-x; }

.topWaves {
  padding: 3rem 0;
  mask: radial-gradient(2.24rem at 50% 3rem, #000 99%, #0000 101%) calc(50% - 2rem) 0/4rem 100%, radial-gradient(2.24rem at 50% -2rem, #0000 99%, #000 101%) 50% 1rem/4rem 100% repeat-x; }

.centered {
  text-align: center; }

#categories ul {
  width: 90%;
  margin: 1rem auto;
  list-style: none; }
  @media screen and (min-width: 35rem) {
    #categories ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; } }
  #categories ul li {
    position: relative;
    width: 100%;
    margin: .5rem; }
    @media screen and (min-width: 35rem) {
      #categories ul li {
        flex-basis: 42%; } }
    @media screen and (min-width: 60rem) {
      #categories ul li {
        flex-basis: 30%; } }
    #categories ul li a {
      position: absolute;
      height: 100%;
      width: 100%;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      transition: font-size .5s; }
      #categories ul li a:hover {
        font-size: 2.25rem; }
      #categories ul li a span {
        text-align: center;
        line-height: 100%;
        font-weight: bold;
        color: #F5F3EF;
        text-shadow: #BDAB94 0 0 0rem, #BDAB94 0 0 0.125rem, #BDAB94 0 0 0.125rem, #BDAB94 0 0 0.125rem, #BDAB94 0 0 0.125rem, #BDAB94 0 0 0.125rem, #BDAB94 0 0 0.125rem, #000000 0 0 0.125rem, #000000 0 0 0.125rem, #000000 0 0 0.125rem, #000000 0 0 0.125rem; }

#about {
  background-color: #BDAB94;
  color: #eeeeee; }
  #about h2 {
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0; }
  #about p {
    width: 70%;
    margin: 1rem auto;
    font-weight: bold; }

footer {
  background-color: #F5F3EF;
  padding: 1rem 0;
  text-align: center; }
  @media screen and (min-width: 35rem) {
    footer {
      display: flex;
      justify-content: space-around; } }
  footer section {
    margin: 1rem; }
    footer section img.logo {
      max-height: 6rem;
      position: relative;
      left: 1rem; }
    footer section ul {
      list-style: none; }

.categoryInfo {
  padding: 1rem 1rem 3rem 1rem;
  background-color: #BDAB94;
  color: #eeeeee; }
  .categoryInfo h1 {
    text-align: center; }
  .categoryInfo div {
    max-width: 30rem;
    margin: 0 auto;
    font-weight: bold; }

.categoryImages ul {
  width: 96%;
  margin: 1rem auto; }
  @media screen and (min-width: 35rem) {
    .categoryImages ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; } }
  .categoryImages ul li {
    list-style: none;
    margin: .5rem auto; }
    @media screen and (min-width: 35rem) {
      .categoryImages ul li {
        flex-basis: 48%; } }
    @media screen and (min-width: 60rem) {
      .categoryImages ul li {
        flex-basis: 31%; } }

/*# sourceMappingURL=styles.css.map */
