html {
    font-size: .9rem;
    font-family: 'Castoro Titling', cursive;
  }
  
/* Header */

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    position: relative;
  }
  
  h1 {
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 10px;
  }
  
  h1 a {
    color: black;
    text-decoration: none;
  }
  
  #nav-links a {
    font-size: 1rem;
    margin-right: 20px;
    text-decoration: none;
    color: black;
  }
  
  #nav-links a.active {
    font-style: italic;
  }
  

  body {
    text-align: center;
    font-size: 1rem;
    color: rgb(0, 0, 0);
  }
  

#Google-Maps-Link a {
    margin-right: 20px;
    text-decoration: underline;
    color: black;
}

  #Email-link a {
    margin-right: 20px;
    text-decoration: underline;
    color: black;
  }



  
    /* Footer */
    footer img {
        width: 100px;
        height: 100px;
      }
  
  
  
  /* Mobile Compatible? */

   @media only screen and (max-width: 767px) {
    .main-content {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .content-item {
      padding: 1rem;
    }
  }
  