@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url("https://p.typekit.net/p.css?s=1&k=ykq0yvs&ht=tk&f=28576&a=332511439&app=typekit&e=css");

@font-face {
	font-family: "blockhead-black-face";
	src: url("https://use.typekit.net/af/4cb964/00000000000000007735b2a4/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
       url("https://use.typekit.net/af/4cb964/00000000000000007735b2a4/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
       url("https://use.typekit.net/af/4cb964/00000000000000007735b2a4/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}
[id] {
  scroll-margin-top: 90px;
}
html, body {
  height: auto !important;
}
.tk-blockhead-black-face {
	font-family: "blockhead-black-face", sans-serif;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, p {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
body {
	color: #2E1A0E;
	background-image: url('images/pattern.png');
	background-repeat: repeat;
}






/* HEADER */
/* HEADER */
/* HEADER */
/* HEADER */
/* HEADER */
 
/* HEADER */
.sticky-wrap {
    position: sticky;
    top: 0;
    z-index: 100;
}

.header {
    background-color: #D9D4CE;
    padding: 16px 0 8px;
    margin-top: 0;
}
.header-top {
	display:flex;
	justify-content: center;
	align-items:center;
	gap: 30px;
}
.header .col-12 p {
	font-weight: 700;
	letter-spacing: 4px;
	font-size: .75rem;
	color: #330e0e;
	text-align: center;
	margin-top: 10px;
}
.logo-img { max-width: 260px; }
.title-img { max-width: 300px; }
.header .col-6 p {
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 0.75rem;
	color: #330e0e;
	text-align: center;
	margin-top: 10px;
}
/* STICKY NAV */

/* STICKY NAV *//* STICKY NAV */
/* STICKY NAV */
/* STICKY NAV */
/* STICKY NAV *//* STICKY NAV */
/* STICKY NAV */

.navbar {
    background-color: #D9D4CE;
    padding: 5px 0 5px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 2px solid #b0a99f;
    border-top: 2px solid #b0a99f;
}
.navbar nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.navbar nav a:hover {
	background-color: #8B1A1A;
	color: #ffe9d7;
}
.nav-links a {
  background-color: #F2F0ED;
  color: #8B1A1A;
  border: 2px solid #8B1A1A;
  border-radius: 8px;
  padding: 9px 26px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s, color 0.2s;
  min-width: 120px;
  text-align: center;
}

/* HERO */
/* HERO */
/* HERO */
/* HERO */
/* HERO */
/* HERO */


.hero {
	background-color: #FAE8D8;
	padding: 70px 0;
	background-image: url('images/pattern.png');
	background-repeat: repeat;
	overflow: visible;
}
.hero .container {
	background-color: #E8832A;
	border-radius: 65px;
	overflow: visible;
	display: flex;
	align-items: flex-end;
	height: 350px;
	position: relative;
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
}
.hero-text {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 20px;
	gap: 16px;
}
.hero-label {
	background-color: #ffe9d7;
	border-radius: 45px;
	padding:20px;
	width: 200px;
	height: 290px;
	flex-shrink: 0;
	margin-left: -10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('images/pattern.png');

}
.hero-label p {
	font-family: "blockhead-black-face", sans-serif;
	font-size: 2.1rem;
	color: #8B1A1A;
	line-height: 1.8;
	text-transform: uppercase;
	text-align: center;
}
.hero-price {
	position: absolute;
	left: 25%;
	top: 20px;
	z-index:10;
}
.hero-price p {
    font-family: "oswald", sans-serif;
    font-size: 10rem;
    color: #F2F0ED;
    line-height: 1;
}
.dollar {
	font-size: 3rem;
	color: #F2F0ED;
	vertical-align: top;
}
.hero-pizza-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65%;
	object-fit: contain;
	object-position: bottom right;
	display: block;
}
.cta {
	display: inline-block;
	background-color: #F2F0ED;
	color: #8B1A1A;
	border: 2.5px solid #8B1A1A;
	border-radius: 10px;
	padding: 12px 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	text-decoration: none;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	transition: background-color 0.2s, color 0.2s;
	margin-top: 70px;
	margin-left: 40px;
}
.cta:hover {
	background-color: #8B1A1A;
	color: #ffe9d7;
}
.nav-links {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	padding: 5px 0;
}
.nav-links a {
    background-color: #F2F0ED;
    color: #8B1A1A;
    border: 2px solid #8B1A1A;
    border-radius: 8px;
    padding: 9px 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s, color 0.2s;
}
.nav-links a:hover {
    background-color: #8B1A1A;
    color: #ffe9d7;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(139, 26, 26, 0.97);
    overflow-x: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-content a {
    padding: 12px;
    text-decoration: none;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #ffe9d7;
    display: block;
    transition: 0.3s;
}
.overlay-content a:hover {
    color: #E8832A;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 3.5rem;
    color: #ffe9d7;
    text-decoration: none;
    transition: 0.3s;
}

.overlay .closebtn:hover {
    color: #E8832A;
}

.hamburger-icon {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #8B1A1A;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  position: static;
}
.myLinks {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    background-color: #D9D4CE;
}

.myLinks a {
    background-color: #F2F0ED;
    color: #8B1A1A;
    border: 2px solid #8B1A1A;
    border-radius: 8px;
    padding: 9px 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    width: 80%;
    text-align: center;
}

.myLinks a:hover {
    background-color: #8B1A1A;
    color: #ffe9d7;
}

/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */


.about-title{
	width: 100%;
	border-bottom: 2px solid #b0a99f;
	padding: 10px 0;
	text-align: center;
}
.about-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: #8B1A1A;
    letter-spacing: 2px;
}
.about-bg {
    background-color: #D9D4CE;
    width: 100%;
		border-top: 2px solid #b0a99f;
	border-bottom: 2px solid #b0a99f;
}

.about-section {
    padding: 15px 0;
}

.about-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: #8B1A1A;
    text-align: center;
    margin-bottom: 0px;
    letter-spacing: 2px;
	padding: 10px 0;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
    display: block;
	margin-top: 85px;
}

.about-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-card {
    background-color: #F2F0ED;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
    flex: 1;
}

.about-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    color: #E8832A !important;
    margin-bottom: 12px;
}

.about-card p {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2E1A0E;
    line-height: 1.8;
}

/* FIND US */ /* FIND US */

/* FIND US */
/* FIND US *//* FIND US */
/* FIND US */
/* FIND US */
/* FIND US */
/* FIND US */



.findus-bg {
    width: 100%;
}

.findus-title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.findus-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: #8B1A1A;
    letter-spacing: 2px;
}

.findus-section {
    padding: 15px 0;
}

.findus-card {
    background-color: #F2F0ED;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.findus-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    color: #E8832A;
    margin-top: 16px;
}


.findus-card p {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2E1A0E;
    line-height: 1.8;
}

.findus-map {
    width: 100%;
      height: 100%;
      min-height: 400px;
      border-radius: 24px;
      box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
      border: none;
}
.map-col {padding-top: 90px;}
.hours-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
}

.hours-table tr {
    border-bottom: 1px solid #b0a99f;
}

.hours-day {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2E1A0E;
    padding: 8px 0;
}

.hours-time {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #8B1A1A;
    text-align: right;
    padding: 8px 0;

}
.findus-card .cta {
	text-align: center;
    margin-left: -4px;
}
/* MENU SECTION */
/* MENU SECTION */
/* MENU SECTION */
/* MENU SECTION */
/* MENU SECTION *//* MENU SECTION */
/* MENU SECTION */
/* MENU SECTION */


.menu-section {
    background-color: transparent;
    padding: 60px 0;
}

.menu-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: #8B1A1A;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.menu-list {
    max-width: 800px;
    margin: 0 auto;
	background-color: #D9D4CE;
	border-radius: 24px;
	padding: 40px;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

.menu-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    border-bottom: 1px solid #b0a99f;
    padding: 16px 0;
    gap: 10px;
}
.menu-section .container {
  display: flex;
  justify-content: center;
}
.menu-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #8B1A1A;
    text-transform: uppercase;
    flex: 1;
}

.menu-price {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #E8832A;
}

.menu-item p {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    color: #5A3A1A;
    font-weight: 400;
    margin: 0;
}


.menu-adds {
    margin-top: 30px;
    padding: 20px;
    background-image: url('images/pattern.png');
    background-color: #FAE8D8;
    border-radius: 16px;
}

.menu-adds p {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    color: #2E1A0E;
    margin-bottom: 10px;
    font-weight: 400;
}

.disclaimer {
    color: #8B1A1A !important;
    font-style: italic;
    margin-top: 10px;
}
.menu-cta {
    display: block;
    text-align: center;
    margin-top: 44px;
	margin-left: -1px;
}

/* SPECIALS */
/* SPECIALS */
/* SPECIALS */
/* SPECIALS */
/* SPECIALS */

/* SPECIALS */
.specials-bg {
    background-color: #D9D4CE;
    width: 100%;
    border-top: 2px solid #b0a99f;
    border-bottom: 2px solid #b0a99f;
}

.specials-title {
    width: 100%;
    border-bottom: 2px solid #b0a99f;
    padding: 10px 0;
    text-align: center;
}

.specials-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: #8B1A1A;
    letter-spacing: 2px;
}

.specials-section {
    padding: 20px 0 0;
}
.specials-section .container {
    display: flex;
    justify-content: center;
}

.specials-btn-wrap {
    text-align: center;
    padding: 30px 0 30px;
}

.specials-card {
    background-color: #F2F0ED;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 30px;
}

.specials-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
    margin-top: auto;
}


.specials-cta {
    font-size: 1.4rem;
    display: block;
    width: 80%;
    margin: 0 auto 0 12%;
    text-align: center;
}

.specials-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    color: #E8832A;
}

.specials-price {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    color: #8B1A1A;
}

.specials-card p {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2E1A0E;
    line-height: 1.8;
}

/** KEEP ABOVE MOBILE!!!!!!!!!!!!!!!!!!!!!!!!! **/
html {
    scroll-behavior: smooth;
}

/* CAREERS *//* CAREERS */

/* CAREERS */
/* CAREERS *//* CAREERS */
/* CAREERS */

/* CAREERS */
/* CAREERS */

.careers-bg {
    background-color: #D9D4CE;
    width: 100%;
    border-top: 2px solid #b0a99f;
    border-bottom: 2px solid #b0a99f;
}

.careers-title {
    width: 100%;
    border-bottom: 2px solid #b0a99f;
    padding: 10px 0;
    text-align: center;
}

.careers-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: #8B1A1A;
    letter-spacing: 2px;
}

.careers-section {
    padding: 15px 0;
}

.careers-card {
    background-color: #F2F0ED;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.careers-item {
    border-bottom: 1px solid #b0a99f;
    padding: 16px 0;
}

.careers-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #E8832a;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.careers-item p {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #2E1A0E;
    line-height: 1.8;
}

.careers-cta {
    display: block;
    text-align: center;
    margin-top: 24px;
    font-size: 1.4rem;
	width: 100%;
	margin-left: -1px;
}



/* MOBILE */
@media (max-width: 768px) {
.hamburger-icon {
	display: block;
}
	.nav-links{
		display:none;
	}	
	.topnav {
		position: relative;
		min-height: 44px;
	}
  /* HEADER */
.header-top {
    flex-direction: column;
    gap: 10px;
  }

.logo-img { max-width: 180px; }
.title-img { max-width: 200px; }

  /* NAV */
.navbar nav {
    display: none;
  }

.navbar nav a {
    padding: 7px 14px;
    font-size: 0.9rem;
  }

  /* HERO */
.hero {
    padding: 30px 0;
  }

  .hero .container {
    flex-direction: column;
    height: auto;
	min-height: 750px;
    border-radius: 45px;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
  }

  .col-4, .col-8 {
    width: 100%;
  }

  .hero-text {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
  }

  .hero-label {
    width: 80%;
    height: auto;
    padding: 20px;
    margin-left: 0;
  }

  .hero-price {
    position: static;
    text-align: center;
    width: 100%;
	padding: 0 20px 20px;
  }

  .hero-price p {
    font-size: 6rem;
  }
.specials-section .col-4 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 24px;
  }
  .cta {
    margin: 10px auto 0;
    display: block;
    text-align: center;
    padding: 12px 60px;
    white-space: nowrap;
  }

  picture {
    display: block;
    width: 100%;
  }

  .hero-pizza-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: bottom center;
    display: block;
  }
  .about-bg .col-6 {
    width: 100%;
    margin-bottom: 24px;
  }

  .about-img {
    margin-top: 5px;
	margin-bottom: 15px;
    height: 300px;
  }

  .about-cards-stack {
    padding: 0 10px;
  }
  .findus-bg .col-6 {
    width: 100%;
    margin-bottom: 24px;
  }
	  .findus-map {
    min-height: 300px;
  }
	  .findus-card .cta {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
	.menu-cta {
		margin-top: 40px;
	}
	
}