body {
    font-family: Arial, sans-serif;
    margin: 0;
    /*background-color: #222; /* Dark background */
    color: #000;
    padding-bottom:60px;
    width:95%;
    margin:auto;
}

#footer {
	border-top: 5px #ef3b44;
	margin-top: 20px;
}

.form-label {
	margin-top: 2rem;
}
label {
	color: #000;
	text-align: left;
	/*font-weight: bold;*/
}

.parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: "Good to the Very Edge Transparent.png";
    min-height: 400px; 
    text-align: center;
    padding: 80px 20px;
}

#hero {
    background-image: url('PizzaKing_Pizza-Homepage.jpg'); /* Your hero image */
    vertical-align:top;
}

.parallax-section2 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: "Good to the Very Edge Transparent.png";
    min-height: 400px; 
    text-align: center;
    padding: 80px 20px;
}

#hero2 {
    background-image: url('w12th-old.png'); /* Your hero image */
}

.darkBG {
	background-color: #222;
}
.lower-left {
	
}
.lower-right {
	/*
	background-image: url("PizzaKing_0092.jpg");
	background-size: 300px;
	background-repeat: no-repeat;
	*/
}
.static-footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding-top:10px;
	height:60px;
	background: #ccc;
	text-align: center;
	margin:auto;
}

.mission-stmt {
	margin-top:10%;
	text-align:center;
	font-weight:bold;
	font-size:18pt;
	padding:20px 30px;
	color: #eee;
}

/* Styling for logo, navigation, buttons, form elements, modal, etc. */

/* ... (Previous CSS) */

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn {
    background-color: #ef3b44; /* Pizza Red */
    color: #fff;
    padding: 12px 20px;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-primary {
    background-color: #ef3b44; /* Pizza Red */
}

.cta-section {
    background-color: #eee;
    padding: 40px 0;
}

.logo {
	max-width:50%;
}

.nav-link {
	color: rgb(238 61 66);
	white-space: nowrap;
	border-right: 2px rgb(238 61 66) solid;
}
.nav-link-last {
	border-right: none;
}

/* ... (More styling for improved visuals) */