@charset "UTF-8";
/* CSS Document */
.bg-image {
     background-image: url("https://www.donandsues.com/images/don-and-sues-bar-bg.jpg");
     background-repeat: no-repeat;
     background-attachment: fixed;
     min-height: 600px;
}
.bg-image-menu {
     background-image: url("https://www.donandsues.com/images/don-and-sues-bar-bg.jpg");
     background-repeat: no-repeat;
     background-attachment: fixed;
     min-height: 300px;
}
.center-block {
     display: block !important;
     margin-left: auto !important;
     margin-right: auto !important;
}
.title h2 {
     color: #ffffff;
     text-transform: uppercase;
     font-size: 35px;
     font-weight: bolder;
     text-align: center;
}
.title p {
     color: #ffffff;
     font-size: 18px;
     text-align: center;
}
.center-block {
     display: block !important;
     margin-right: auto !important;
     margin-left: auto !important;
}
.bg-dark h4 {
     color: #ffffff;
}
.bg-light-gray {
     background-color: #f5f5f5;
}
.padding5 {
     padding: 5px;
}
.bg-red-custom {
     background-color: #AC3436;
     color: #ffffff;
     font-weight: thin;
    
     
}
.bg-red-custom p {font-size: 20px; line-height: 21px;}
@media (max-width:768px) {
     .navbar-nav li {
          width: 50%;
          display: block;
          float: left;
          text-align: center;
          border-right: 1px solid #f5f5f5;
          border-bottom: 1px solid #f5f5f5;
          border-top: 1px solid #f5f5f5;
          font-weight: bolder;
     }
     .navbar-nav li > a:active {
          background-color: #BC3638;
          color: #ffffff;
     }
     .line-height {font-size: 16px; line-height: 20px;}
     .line-height-pizza {font-size: 16px; line-height: 16px;}
}
@media (min-width: 768px) {
     .title h2 {
          font-size: 40px;
          padding-top: 35px;
          text-align: left;
     }
     .title p {
          text-align: left;
     }
     .img-custom {
          padding-top: 35px;
     }
     .bg-image {
          min-height: 450px;
     }
}
@media (min-width: 992px) {
     .romw {
          width: 50%;
          display: inline-block;
     }
     .title h2 {
          font-size: 55px;
          padding-top: 65px;
     }
}
.romw-source-logo {
     display: none !important;
}
.bg-red {
     background-color: #c6292a !important;
     color: #ffffff;
     font-weight: 500;
     text-align: center;
}
.romw p {
     color: #333333;
}
.bg-red p {
     font-size: 16px;
}
.romw-author {
     text-transform: capitalize;
}
.romw-text {
     border-bottom: 1px solid #F5F5F5;
     padding-bottom: 20px !important;
}
.padding {
     padding: 15px;
}
.margin-b {
     margin-bottom: 15px;
}
.zoom {
     transition: transform .5s;
     /* Animation */
}
.zoom:hover {
     transform: scale(1.04);
     /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
     @media (min-width: 1050px) {
          .title h2 {
               font-size: 60px;
               padding-top: 50px;
               line-height: 60px;
          }
     }