body {
	margin: 0;
	height: 100%;
	font-family: segoe, arial, san-serif;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: url("https://tacoworksfl.com/new/assets/images/bgmain.jpg") center fixed;
}
#topper {
	position: fixed;
	z-index: 1009;
	top: 0px;
	width: 100%;
	height: 50px;
	background: #000;
	color: #fff;
    text-align: center;
    line-height: 50px;
}
.topper-link {
    font-size: 1.25em;
    color: #ff9932;
}
header {
	position: fixed;
	top: 50px;
	justify-content: center;
	z-index: 1000;
	width: 100%;
	height: 210px;
	background: url("https://tacoworksfl.com/new/assets/images/headerbg_wavy_shadow.png") bottom repeat-x;
	-webkit-animation: 20s linear 0s infinite normal none running slide;
	animation: 20s linear 0s infinite normal none running slide;
}
@keyframes slide {
	  from {
	    background-position: 0 0;
	  }
	  to {
	    background-position: 361px 0;
	  }
	}
	@-webkit-keyframes slide {
	  from {
	    background-position: 0 0;
	  }
	  to {
	    background-position: 361px 0;
	  }
	}
#headerbox {
	position: fixed;
	z-index: 1003;
	width: 940px;
	top: 130px;
	left: 50%;
	max-width: 100%;
	margin: 50px auto;
	/*border: 1px solid black;*/
	transform: translate(-50%, -50%);
}
#logo {
	position: relative;
	margin: 10px auto;
	/*width: 450px;*/
	max-width: 100%;
}
	.smallLogo {
	  width: 300px;
	}
	.largeLogo {
	  width: 475px;
	}
	.transition {
	  -webkit-transition: width 2s; /* Safari */
	  transition: width 1s;
	}
main {
	/*height: 100%;*/
	flex-grow : 1;
	width: 940px;
	margin: 0 auto 0 auto;
	max-width: 100%;
	background: rgba(255,255,255,.85);
}
section {
	width: 95%;
	margin: 0px auto;
}
#page-heading{
    background: url("https://tacoworksfl.com/new/assets/images/darkturquoise-turquoise-fade.png") repeat-x;
    height: 100px;
    width: 100%;
    margin: 135px 0 0 0;
    padding: 20px 0 0 0;
    color: white; text-align: center;
    font-size: 2em;
}
.img400 {
	position: relative;
	display: block;
	width: 400px;
	max-width: 85%;
	margin: 20px auto;
}
p {
	font-size: 1.25em;
}
a {
    color: #d96100;
    text-decoration: none;
}
.menuheading {
    background: #ff9831;
    color: #000;
    font-size: 1.5em;
    padding: 5px;
    margin:10px  0 0 0;
}
.menusubheading {
    background: #FFD0A1;
    color: #000;
    font-size: 1em;
    padding: 5px;
    margin: 0 0 10px 0;
}
.menutitle {
    font-size: 1.25em;
    margin: 10px 0 0 10px;
}
.menudesc {
    font-size: 1.em;
    margin:  0 0 0 15px;
}
.itemupgrades {
    background: #FFD0A1;
    font-size: 1em;
    padding: 5px;
    margin: 10px 0 0 0;
}
.orange {
    color: #ff9831;
}
.lightblue {
    color: ;
}
.small {
    font-size: 1em;
}
footer {
	margin-top: auto;
	height: 100px;
	background: #000;
	text-align: center;
	line-height: 100px;
	color: #fff;
}
@media screen and (max-width: 700px) {
	#logo {
		width: 180px;
		margin-top: 30px;
		object-fit: contain;
		}
}