/* ==========================================================================
   Global styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6, p {
   font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 62px;
	font-weight: 800;
	line-height: 60px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
}

h3 {
	font-size: 34px;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: -1px;
}

h4 {
	letter-spacing: -1px;
	font-weight: bold;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;		
}

a {
	color: #333333;
}

a:hover,
a:active,
a:visited {
   text-decoration: none;
	color: #333333;
}

.clear {
	clear: both;	
}

.uppercase {	
	text-transform: uppercase;
}

@media (max-width: 767px) {
}

/*-----------Margins-----------------*/

.margin-0 {
   margin-bottom: 0 !important;
}
.margin-10 {
   margin-bottom: 10px !important;
}
.margin-15 {
   margin-bottom: 15px !important;
}
.margin-20 {
   margin-bottom: 20px !important;
}
.margin-30 {
   margin-bottom: 30px !important;
}
.margin-40 {
   margin-bottom: 40px !important;
}
.margin-50 {
   margin-bottom: 50px !important;
}
.margin-60 {
   margin-bottom: 60px !important;
}
.margin-70 {
   margin-bottom: 70px !important;
}
.margin-80 {
   margin-bottom: 80px !important;
}
.margin-90 {
   margin-bottom: 90px !important;
}
.margin-100 {
   margin-bottom: 100px !important;
}
.margin-120 {
   margin-bottom: 100px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

/*------------Colors------------------*/

.black {
	color: #31363a;
}

.dark-gray {
	color: #626c72;
}

.gray {
	color: #a5b2b9;
}

.light-gray {
	color: #dfe5e8;
}

.white {
	color: #FFFFFF;
}
.orange {
	color: #ff755a;
}

/* ==========================================================================
   General styles
   ========================================================================== */
html {
	height: 100%;
}

body { 
	height: 100%;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	background: url('../img/bg.jpg') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.container-custom {
	min-height: 100%; 
   height: auto !important; 
   height: 100%;	   
   margin: 20px auto 20px auto;
	background: #FFFFFF;	
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); 
		-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); 		
		  -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.header {
	margin: 20px 0px 0px 0px;
}

.content-image {
	margin: 20px 0px 0px 0px;
}

.panel {
	border-color: #F400A1;
}
.panel-default > .panel-heading {
	background-color: #F400A1;
}
.panel-title {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 32px;	
	font-weight: 700;		
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.panel-text {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 32px;	
	font-weight: 700;		
	letter-spacing: 0px;
}
.strong {
	font-weight: 700;	
}

/* ==========================================================================
   Navigation styles
   ========================================================================== */

nav {
	margin: 20px auto 0px auto;
}
.nav-justified {	
	margin: 0px auto 0px auto;
}
@media (min-width: 768px) { 
   .nav-justified > li {
      height: 70px;
      display: table-cell;
      padding-left: 10px;
      padding-right: 10px;
      vertical-align: middle;
      background-color: #F400A1;
      border-top: 1px solid #F400A1;
      border-bottom: 1px solid #F400A1;
   }
   .nav-justified > li > a {
      display: block;
      margin: 0px auto;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      color: #FFFFFF;
   }
}
@media (max-width: 767px) {
   .nav-justified {
   	/*
      border-top: 1px solid #392F23;
      border-bottom: 1px solid #392F23;
      */
   }
   .nav-justified > li > a {
      padding-top: 16px;
      padding-bottom: 16px;
      margin-bottom: 0;
      font-family: 'Lato', sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      color: #FFFFFF;
		background-color: #ff48bf;
   }
}
.nav-justified > .active > a {   
   padding-top: 16px;
   padding-bottom: 16px;
	background-color: #ff48bf;
	color: #000000;
}
.nav-justified > li > a:hover {
   padding-top: 16px;
   padding-bottom: 16px;
	background-color: #ff48bf;
	color: #ffffff;
}
.nav-justified > .active > a:hover {
	color: #000000;
}
.nav-justified > li > a:focus {
   padding-top: 16px;
   padding-bottom: 16px;
	background-color: #ff48bf;
	color: #000000;
}
@media (min-width: 768px) {
	.nav-justified {
    	max-height: 62px;
  	}
  	.nav-justified > li > a {
  		border: 0;
  	}
  	.nav-justified > li:first-child > a {
  		border-left: 0;
  	}
  	.nav-justified > li:last-child > a {
  		border-right: 0;
  	}
}

/* ==========================================================================
   Lunchlist Styles
   ========================================================================== */
  
#lunch-list {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;		
} 
.food-item {
	float: left;
	width: 80%;
	text-align: left;
}
.price-item {
	float: left;
	width: 20%;
	text-align: left;
}
.text-item {
	width: 100%;
	text-align: left;
}

/* ==========================================================================
   Content Styles
   ========================================================================== */

.content {
	margin: 0px auto 0px auto;
	padding: 20px 20px;
}

.divider-hr {
   border: 0;
   height: 1px;
   background-image: linear-gradient(to right, rgba(128, 128, 128, 0), rgba(128, 128, 128, 0.75), rgba(128, 128, 128, 0));
}

/* ==========================================================================
   Contact Page styles
   ========================================================================== */

.map {
	margin: 0px auto;
   border: 1px solid #C0C0C0;
   width: 100%;
   height: 100%;
   min-height: 400px;
}
.contact-text {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #BABABA;	
}

/* ==========================================================================
   Footer styles
   ========================================================================== */

.footer {
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
}
.footer p a {
	color: #D9D9D9;
  	font-weight: bold;
  	text-decoration: none;
}
.footer .logo-text, a.logo-text {
	margin-top: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #D9D9D9;
}
.footer .logo-text:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* ==========================================================================
   Mobiles styles
   ========================================================================== */

/* Landscape phones and down */
@media (max-width: 480px) { 

	h1 {
	  	font-size: 40px;
	  	line-height: 38px;
	}

	h2 {
	  	font-size: 30px;
	  	line-height: 36px;
	}

	h3 {
	  	font-size: 25px;
	  	line-height: 25px;
	}

	.navbar .nav > li > a {
		padding-bottom: 10px;
	   padding-top: 10px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
   	color: #FFFFFF;
	}

	.img-responsive {
		margin: auto;
	}

	.img-responsive {
	  	margin: auto;
	}

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

	h1 {
		font-size: 40px;
	  	line-height: 38px;
	}

	h2 {
  		font-size: 30px;
  		line-height: 36px;
	}

	h3 {
  		font-size: 25px;
  		line-height: 25px;
	}

	.navbar .nav > li > a {
		padding-bottom: 10px;
	   padding-top: 10px;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #FFFFFF;
	}

	.img-responsive {
		margin: auto;
	}

	.img-responsive {
  		margin: auto;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   
