@charset "utf-8";
/* CSS - Cascading Style Sheet */

 .navbar-nav {
    font-weight: bold;
  }

.fcmFullPageContent {
	margin: auto;
	text-align: center;
	border-top: #b32d2a thick solid;
	border-radius: 5px 5px 5px 5px;
}

.navbar-inverse {
  background-color: #0e4530;
  border-color: #0e4530;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0e4530;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #0e4530;
}

.navbar {
  margin-bottom: 5px;
}

.navbar-toggle {
  float: left;
  padding: 5px 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.customerPhone {
	float:right;
	padding-right:20px;
	color:#550000;
	
	font-size: 1.5em;
}

.customerCityState {
	float:left;
	padding-left:20px;
	color:#550000;
	
	font-size: 1.5em;
}

.glyphicon-list {
	color:#fff;
	font-size:2em;
}

.heightAdjust {
	
}

.menuPageContent {
	margin: auto;
	text-align: center;
	border-top: #550000 thick solid;
	border-radius: 5px 5px 5px 5px;	
}

.menuCategory {
	clear:both;
	float: none;
	color:#550000;
	background-color: #fff; 
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
}

a.menuCategory, a.menuSubCategory { text-decoration: none; color: #550000; background-color: rgba(255,170,170,.0); }
a.menuCategory:visited, a.menuSubCategory:visited { text-decoration: none; }
a.menuCategory:hover, a.menuSubCategory:hover { text-decoration: none; }
a.menuCategory:focus, a.menuSubCategory:focus { outline: thin dotted; }

a.table, a.table { text-decoration: none; color: #000; background-color: rgba(255,170,170,.0); }
a.table:visited, a.table:visited { text-decoration: none; }
a.table:hover, a.table:hover { text-decoration: none; }
a.table:focus, a.table:focus { outline: thin dotted; }

a.noStyle { text-decoration: none; color: #0e4530; background-color: rgba(255,170,170,.0); }
a.noStyle:visited { text-decoration: none; }
a.noStyle:hover { text-decoration: none; }
a.noStyle:focus{ outline: thin dotted; }

.menuSubCategory {
	margin: auto;
	background-color: rgba(255,170,170,.40);
	font-size: 1em;
}

.menuExtendDesc {
	font-weight:normal;
	font-style:italic;
	font-size: 1.00em;
	padding: 5px;
}

.menuItem {
	color: #550000;	
}

.specials, a.specials, a.specials:visited, a.specials:hover, a.specials:focus {
	text-decoration: none;
	color: #550000;
}

#menuMobile {
	display: none;
}

#menuTablet {
	display: none;
}

#menuDesktop {
	display: none;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;  
	align-items: center;
  	justify-content: center;
	color:#0e4530;
}

.flex-container > div {
  background-color: #fff;
  width: 80%;
  text-align: left;
  padding: 5px;
  margin-top: 5px;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 15px;
}

.flex-container2 {
	display: flex;
	flex-wrap:nowrap; 
	align-items: center;
  	justify-content: center;
	color: #051704;
}

.flex-container2 > div {
  background-color: #fff;
  width: 20%;
  text-align: center;
  padding: 5px;
  margin-left: 10px;
}

.flex-container3 {
	display: flex;
	flex-wrap: wrap;  
	align-items: center;
  	justify-content: center;
	color: #051704;
}

.flex-container3 > div {
  background-color: transparent;
  width: 45%;
  text-align: left;
  padding: 5px;
  margin-top: 5px;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 15px;
}

input[type="file"].flex-container2 {
	width:95%;
}

input[type="number"].flex-container2 {
	margin:0 auto;
	width: 25%;
	text-align: right;
}

input[type="text"].flex-container2 {
	width: 95%;
}

.flex-container4 {
	display: flex;
	flex-wrap:nowrap; 
	/*align-items: center;*/
  	justify-content: center;
	color: #051704;
}

.flex-container4 > div {
  background-color: #fff;
  width: 25%;
  text-align: center;
  padding: 5px;
  margin-left: 10px;
}

.formDiv {
	width:98%;
	margin:0 auto;
	padding:5px;
}

.flexRow {
	display: flex;
	flex-wrap: wrap; 
	color:#0e4530;
}

.formDiv {
	width:98%;
	margin:0 auto;
	padding:5px;
}

.slideShow {
	height:480px;
	overflow: hidden;
	max-width: 1200px; 
}

.slideShow > img {
	width:100%; 
	
}

.forms {
	width: 100%;
	margin: 0 auto;
}
  
.forms > div {
	padding: 10px;
}

textarea {
	width: 90%;
	height: 120px;
}

/* Media query for tablets */
@media screen and (max-width:700px) {
	
	h1,h2,h3 {
		font-size: 1.5em;	
	}Fme
	
	#menuTablet {
		display: block;
	}
	
	.menuItem {
		width: 50%;
		float: left;
		text-align: center;
		font-size: 1.00em;	
		font-weight: bold;
	}

	.flexRow {
		display: flex;
	}
	
	.flexRow > div{
		width: 20%;
		font-size: 1em;
		font-weight: bold;
	}
	
	.mobileHide {
		display: none;
	}
	
	.mobileHide {
		display: none;
	}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
	
	.customerPhone, .customerCityState {
		padding:5px;
		font-size: .75em;
	}
	
	h1,h2,h3 {
		font-size: 1.5em;	
	}
	
	#menuMobile {
		display: block;
	}
	
	.menuItem {
		width: 100%;
		text-align: center;
		font-size: 1.00em;	
		font-weight: bold;
	}
	
	.flexRow {
		display: block;
	}
	
	.flexRow > div{
		width: 100%;
		font-size: 1em;
		font-weight: bold;
	}
	
	.flex-container > div {
 		width: 100%;
	}

	.flex-container2 {
		display: block;		
		color: #051704;
	}
	
	.flex-container2 > div {
		text-align: center;
 		width: 100%;
	}
	
	.flex-container3 {
		display: block;
		color: #051704;
	}

	.flex-container3 > div {
	  width: 100%;
	  text-align: center;
	}
	
	.flex-container4 {
		display: block;		
		color: #051704;
	}
	
	.flex-container4 > div {
		text-align: center;
 		width: 100%;
	}
	
	.slideShow {
		height: auto;
	}
	
	.slideShow > img {
		width:100%; 
		margin-top: -50px;
	}
	
	.mobileHide {
		display: none;
	}
	
	.mobileShow {
		display: block;
		font-weight: bold;
	}
}

@media only screen and (min-width: 769px) {
	#menuDesktop {
		display: block;
	}
	
	.menuCategory {
		font-size: 125%;
	}
	
    .menuSubCategory {
        margin: auto;
        /*background-color: rgba(255,170,170,.40);
        color:#ffffff;
        font-size: 1.25em;*/
    }
	
	.menuItem {
		width: 33.33%;
		float: left;
		font-size: 1.25em;	
		font-weight: bold;
		padding: 10px;
	}
	
	.contactUs {
		margin-top: 10px;
		margin: 0 auto;
		padding: 5px;
	}

	td.contactUs, input.contactUs {
		font-size: .50em;
	}
	
	.flexRow {
		display: flex;
		text-align:left;
	}
	
	.flexRow > div {
		width: 25%;
		font-size: 1em;
		font-weight: bold;
	}
	
	.formDiv {
		width:45%;
		margin:0 auto;
		padding:5px;
	}
	
	.mobileHide {
		display: flex;
	}
	
	.mobileShow {
		display: none;
	}
	
	.forms {
		width: 50%;
		margin: 0 auto;
	}
}