 /* footer start */

 footer {
    height: 700px;
    background-color: #f9f4f0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }

  .footer-container {
    width: 90%;
    height: 100%;
    background-color: #392523;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-img-footer {
    height: 175px;
    width: 175px;
    z-index: 2;
    margin: 50px 10px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo-img-footer img {
    width: auto;
    height: 100%;
  }

  .four-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: top;
    width: 80%;
  }

  .banquet-hours {
    width: 30%;
  }

  .title {
    color: #7CA173;
    font-family: Gopher Display;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .footer-text {
    color: #f9f4f0;
    font-family: Mr Eaves;
    font-size: 24px;
  }

    .footer-text1 {
    color: #f9f4f0;
    font-family: Mr Eaves;
    font-size: 24px;
  }

  .footer-text-two {
    font-style: italic;
    font-size: 24px;
    font-family: Mr Eaves;
    color: #f9f4f0;
  }

  .location {
    width: 30%;
  }

  .icons {
    width: 30%;
  }

  .quicknav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 100px 0 0 0;
  }

  .quicknav a:link {
    font-family: Roboto;
    font-size: 18px;
    color: #f9f4f0;
    text-decoration: none;
    margin: 0 25px 0 25px;
  }

    .quicknav a:visited{
    font-family: Roboto;
    font-size: 18px;
    color: #f9f4f0;
    text-decoration: none;
    margin: 0 25px 0 25px;
  }

    .quicknav a:active{
    font-family: Roboto;
    font-size: 18px;
    color: #f9f4f0;
    text-decoration: none;
    margin: 0 25px 0 25px;
  }

  .copyright {
    font-family: Gopher Display;
    text-transform: uppercase;
    color: #f9f4f0;
    font-size: 16px;
    margin: 45px 0 0 0;
  }

  .copyright a:link {
    text-decoration: none;
    color: #f9f4f0;
  }

    .copyright a:active {
    text-decoration: none;
    color: #f9f4f0;
  }

    .copyright a:visited {
    text-decoration: none;
    color: #f9f4f0;
  }

  .divide {
    font-size: 22px;
  }

  .designed {
    font-family: Gopher Display;
    text-transform: uppercase;
    color: #7CA173;
    font-size: 16px;
  }

  .designed a:link {
    color: #f9f4f0;
    text-decoration: underline;
  }

  .designed a:hover {
    color: #f9f4f0;
    text-decoration: none;
  }

 .footerlink a:link {
    text-decoration: none;
    color: #7CA173;
  }

   .footerlink a:visited {
    text-decoration: none;
    color: #7CA173;
  }

     .footerlink a:active {
    text-decoration: none;
    color: #7CA173;
  }

     .footerlink a:hover {
    text-decoration: underline;
    color: #7CA173;
  }


  /* footer end */

  /* tablet both */
@media (min-width: 601px) and (max-width: 1200px)   {

}

/* tablet big */
@media (min-width: 801px) and (max-width: 1200px)   {

     /* footer tablet big start */

  footer {
    height: auto;
  }

  .footer-container {
    width: 95%;
  }

  .four-columns {
    width: 90%;
  }

  .banquet-hours {
    width: 38%;
  }

  .location {
    width: 35%;
  }

  .icons {
    width: 23%;
  }

  .copyright {
    margin: 45px 0 10px 0;
  }

  /* footer tablet big end */

}

@media (min-width: 801px) and (max-width: 1400px)   {

      .footer-text1 {
    color: #f9f4f0;
    font-family: Mr Eaves;
    font-size: 20px;
  }

}

/* tablet in between */
@media (min-width: 601px) and (max-width: 800px)   {


     /* footer tablet small start */

footer {
    height: auto;
  }
  
  .footer-container {
    width: 95%;
  }
  
  .four-columns {
    flex-direction: column;
    justify-content: center;
    width: 80%;
    text-align: center;
  }
  
  .banquet-hours {
    width: 100%;
  }
  
  
  .footer-text-two {
    margin: auto auto 50px auto;
  }
  
  .location {
    width: 100%;
  }
  
  .icons {
    margin: 50px auto auto auto;
    width: 100%;
  }
  
  .quicknav a:link {
    font-size: 16px;
    margin: 0 10px 0 10px;
  }
  
  .copyright {
    margin: 45px 0 10px 0;
  }
  
  /* footer tablet small end */

}

/* mobile */
@media (min-width: 320px) and (max-width: 600px)   {

     /* footer mobile */
  
footer {
    height: auto;
  }
  
  .footer-container {
    width: 95%;
  }
  
  .four-columns {
    flex-direction: column;
    justify-content: center;
    width: 80%;
    text-align: center;
  }
  
  .banquet-hours {
    width: 100%;
  }
  
  .footer-text-two {
    margin: auto auto 50px auto;
  }
  
  .location {
    width: 100%;
  }
  
  .icons {
    margin: 50px auto auto auto;
    width: 100%;
  }
  
  .quicknav a:link {
    font-size: 16px;
    margin: 0 10px 0 10px;
  }
  
  .copyright {
    margin: 45px 0 10px 0;
  }

  .dark-mode-button {
    margin: auto auto auto auto;
  }
  
    /* footer mobile */
}