/* red = b90328
tan = e49368 */
.red{
	background-color:#B90328;
}
.texture{
	background-image:url(../img/texture.png);
	background-position:left top;
}
.menu-list{
	padding:.5em 0;
	background-color:#000;
}
.menu-list li{
	display: inline;
	margin-left: 3em;
	text-transform:uppercase;
	color: #fff;
}
.menu-list a{
	color: white;
}
.menu-list a:hover{
	color: #e49368;
	font-weight: 800;
}
.top-menu{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	z-index:99;
}
.margin-top{
	margin-top:2em;
}
.margin-top2{
	margin-top:4em;
}
footer p{
	padding: .5em 0;
}
.banner{
	background-image:url(../img/logo_guy.png), url(../img/logo_tacos.png);
	background-position: left top, right top;
	background-repeat:no-repeat;
}
.banner h2{
	padding: 1.6em  0 .5em 0;
}
.separation1{
	height: 7em;
	background:white;
	border-top: .2em solid #fff;
	border-bottom: .2em solid #fff;
}
.separation1 h2{
	text-align: center;
	color: #000;
	text-shadow: 1px 1px 5px #fff;
	margin-top:1em;
}
.panel2{
	min-height: 25em;
	width:80%;
	margin:auto;
	margin-top: 1em;
	background-color:#E49368 !important; 
	border: none !important;
}
.panel2 img{
	border: 10px solid white;
}
.about img{
	border: 10px solid white;
}
.about h4{
	color: black;
}