@font-face {
  font-family: "Pizza Hut";
  src: url("fonts/PizzaHutFont-Regular.woff2") format("woff2"), url("fonts/PizzaHutFont-Regular.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans Display No1 Medium";
  src: url("fonts/SharpSansDisplayNo1-Medium.woff2") format("woff2"), url("fonts/SharpSansDisplayNo1-Medium.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans Display No1 Semibold";
  src: url("fonts/SharpSansDisplayNo1-Semibold.woff2") format("woff2"), url("fonts/SharpSansDisplayNo1-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans Display No1 Bold";
  src: url("fonts/SharpSansDisplayNo1-Bold.woff2") format("woff2"), url("fonts/SharpSansDisplayNo1-Bold.woff") format("woff");
}
@font-face {
  font-family: "Sharp Sans Display No1 Extrabold";
  src: url("fonts/SharpSansDisplayNo1-Extrabold.woff2") format("woff2"), url("fonts/SharpSansDisplayNo1-Extrabold.woff") format("woff");
}

:root {
--font-pizza-hut: "Pizza Hut";
--font-sharp-med: "Sharp Sans Display No1 Medium";
--font-sharp-semi: "Sharp Sans Display No1 Semibold";
--font-sharp-bold: "Sharp Sans Display No1 Bold";
--font-sharp-extra: "Sharp Sans Display No1 Extrabold";
}
body {
	padding:0;
	margin:0;
}
body > div{
    background-color: #000;
    background-image: url(images/pizza-background.png);
    background-attachment: fixed;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    font-family: var(--font-sharp-med);
    font-weight: normal;
    font-size: 40px;
    margin: 0;
    padding: 20px;
    color: #fff;
    position: relative;
}
body:before {
    content: "";
    background: linear-gradient(-90deg,#000000 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-90deg,#000000 0%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(-90deg,#000000 0%, rgba(0,0,0,0) 100%);
    display: block;
    width:100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity:.5;
}

div {
    box-sizing: border-box;
}
.font--pizza-hut {
    font-family: var(--font-pizza-hut);
    letter-spacing: 0.015em;
}
.font--sharp-med {
    font-family: var(--font-sharp-med);
}
.font--sharp-semi {
    font-family: var(--font-sharp-semi);
    letter-spacing: 0.015em;
}
.font--sharp-bold {
    font-family: var(--font-sharp-bold);
    letter-spacing: 0.025em;
}
.font--sharp-extra {
    font-family: var(--font-sharp-extra);
    letter-spacing: 0.035em;
}
.red-border {
    border: 6px solid #ce0e2d;
    padding: 8px;
    border-radius: 63px;
    z-index: 1;
    height: calc(100vh - 46px);
    max-width:1200px;
    margin:0 auto;
}
.white-border {
    border: 4px solid white;
    padding: 20px;
    border-radius: 50px;
    z-index: 1;
    height: calc(100vh - 76px);
}
.headings {
    display: inline-block;
    width: auto;
    padding: 20px 0;
}
.main-title {
    font-family: var(--font-pizza-hut);
    font-size: 69pt;
    font-weight: normal;
    letter-spacing: 0.015em;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.main-title:after {
    content: "";
    width: 100%;
    margin: 0 auto;
    border-bottom: 5px solid white;
    display: block;
    border-top: 7px solid #ce0e2d;
    padding: 3px 0;
}
.sub-title {
    font-family: var(--font-pizza-hut);
    font-size: 43pt;
    font-weight: normal;
    letter-spacing: 0.015em;
    line-height: 1;
    padding-bottom: 6px;
    width: auto;
    display: inline-block;
    margin: 12px auto 0;
}
.inner-content {
    text-align: center;
    z-index: 15;
    position: relative;
}
.logo-section {
    z-index: 10;
    text-align: center;
    width: 100%;
    margin-top: -60px;
}
.logo-section img {
    width: 100%;
    height: auto;
    max-width: 400px;
}
.wing-section {
    z-index: 10;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    padding: 0;
    height: auto;
}
.wing-section img {
    width: 100%;
    height: auto;
	max-width: calc(100vw * 0.35);
    margin-bottom: -55px;
}
.cta-button a:hover {
    background-color: red;
}
.cta-button a {
    font-size: 26pt;
    line-height: 1.2;
    background-color: #ce0e2d;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px;
    margin-bottom: 10px;
    text-shadow: none;
}
.cta-text {
    font-size: 17pt;
    line-height: 1.2;
    color: #fff;
}
.specials {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.special-card {
	display:flex;
	flex-direction: column;
    width: 31%;
    margin: 0 1%;
    border: 3px solid #ce0e2d;
}
.special-card-2col {
	display:flex;
	flex-direction: column;
    width: 64%;
    margin: 0 1%;
    border: none;
}
.special-title-2col {
    font-size: 20pt;
    line-height: 1;
    background-color: #fff;
    color: #ce0e2d;
    padding: 0.25rem;
    text-shadow: none;
}

.special-title {
    font-size: 20pt;
    line-height: 1;
    background-color: #ce0e2d;
    color: #fff;
    padding: 0.25rem;
    text-shadow: none;
}

.special-title-reverse {
    font-size: 20pt;
    line-height: 1;
    background-color: #fff;
    color: #ce0e2d;
    padding: 0.25rem;
	margin-bottom: 1rem;
    text-shadow: none;
}

.special-body {
	padding: 4px;
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    justify-items: flex-start;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    background: rgba(0, 0, 0, .50);

}
.special-body .title {
    font-size: 20pt;
    line-height: 1.2;
}
.special-body .details {
    font-size: 18pt;
    line-height: 1;
}
.special-body .code {
    background: #ce0e2d;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding: 5px 6px 0 6px;
    border-radius: 8px;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: none;
}
.special-body .smaller-print {
    font-size: 12pt;
    line-height: 1;
}
sup {
    font-size: .55em;
}
.fine-print {
    font-size: 8pt;
    max-width: 100%;
    position: relative;
    padding: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    text-shadow: 1px 1px 8px rgb(0 0 0 / 95%);
    background: #000;
}
div *{
	text-shadow: 0 0 15px rgba(0,0,0, .85);
}

@media (min-width: 1137px) {
	body > div{
	    background-size: cover;
	}
}
@media (max-width: 1024px) {
	.red-border, .white-border{
		height:auto;
	}
}
@media (max-width:800px){
    .main-title {
        font-size: 45pt;
    }
    .sub-title{
        font-size: 30pt;
    }
    .special-body {
        background: rgba(0, 0, 0, .50);
        padding: .75rem;
    }
	.specials {
   		display: block;
    }
    .special-card {
    	width: auto;
    	margin-bottom: 2%;
    }
	.special-card-2col {
		width: auto;
    	margin-bottom: 2%;
	}
    .special-card br{
    	display:none !important;
    }
}