body {
	background-image: url("../img/bg-2-green-mobi.jpg");
	background-position: right 2%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000;
}

a {
	color: #04af9f;
}

a:hover {
	color: #ccfdf8;
}

#business {
	color: #ccfdf8;
	font-weight: bold;
}

.container-fluid {
	color: #fff;
}

.navbar-nav > li a.activenav,
.navbar-nav > li a.activenav:visited,
.navbar-nav > li a.activenav:focus,
.navbar-nav > li a.activenav:active,
.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:active  {
	color: #04af9f;
}

.navbar-nav > li a, .navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-nav > li a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-nav > li a.activenav:hover,
.navbar-default .navbar-nav>li>a.activenav:hover {
	color: #04af9f;
}

.specials-mobile,
.specials {
	background-color: #ccfdf8;
	color: #000;
}

.specials-mobile a:hover,
.specials  a:hover {
	color: #04af9f;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.nav-mobile .navbar-header {
	background-color: #04af9f;
	color: #000;
	border-bottom: 1px solid #eee;
}

.nav-mobile .navbar-brand {
	color: #000;
}

.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: #eee;
}

/* Extra Small Devices, Phones */ 
@media (min-width: 480px) { 
}

@media (min-width: 640px) { 
	body {
		background-size: 100%;
		background-position: center top;
	}
	
	.center-content-column {
		background: none;
	}
}

/* Small Devices, Tablets */
@media (min-width: 768px) { 

	.navbar-default .navbar-collapse {
		background-color: transparent;
		border-bottom: none;
	}
	
	body {
		background-position: center -6%;
	}
	
	.main-content {
		padding-top: 2em;
	}
}

/* Medium Devices, Desktops */
@media (min-width: 992px) { 

	body  {
		background: none;
		background-color: #191919;
	}
	
	.container-fluid {
		background-image: url("../img/bg-2-green.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		background-attachment: fixed;
		background-color: #191919;
		min-height: 1000px;
	}
}

@media (min-width: 1024px) { 
}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) { 
}

@media (min-width: 1360px) { 
}

@media (min-width: 1600px) { 
}

/* 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)  {
}
/* 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)  {
}

/* target 10" android tablet, landscape orientation, specifically */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1280px) 
and (orientation : landscape) {
}

/* target 10" android tablet, portrait orientation, specifically */
@media only screen 
and (min-device-width : 800px) 
and (max-device-width : 1111px) 
and (orientation : portrait) {
}
