/*
Theme Name: Brothers Pizza Stoughton
Theme URI: https://yumfiniti.com/
Author: Yumfiniti
Description: Custom theme for Brothers' Pizza Stoughton.
Version: 1.0
Tags: restaurant, pizza, stoughton
*/

/* General Styles */

#header {
    z-index: 201 !important;
}

div#logo span img {
    width: 90px;
    margin-bottom: 5px;
}

.btn {
    background: #b6ab87 !important;
    border: 1px solid #9a937c !important;;
    border-radius: 8px;
    color: #fff !important;
}

.btn:hover, .btn:active {
    background: #9a937c !important;
}

#mainMenu nav > ul > li{
    margin-left: 0;
}

footer p{
    margin-bottom: 3px !important;
    font-size: 13px !important;
}

.footer-tags a {
    color: #f9f9fa !important;
    font-size: 6px;
}

@media (max-width: 1199px) {
    #mainMenu nav > ul > li > a{
        padding:10px 5px;
    }
}

  /* keyframes for fade-in-up */
  @keyframes fadeInUpBrothers {
    from {
      transform: translateY(30px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .fade-in-up-brothers {
    animation: fadeInUpBrothers 0.6s ease forwards;
  }