*
{
    margin:0px;
    padding:0px;
}

* {
    box-sizing: border-box;
}


.row
{
    max-width: 100%;
    margin:0 auto;    
}

body
{
    font-family: athelas, majesti-banner, sans-serif;
}

.hero
{
    max-width:100%;
    overflow-x:hidden;
    position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%)
}

header
{
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/header2.jpg);
    height:100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    max-width:100%;
}
.main-nav
{
	list-style: none;
    float:right;
    margin-top:60px;
    margin-right: 100px;
}

.main-nav li
{
    display: inline-block;
    margin-left: 20px;
}

.main-nav li a
{
    color:white;
    text-decoration: none;
    font-size:15px;
    font-weight: bold; 
}

.main-nav li a:hover
{
    color:#be1e2d;
    border-bottom: 2px solid #be1e2d;
    transition:all 0.1s ease-in;
    padding:15px 0;
}


.logo img
{
    max-width:250px;
    float:left;
    margin-top: 30px;
    margin-left: 100px;
}

.text-left{
    font-size:30px;
    margin-left:40px;
}

h3.text-left::after{
    max-width:100px;
    height: 2.5px;
    background-color:#be1e2d;
    display:block;
    content: " ";
    margin-top:20px;
    margin-bottom: 30px;
    margin-left: 30px;
}

.text-center{
    font-size:30px;
}

h3.text-center::after{
    max-width:100px;
    height: 2.5px;
    background-color:#be1e2d;
    display:block;
    content: " ";
    margin-top:20px;
    margin-bottom: 30px;
    margin-left:693px;
}

@media only screen and (max-width: 480px) {
	h3.text-center::after { width: 100%; }
}

.copy{
    text-align: justify;
    padding-right: 30px;
    font-size: 18px;
    margin-left:40px;
}


/* MENU SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin-top: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0% 0% 1.6%;
    padding-left: 0px;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

.container{
    width:100%;
}

.menu-section-title{
  font-family: majesti-banner;
  color: #be1e2d;
  font-size: 23px;
  display: block;
  margin: 20px; 
  text-align: Center;
}

.menu-item {
  margin: 35px 0;
  padding-left:40px;
  padding-right:40px;
  font-size: 18px;
}

.menu-item-name{
  font-family: majesti-banner;
  font-weight: bold;
  border-bottom: 2px dotted grey;
}

.menu-item-description {
  font-style: italic;
  font-size: .9em;
  line-height: 1.5em;
}

.menu-item-price{
  float: right;
  font-weight: bold;
  font-family: majesti-banner;
  margin-top: -22px;
}

.meal{
    margin-top:20px;
}

.meal-showcase
{
    list-style:none;
    max-width:100%;
}

.meal-showcase li
{
    display:block;
    max-width:25%;
    float:left;
}

.meal-photo
{
    max-width:100%;
    margin:0;
    overflow:hidden;
}

.meal-photo img
{
    max-width:100%;
    transform: scale(1.15);
    transition: all 0.2s;
}

.meal-photo img:hover
{
    transform: scale(1.05);
}

.clearfix
{
    zoom:1;
}

.clearfix:after
{
    visibility: hidden;
    content: ".";
    height:0;
    display:block;
}


.btn-block
{
    background-color:#be1e2d;
    color:#fff;
    border-radius:4px;
    margin-top:20px;
}

.gap
{
    margin-top:40px;
}

.form
{
    margin-top:40px;
}



footer {
  
    position: left;
  clear: both;
  color: white;
  background-color: black;
  text-align:center;
  height: 50px;	
  line-height: 50px;
  font-size: 100%;

}

.footer-nav
{
    list-style: none;
    margin-top:30px;
    float:middle;
    margin-bottom:-20px;
}

.footer-nav li
{
    display: inline-block;
    margin-left: 20px;
}

.footer-nav li a
{
    color: white;
    text-decoration: none;
    font-size:90%;
    font-weight: bold; 
}

.footer-nav li a:hover
{
    color:#be1e2d;
    transition:all 0.1s ease-in;
    padding:15px 0;
}





