/*
Used colors
RR Red - #DB1D00
RR Yellow - #FCE813
*/

/*******************************************/
/* Logo Header, Navbar, and Special Header */
/*******************************************/

/*Logo Header*/

.logoHeader {
	width: 100%;
	margin: auto;
	height: 200px;
	background-color: white;
}

.leftDesc,
.rightDesc {
	border-top: 1px solid #db1d00;
	border-bottom: 1px solid #db1d00;
}

.leftDescPara,
.rightDescPara {
	margin: 0;
	font-size: 1em;
}

.midDescPara {
	margin: 0;
	font-size: 1em;
}

.midDesc {
	border-top: 1px solid #db1d00;
	border-bottom: 1px solid #db1d00;
	display: none;
}

.midDesc a {
	color: black;
	text-decoration: none;
	font-size: 21px;
}

/*Logo*/

.logoHeader img {
	height: 200px;
}

/* Order Button */

.order_button button {
	background-color: #db1d00;
	margin: 0.5rem;
}

.order_button button:hover {
	background-color: white;
	color: #db1d00;
}

/*Navbar Top*/

.navbar {
	background-color: white;
	padding: 0;
}

.nav-item a {
	font-size: 1.5em;
}

.navbar-nav .nav-item:nth-child(2),
.nav-item:nth-child(4) {
	padding-left: 50px;
	padding-right: 50px;
}

/*Main Navbar*/

.navbar-fixed {
	top: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
}

.main-nav .main-nav-link {
	color: #fff !important;
}

.main-nav .main-nav-link:hover {
	color: #fff64f !important;
}

.main-nav {
	background-color: #4e4e4e;
	width: 100%;
}

.main-nav .navbar-toggler {
	margin: 200px 0 0 0;
	background-color: rgba(255, 255, 255, 0.6);
}

.navbar-light .navbar-toggler {
	position: absolute;
	top: -250px;
	left: 2px;
}

/*Navbar Overlay*/

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 24px;
	color: white;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

.overlay .overlay_order {
	text-shadow: 0px 0px 6px #db1d00, 0px 0px 6px #db1d00, 0px 0px 6px #db1d00,
		0px 0px 8px white, 0px 0px 8px white;
}

@media screen and (max-height: 450px) {
	.overlay {
		overflow-y: auto;
	}
	.overlay a {
		font-size: 20px;
	}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/*Special Banner*/

.specialHolder {
	width: 100%;
	background-color: #db1d00;
	color: white;
}

.specialHolder a {
	text-decoration: none;
}

.specialPara {
	color: white;
	margin: 0;
	font-size: 1.3em;
}

/*******************************************/
/* Carousel                                */
/*******************************************/

.carousel-inner img {
	width: 100%;
	height: 100%;
}

/*******************************************/
/* About Us                                */
/*******************************************/

#aboutLeftImg {
	border-radius: 15px 0 0 50px;
	border-right: 2px solid white;
}

#aboutRightImg {
	border-radius: 0 50px 15px 0;
	border-left: 2px solid white;
}

.aboutPara {
	font-size: 1.5em;
}

/*******************************************/
/* Specials                                */
/*******************************************/

.specials {
	/*Color and image commented-out due to parallax.js script on index.html*/
	/*	background-color: #778899;*/
	/*  background-image: url('../img/CheesePizzaDarkBlur.png');*/
	/*	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;*/
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.day_header {
	font-size: 2.5em;
}

.day_special {
	font-size: 2em;
}

.day_jumbo {
	font-size: 2.2em;
	text-shadow: 1px 1px 2px #db1d00, 0 0 25px #fce813, 0 0 5px yellow;
}

.lunch_specials_heading {
	border-bottom: 2px solid #db1d00;
	padding-bottom: 10px;
	font-size: 2.8em;
}

.special_item {
	font-size: 1.75em;
}

/*******************************************/
/* Menu                                    */
/*******************************************/

.menu {
	background-image: url("../img/logoBackgroundLarge.png");

	/* Full height */
	height: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub_heading {
	font-size: 1.75em;
}

.menu_specialty {
	margin-top: 48px;
	border-bottom: 2px solid #db1d00;
	padding-bottom: 10px;
	font-size: 2.8em;
}

.menu_item_container {
	margin-top: 24px;
}

.menu_item {
	font-size: 1.75em;
}

.menu_item_desc {
	font-size: 1.4em;
}

.toppings_flavors_info {
	padding-top: 4px;
	font-size: 1.2em;
}

.toppings {
	font-size: 1.6em;
	margin-bottom: 0;
}

.size_price {
	font-size: 1.6em;
}

/*Pizza Table*/

.table td,
.table th {
	border-color: transparent;
}

.table tbody td,
.table tbody th {
	border-color: #db1d00;
}

.table thead th {
	border-bottom: none;
}

/*/Pizza Table*/

.supreme_sizes {
	margin-bottom: 16px;
}

.hot_cold {
	margin-top: 24px;
	font-size: 1.4em;
	border-bottom: 1px solid #db1d00;
}

.menu_disclaimer {
	margin-top: 96px;
}

.menu_disclaimer_text {
	padding-top: 4px;
	font-size: 1.2em;
}

/*******************************************/
/* Contact/Location                        */
/*******************************************/

.contact {
	background-color: #db1d00;
	color: white;
}

.contact_sub_heading {
	font-size: 2.4em;
}

.address {
	font-size: 1.75em;
}

.hours_heading {
	padding-top: 80px;
}

.fa-car {
	color: #fce813;
}

.contact_phone a {
	color: white;
	text-decoration: none;
}

.contact_job {
	font-size: 1.5em;
}

.app-btn a {
	text-decoration: none;
	color: white;
}

.app-btn a:hover {
	color: #db1d00;
}

.app-btn p {
	margin: 0;
}

.dine_in {
	font-size: 1.75em;
}

.form-text {
	font-size: 1.75em;
}

/*FORM*/

input[type="text"] {
	background-color: #db1d00;
	color: white;
}

#message {
	background-color: #db1d00;
	color: white;
}

#message:focus {
	background-color: #db1d00;
	color: white;
}

/*Placeholder input*/
input::-webkit-input-placeholder {
	color: white !important;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: white !important;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: white !important;
}

input:-ms-input-placeholder {
	color: white !important;
}

/*Textarea input*/

textarea::-webkit-input-placeholder {
	color: white !important;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	color: white !important;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: white !important;
}

textarea:-ms-input-placeholder {
	color: white !important;
}

input[type="text"]:focus {
	background-color: #db1d00;
	color: white;
}

/*******************************************/
/* Footer                                  */
/*******************************************/

.footer {
	padding: 20px 0px;
	background-color: #4e4e4e;
	color: #fce813;
}

.footer_text {
	margin: 0;
}

.footer_text a {
	text-decoration: none;
	color: #fce813;
}

/*******************************************/
/* Misc.                                   */
/*******************************************/

body {
	background-color: transparent;
	overflow-x: hidden !important;
}

.siteContainer {
	max-width: 100% !important;
	overflow-x: hidden !important;
}

.sections {
	padding-top: 80px;
	padding-bottom: 80px;
}

.slide_header {
	padding-bottom: 12px;
	margin-bottom: 36px;
	font-size: 3.5em;
}

.last_item {
	margin-bottom: 16px;
}

.bot_padding {
	padding-bottom: 80px; /*Used for padding at end of section*/
}

.bold {
	font-weight: normal;
}

/*******************************************/
/* Media Queries                           */
/*******************************************/

/*Logo Header*/

@media (max-width: 767px) {
	.leftDesc,
	.rightDesc {
		display: none;
	}

	.midDesc {
		display: block;
		margin-left: 15px;
	}

	.logoDiv {
		padding-right: 0;
	}

	.logoHeader img {
		height: 130px;
	}
}

/* Order Online */

@media (max-width: 767px) {
	.order_button button {
		font-size: 0.85rem;
		margin: none;
	}
}

/*Navbar*/

/* @media (max-width: 767px) {
	.navbar-toggler {
		position: absolute;
		top: -198px;
		left: 2px;
	}
} */

/*Special Banner*/

@media (max-width: 767px) {
	.specialPara {
		font-size: 0.8em;
	}
}

/*About Us*/

@media (max-width: 767px) {
	.aboutPara {
		font-size: 1em;
	}
	#aboutLeftImg {
		border-radius: 6px 0 0 20px;
	}

	#aboutRightImg {
		border-radius: 0 20px 6px 0;
	}
}

/*Specials*/

@media (max-width: 991px) {
	.day_special {
		font-size: 1.5em;
	}
	.day_jumbo {
		font-size: 1.8em;
	}
}

@media (max-width: 767px) {
	.day_header {
		font-size: 1.35em;
	}
	.day_special,
	.day_savings {
		font-size: 1.2em;
	}
	.day_jumbo {
		font-size: 1.5em;
	}
	.four_days {
		margin-bottom: 24px;
	}
	.specialMarginAdd {
		margin-bottom: 24px;
	}
	.special_item {
		font-size: 1.2em;
	}
	.lunch_specials_heading {
		padding-top: 40px;
		padding-bottom: 8px;
		font-size: 2.4em;
	}
}

/*Menu*/

@media (max-width: 767px) {
	.lunch_specials_heading {
		font-size: 1.8em;
	}
	.menu_specialty {
		font-size: 1.8em;
		margin-top: 24px;
	}
	.sub_heading {
		font-size: 1.2em;
	}
	.menu_item_container {
		margin-top: 24px;
	}
	.menu-table-item {
		font-size: 0.8em;
	}
	.toppings_flavors_info,
	.menu_disclaimer_text {
		font-size: 0.8em;
	}
	.menu_item {
		font-size: 1.5em;
	}
	.menu_item_desc {
		font-size: 0.8em;
	}
	.size_price {
		font-size: 0.8em;
	}
	.menu_disclaimer {
		margin-top: 48px;
	}
}

/*Contact*/

@media (max-width: 767px) {
	.address,
	.form-text,
	.dine_in {
		font-size: 1.2em;
	}
	.contact_phone {
		font-size: 1.8em;
	}
	.hours_heading {
		padding-top: 40px;
	}
}

/* Turn off parallax scrolling for tablets and phones. Increase/decrease the pixels if needed */
/*@media (max-width: 767px) {
    .menu {
        background-attachment: scroll;
    }
}*/

/*Footer*/

@media (max-width: 767px) {
	.footer {
		padding: 10px 0px;
	}

	.footer_text {
		font-size: 0.8em;
	}
}

/*Misc*/

@media (max-width: 767px) {
	.sections {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.slide_header {
		padding-bottom: 8px;
		margin-bottom: 24px;
		font-size: 2.4em;
	}

	.bot_padding {
		padding-bottom: 40px; /*Used for padding at end of section*/
	}
}
