@charset "utf-8";
html, body {
  font-family: "Open Sans", sans-serif;
  height:100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather Sans", sans-serif;
  font-weight:500;
  color:#153381;
}
a {
  color:#153381;
}
a:hover,
a:focus, 
a:active {
  color:#d70909;
}
header .order {
  font-size: 1rem;
  margin: 0;
  color: #d70909;
}
header .phone {
  font-size: 1.75rem;
  margin: 0 0 .125rem 0;
  color: #153381;
}
header .phone a {
  color: #153381;  
  text-decoration: none;
  line-height: inherit;
}
header .addr {
  font-size: 1.125rem;
  margin: 0;
  color: #d70909;
}
header .addr a {
  color: #D70909;  
  text-decoration: none;
  line-height: inherit;
}
.navbar {
  background-color:#153381;
}
.navbar .navbar-nav .nav-link {
  color:#fff;
  font-weight:bold;
}
.navbar-toggler,
.navbar-toggler:focus {
  border:none;
  box-shadow:none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-item .dropdown-item {
  color:#153381;
  font-weight:bold;
  padding: 0.5rem 1rem;
}
.nav-item .dropdown-item:hover, 
.nav-item .dropdown-item:focus {
  color:#D70909;
}
.nav-item .dropdown-item:active {
  background-color:#153381;
}
footer .nav-link {
  color:#153381;
  padding: 0.5rem 1rem;
}
footer .nav-link:hover,
footer .nav-link:focus {
  color:#d70909;
}

.text-white {
  color:#fff;
}
.text-blue {
  color:#153381;
}
.text-red {
  color:#d70909;
}
.bg-blue {
  background-color:#153381;
}
.bg-red {
  background-color:#d70909;
}
.bg-white {
  background-color:#fff;
}

.semibold {
  font-weight:600;
}
.bold,
.strong {
  font-weight:700;
}

.italic {
  font-style:italic;
}
.text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
    
.menu-item-name {
  font-size:1.125rem;
  font-weight:600;
  margin-bottom: 0.5rem;
}

.toppings-list {
  display: grid;
  /* Creates 2 columns of equal width (1 fraction unit each) */
  grid-template-columns: repeat(2, 1fr); 
  gap: 3px; /* Space between grid items */
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.wing-sauces-list {
  column-count: 1;
  column-gap: 30px;
  list-style:none;
  padding-left:0;
  text-align: center;
}
  
.side-sauces-list {
  column-count: 2;
  column-gap: 30px;
  list-style:none;
  padding-left:0;
}

/* menu and coupon css values */
ul.leaders {
  margin-left: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}
ul.leaders li {
  clear:both;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  padding: .5rem;
}
ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
}
ul.leaders span:first-child {
  font-size:1.125rem;
  font-weight:600;
  padding-right: 0.33em;
}
ul.leaders span + span {
  font-size:1.125rem;
  font-weight:600;
  float: right;
  padding-left: 0.33em;
	margin-left:1rem;
}
ul.leaders span + span + br + span + span {
  font-size:1rem;
  font-weight:400;
}
ul.menuitems {
  max-width: 40em;
  margin-left: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none
}
ul.menuitems li {
  margin-bottom:.4rem;
}
ul.menuitems span {
	font-weight:bold;
}
.coupon {
  background-color: rgba(255, 255, 255, 0.85);
  width: auto;
  padding: 10px;
  text-align: center;
  border: 3px dashed #111;
  border-radius:1rem;
  box-shadow:rgba(0, 0, 0, 0.075) 0px 2px 4px 0px;
	margin-bottom:1.4rem;
}
.coupon div {
	margin-top:.1rem;
}
.coupon .item1 {
	font-size:1.4rem;
	font-weight:bold;
}
.coupon .item2 {
	font-size:.9rem;
	font-weight:normal;
}
.coupon .item3 {
	font-size:.98rem;
	font-weight:bold;
}
.coupon .item4 {
	font-size:1.9rem;
	font-weight:bold;
	color:#dc0000;
}
.coupon .item5 {
	font-size:.7rem;
	font-weight:normal;
}
.printer-friendly .coupon .item4 {
	font-size:1.9rem;
	font-weight:bold;
	color:#111;
}

/* home banner */
.home-banner-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/home-banner-bkg.jpg");

  /* Set a specific height */
  height: 600px;

  /* Position and center the image to scale nicely on all screens */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.home-banner-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width:300px;
}
.home-banner-text h1 {
  font-size:2.25rem !important;
}
.home-banner-text h1::after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background-color: #fff;
  margin: 0.75rem auto 1rem auto;
}

.home-heading::after {
  content: "";
  display: block;
  width: 25%;
  height: 2px;
  background-color: #d70909;
  margin: 0.75rem auto 1rem auto;
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#our-menu a {
  text-decoration:none;
}
#our-menu h3 {
  font-size:1.75rem;
  font-weight:bold;
  color:#fff;
  line-height:1.1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
/*#our-menu .card.card-cover:hover,
#our-menu .card.card-cover:focus,
#our-menu .card.card-cover:active {
  background: #153381 !important;
}*/
#our-menu .pizza-card {
  background-image: url("/images/menu/pizza-menu-img.jpg")
}
#our-menu .pizza-card:hover,
#our-menu .pizza-card:focus,
#our-menu .pizza-card:active {
  background-image: linear-gradient(rgba(21, 51, 129, 0.8), rgba(21, 51, 129, 0.8)), url("/images/menu/pizza-menu-img.jpg");
}
#our-menu .gourmet-pizza-card {
  background-image: url("/images/menu/gourmet-pizza-menu-img.jpg")
}
#our-menu .gourmet-pizza-card:hover,
#our-menu .gourmet-pizza-card:focus,
#our-menu .gourmet-pizza-card:active {
  background-image: linear-gradient(rgba(21, 51, 129, 0.8), rgba(21, 51, 129, 0.8)), url("/images/menu/gourmet-pizza-menu-img.jpg");
}
#our-menu .wings-card {
  background-image: url("/images/menu/chicken-wings-menu-img.jpg")
}
#our-menu .wings-card:hover,
#our-menu .wings-card:focus,
#our-menu .wings-card:active {
  background-image: linear-gradient(rgba(21, 51, 129, 0.8), rgba(21, 51, 129, 0.8)), url("/images/menu/chicken-wings-menu-img.jpg");
}
#our-menu .calzone-card {
  background-image: url("/images/menu/calzone-menu-img.jpg")
}
#our-menu .calzone-card:hover,
#our-menu .calzone-card:focus,
#our-menu .calzone-card:active {
  background-image: linear-gradient(rgba(21, 51, 129, 0.8), rgba(21, 51, 129, 0.8)), url("/images/menu/calzone-menu-img.jpg");
}
#our-menu .subs-card {
  background-image: url("/images/menu/hot-subs-menu-img.jpg")
}
#our-menu .subs-card:hover,
#our-menu .subs-card:focus,
#our-menu .subs-card:active {
  background-image: linear-gradient(rgba(21, 51, 129, 0.8), rgba(21, 51, 129, 0.8)), url("/images/menu/hot-subs-menu-img.jpg");
}
#our-menu .plate-card {
  background-image: url("/images/menu/trash-plates-menu-img.jpg")
}
#our-menu .plate-card:hover,
#our-menu .plate-card:focus,
#our-menu .plate-card:active {
  background-image: linear-gradient(rgba(21, 51, 129, 0.8), rgba(21, 51, 129, 0.8)), url("/images/menu/trash-plates-menu-img.jpg");
}
#our-menu .apps-card {
  background-image: url("/images/menu/appetizers-menu-img.jpg")
}
#our-menu .apps-card:hover,
#our-menu .apps-card:focus,
#our-menu .apps-card:active {
  background-image: linear-gradient(rgba(21, 51, 129, 0.8), rgba(21, 51, 129, 0.8)), url("/images/menu/appetizers-menu-img.jpg");
}

#location-hours-map-include {
  color:#fff !important;
}
#location-hours-map-include h1,
#location-hours-map-include h2,
#location-hours-map-include h3,
#location-hours-map-include h4,
#location-hours-map-include h5,
#location-hours-map-include h6,
#location-hours-map-include p,
#location-hours-map-include ul,
#location-hours-map-include ol {
  color:#fff !important;
}
#location-hours-map-include a {
	color:#dc0000;
  text-decoration:none;
}
#location-hours-map-include a:hover {
	color:#fff;
}

.btn-primary {
  color:#fff;
  background-color:#d70909;
  border-color:#d70909;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color:#fff;
  background-color:#153381;
  border-color:#153381;
}
.btn-secondary {
  color:#fff;
  background-color:#153381;
  border-color:#153381;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color:#fff;
  background-color:#153381;
  border-color:#153381;
}
.btn-outline-primary {
  color:#fff;
  background:none;
  border-color:#d70909;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color:#fff;
  background-color:#153381;
  border-color:#153381;
}
.btn-outline-secondary {
  color:#fff;
  background:none;
  border-color:#153381;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  color:#fff;
  background-color:#153381;
  border-color:#153381;
}

/* page background images */
.pizza-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/pizza-bkg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gourmet-pizza-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/gourmet-pizza-bkg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.chicken-wings-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/chicken-wings-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.calzone-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/calzone-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hot-subs-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/hot-subs-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trash-plate-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/trash-plate-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appetizers-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/appetizers-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pizzas-coupons-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/pizzas-coupons-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pizza-party-bkg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/background/pizza-party-bkg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.opacity-card .card {
  background-color: rgba(255, 255, 255, 0.85);
}

.white-accent-mid::after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background-color: #fff;
  margin: 0.75rem auto 1rem auto;
}
.red-accent-mid::after {
  content: "";
  display: block;
  width: 15%;
  height: 2px;
  background-color: #d70909;
  margin: 0.75rem auto 1rem auto;
}
.short-accent::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background-color: #fff;
  margin: 0.75rem 0 1rem 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  .home-banner-image {
    height: 700px;
  } 
  .home-banner-text {
    width:auto;
    max-width:700px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .toppings-list {
    /* Creates 3 columns of equal width (1 fraction unit each) */
    grid-template-columns: repeat(3, 1fr); 
  }
  .wing-sauces-list {
    column-count: 2;
  }
  .side-sauces-list {
    column-count: 3;
  }  
  .home-banner-text h1 {
    font-size:3rem !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
  .navbar .navbar-nav .nav-link {
    padding: .75rem 2rem !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link:active,
  .navbar .navbar-nav .nav-link:focus {
    background-color:#d70909;
  }
  .toppings-list {
    /* Creates 4 columns of equal width (1 fraction unit each) */
    grid-template-columns: repeat(4, 1fr); 
  }
  .side-sauces-list {
    column-count: 1;
  }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .toppings-list {
    /* Creates 5 columns of equal width (1 fraction unit each) */
    grid-template-columns: repeat(5, 1fr); 
  }
  .side-sauces-list {
    column-count: 2;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .toppings-list {
    /* Creates 6 columns of equal width (1 fraction unit each) */
    grid-template-columns: repeat(6, 1fr); 
  }
}

