html{    font-family: sans-serif;}
body{
	background: url("kitchen9.jpg") ;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.9);
	font-size: 14px;
    line-height: 1.42857143;
	margin: 0;
}
h1{	
	color:#b00303;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-decoration:underline;
	font-size: 50px;
	margin-top: 40px;
    margin-bottom: 10px;
}
h2{
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-align:center;
	padding:0.5em;
	color: #97fd97;
}
h3{
	text-align:center;
	padding:0.5em;
	color: #97fd97;
	position:relative;
	right:19em;
	top:3em;
}
section{
	background-color: rgba(0,81,0,1);
	position: absolute;
    top: 28%;
    left: 0px;
    width: 100%;
    height: 92%;
	float: left;
	display: block;
}
footer{
	left:0;
	width: 100%;
    position: absolute;
    top: 120%;
	float: left;
	min-height: 1px;
	display: block;
}
/* Add a black background color to the top navigation */
.topnav {
    background-color: #b00303;
    overflow: hidden;
	position:absolute;
	left:0;
	top:25%;
	width:100%;
	box-shadow: 5px 5px 5px black;
	z-index:5;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
	padding-left:4em;
	padding-right:3em;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #220101;
    color: #b00303;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
.navbar-brand{
	    float: left;
    height: 170px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
img{vertical-align: middle;border: 0;box-sizing: border-box;}
navbar-header{    
	margin-right: -15px;
    margin-left: -15px;
	float: left;
    padding-top: 20px;
}
.paragraph{    
	width: 33.33333333%;
	float: left;
	position: relative;
    min-height: 1px;
}
.map{    
	display: block;
    margin-right: auto;
    margin-left: auto;
	width: 33.33333333%;
    top: 0em;
	float: left;
	padding-top: 50px;
	position: relative;
    min-height: 1px;
	left:8em;
}
.pull-left{float: left !important;}
.pull-right{    float: right !important;}
container{    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;}
div{    display: block;}
a{    text-decoration: none;    box-sizing: border-box;    list-style-type: disc;}
p{margin: 0 0 10px;    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}
.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #EDEFF1;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}

.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
	background-color: rgba(0,0,0,0.1);
	border-top: 2px solid #1a1a19;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.staff{    position: absolute;
    top: 13em;
    z-index: 4;
    left: -1em;
}
.business{    width: 66.66666667%;
    text-align: center;
    position: relative;
    left: 10em;
    top: 35%;
    font-size: 14pt;
    color: #dde2dd;
	    float: left;
		    padding-bottom: 15px;
}
#state{position: relative;
    top: 11em;}
strong{text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align: center;
    padding: 0.5em;
    color: #97fd97;
    font-size: 27px;
}
.warehouse{position:absolute;top:13em;z-index:4;left:-1em;}
.row{    
	margin-right: 0;
    margin-left: 0;
	position:absolute;
	top:55%;
	left:0;
	box-sizing: border-box;
}
.info{
	width:42%;
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;}
.center-block{
    width: 60%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
form{    
	display: block;
    margin-top: 0em;
    box-sizing: border-box;
}
.form-group{
	margin-bottom: 15px;
    box-sizing: border-box;
}
label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: default;
    color:white;
}
	input{
	font-family: inherit;
	margin: 0;
    font: inherit;
	}
	input[type="submit"]{
	background-color: #b00303;
    float: right;-webkit-appearance: button;
    cursor: pointer;
	}
.form-control{display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}

.form-right{
	float: right;
    position: relative;
    top: -22em;
    right: -30em;
	}
	select{ 
		color: black;
		font-family: inherit;
		text-transform: none;
		margin: 0;
    font: inherit;
	}
	textarea{
		height: auto;
	}
	.btn{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
	user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	}
	.btn-default{
	color: #fff;
    background-color: #fff;
    border-color: #220101;
	}
ul li {     
          list-style:none;
          list-style-type: none;
margin-bottom: 25px;}