/* 94 green */

body {
	background-color: #eee;
	color: #fff;
}

a {
	color: #007a7b;
}

a:hover {
	color: #fff;
}

.navbar-nav > li a, .navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-nav > li a:hover,
.navbar-nav > li a.activenav,
.navbar-nav > li a.activenav:visited,
.navbar-nav > li a.activenav:focus,
.navbar-nav > li a.activenav:hover,
.navbar-nav > li a.activenav:active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.activenav,
.navbar-default .navbar-nav>li>a.activenav:visited,
.navbar-default .navbar-nav>li>a.activenav:focus,
.navbar-default .navbar-nav>li>a.activenav:focus,
.navbar-default .navbar-nav>li>a.activenav:hover,
.navbar-default .navbar-nav>li>a.activenav:active {
	color: #007a7b;
}

.container-fluid {
	background-color: #000;
}

.specials-mobile,
.specials {
	background-color: #007a7b;
	color: #fff;
}

hr { 
	border: 0 #fff solid; 
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.nav-mobile .navbar-header {
	background-color: #007a7b;
	color: #fff;
}

.main-header {
	background-image: url("../img/bg-main-mobile.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 20%;
}

.nav-mobile .navbar-brand {
	color: #fff;
}

.navbar-default .navbar-toggle .icon-bar  {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-collapse {
	background-color: #000;
	border-bottom: 1px solid #eee;
}

select,
input,
textarea {
	color: #333;
}

.form-submit {
	background-color: #007a7b;
}

@media (min-width: 480px) { 
	.main-header { 
		background-size: 18%;
	}
}

@media (min-width: 640px) { 
	.main-header { 
		background-size: 14%;
	}
}

@media (min-width: 768px) { 

	body {
		background-color: #000;
	}

	.container-fluid {
		background-color: #000;
		background-image: url("../img/bg-main.jpg");
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-attachment: fixed;
		background-size: 20%;
	}
	
	.main-container {
		background-image: none;
	}
	
	.main-header {
		background: none;
	}

	.navbar-default .navbar-collapse {
		background-color: transparent;
		border-bottom: none;
	}
}

@media (min-width: 992px) { 

	body {
		background-color: #eee;
	}

	.container-fluid {
		background-size: auto;
		background-position: 98% 0;
	}
}

@media (min-width: 1200px) { 
	.container-fluid {
		background-position: 83% 0;
	}
}
/* target ipad mini, ipad 1 and 2  portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {
	.container-fluid {
		background-position: 76% 0;
		background-size: 25%;
	}
}
/* target ipad mini, ipad 1 and 2  landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
	.container-fluid {
		background-position: 100% 0;
	}
}

/* target 10" android tablet, landscape orientation, specifically */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1280px) 
and (orientation : landscape) {
	.container-fluid {
		background-position: 100% 0;
		background-size: 40%;
	}
}

/* target 10" android tablet, portrait orientation, specifically */
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1111px) 
and (orientation : portrait) {
	.container-fluid {
		background-position: 100% 0;
		background-size: 30%;
	}
}

@media (min-width: 1300px) { 
	.container-fluid {
		background-position: 80% 0;
	}
}

@media (min-width: 1600px) { 
	.container-fluid {
		background-position: 72% 0;
	}
}
