/* CSS Document */
/* color styles for green version */

body {
	background: #4072B5 url(../images/page-background-blue.jpg) repeat-x;
	color:#34342c;
	text-align:justify;
}

p.blue {
	color:#0000FF;
	font-weight:400;
}

p.right {
	text-align:right;
}

p.blue1 {
	color:#0000FF;
	font-style:italic;
}

p.blue2 {
	color:#0000FF;
	font-style:italic;
	font-size:12px;
}

p.black {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;		
}

p.center {
	color:#000000;
	font-weight:bold;
	text-align:center;
	
}
p.center1 {
	color:#000000;

	text-align:center;
	
}

.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}

a {
	color:#535353;
	
}

a:visited {
	color:#666;
}

h1, h2, h3, h4 {
	color: #4165BB;
	font-weight:bold;
}

#business {
	color: #fff;
	font-weight:600;
	text-shadow: 2px 2px 8px #333333;
	text-align:left;

}

#business a {
	color: #fff;
}

#tagline {
	color: #fff;
}

.main-background {
	background-color: #fff;
}

.specials-box,
.specials-box-mobile {
	background-color:#333;
	color: #fff;
}

.main-background div.col-sm-9 {
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
}

.navbar-default {
	background-color: #fff;
	color:#535353;
}

.navbar-nav>li>a.activenav {
	color:#fff;
	background-color: #333333;
}

div.row.footer {
	background-color: #fff;
	border-top: 3px solid #818181;
	color:#333;
}

footer a, 
footer a:visited {
	color:#333;
}

@media (min-width: 768px) {
	.main-background div.col-sm-9 {
		border-left: 3px solid #818181;
	}
}


