/*---------------------------------------*/
/* BASIC SETUP  green #054f2c  yellpo #f6ee33*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}
html {
    background-color: #054f2c;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}
section {
    text-align: justify;
    font-size: 80%;
    line-height: 130%;
}
table td {
	padding: 4px 15px;
	text-align: left;
	color: #ffffff;
}
.fontyellow {
	color: #f6ee33;
	font-weight: bold;
	}
/*---------------------------------------*/
/* REUSABLE COMPONENTS */ 

.row {
    max-width: 1140px;
    margin: 0 auto; 
}
.bold {
    font-weight: bold;
}


/*------------HEADER--------------*/

header {
/*    height: 100px;  */
    background-image:url(img/header-bg.gif);
    background-repeat: repeat-x;
    margin-top: 20px;
    background-position: bottom left;
    background-color: #fff;
    
}
.logo {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.address {
    float: right;
    text-align: right;
    font-size: 80%;
    padding-right: 20px;
}
header h1{
    display: block;
    padding-left: 20px;
  
}
header p {
    margin-top: 10px;
}

/*-------------HEADINGS-------------*/

h1 {
    font-size: 110%;
    margin-top: 10px;
}

/*----------NAVIGATION-----------*/
/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: left;
    padding-left: 20px;
	line-height: 50px;
	color: #fff;
	background: #2f3036;
	text-decoration: none;
    font-size: 80%;
}

/*Hover state for top level links*/
li:hover a {
	background: #9b9494;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #9b9494;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}


/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
    text-align: left;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*-----------------SECTION-HOME---------*/
section h2 {
    color: #f6ee33;
    padding-top: 75px;
    padding-left: 20px;
    text-align: left;
    line-height: 145%;
}
section h3 {
    color: #f6ee33;
    padding-top: 20px;
    padding-left: 20px;
}

.section-home {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
section p {
    color: #ffffff;
    padding-bottom: 20px;
}
.section-home h2 {
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 20px;
}

.section-home img {
    float: left;
    padding-right: 10px;
    
}
.section-home a:link,
.section-home a:visited {
    color: #f6ee33;
}

.section-home a:hover,
.section-home a:active {
    font-weight: bold;
}
.dining {
    width: 50%;
    color: #ffffff;
}
.times {float:right;}

.section-home ul {
    position: relative;
    color: #ffffff;
    display: inline-block;
   
}



/*--------------SLIDESHOW---------*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



/*---------------------FOOTER --------------*/
footer img {
    width: 50%;
    margin-left: 25%;
    padding-top: 20px;
}
footer {
    background-color: #2f3036;
    padding-bottom: 20px;
}
footer p {
    color: #dbd9d9;
    font-size: 70%;
    
}
footer .left {
    float: left;
    padding-left: 25%;
}
footer .right{
    float: right;
    padding-right: 25%;
    text-align: right;
}
footer a {
    color: #dbd9d9;
    text-decoration:none; 
}



/*

section {
    padding: 80px 0;
    
}
.box {
    padding: 1%;
}

/* -------------HEADINGS------------------
h1,
h2,
h3{
    font-weight: 300;
    text-transform: uppercase;
         
}
h1{
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px; 
    letter-spacing: 1px;  
}
h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;  
}
 
h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px; 
}
h3 {
    font-size: 110%;
    margin-bottom: 15px;
    
}

/* ----------------PARAGRAPHS-------------
.long-copy {
    line-height: 145%; /*this is max good lineheight
    width: 70%;
    margin-left: 15%; /* half of remaining 30%
}
.box p {
    font-size: 90%;
    line-height: 145%;
    margin-bottom: 10px;
    text-align: justify;
}

/* ----------------ICONS -------------- 

.icon-big {
    display: block;
    font-size: 200%;
    text-align: center;
    color: #e67e22;
    
}

/* ----------------BUTTONS -------------- 

.btn:link,
.btn:visited{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px; 
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited{
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid #e67e22;
    color:#e67e22;
}

.btn:hover,
.btn:active {
    background-color: #cf6d17;
}
.btn-full:hover,
.btn-full:active{
    border: 1px solid #cf6d17;
}

.btn-ghost:hover,
.btn-ghost:active{
    border: 1px solid #cf6d17;
    color: #fff;

}

/*---------------------------------------*/
/* HEADER  



header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.71),rgba(0, 0, 0, 0.71)),url(img/hero.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    
}
.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #e67e22;
}

/*---------------------------------------*/
/* FEATURES


.section-features .long-copy {
    margin-bottom: 30x;
}
/*---------------------------------------*/
/* MEALS

.section-meals {
    padding: 0;
}

.meals-showcase {
    list-style: none;
    width: 100%;
    
}
.meals-showcase li {
    display: block;
    float: left;
    width: 25%;
}
.meal-photo {
    width: 100%; /* so it's 100% of its holder (25%)
    margin: 0;
    overflow: hidden;
    background-color: #000; /*creates black bg for opacity changed image
}
.meal-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    transform: scale(1.15); /*makes images bigger than container
    transition: transform 0.5s;
}
.meal-photo img:hover {
    opacity: 1;
    transform: scale(1.03);
}

