@charset "UTF-8";
/* CSS Document */

*{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}
html,body{
	background-color:ivory;
	/*background-image:url(../img/Untitled-2-01.png);
	background-repeat:repeat;*/
	height:100%;
	
}
 
.cursiveFont{
	font-family: 'Rouge Script', cursive;
}


 #containerMid{
	 margin-top:50px;
	
 }
 
 #god{
	 min-height:100%;
	height:auto !important;
	height:100%%;
	margin-bottom:-40px;
	padding-bottom:40px;
	overflow:scroll;
	
 }
 
 .container{
	 	background-color:ivory;
 }
 
#midRow{
	height:auto;
}

.tabProperty > li  > a{
	color:#3D5C2A;
}

.label1{
	position:absolute;
	opacity:0.7;
	margin: -30px  0 0 0px;
	width:200px;
	height:170px;
	background-color:white;
	z-index:1;
	border-radius:5px;
}

#aboutUs{
	padding:50px 10px 10px 10px;
}

.tabCoat{
	height:100%;
	border:solid thin #FFCC32;
	color:#3D5C2A;
}

.label2{
	position:absolute;
	margin-top:-30px;
	width:200px;
	height:200px;
	background-image:url(../img/sabahsDelightsLogo-01.png);
	background-size:cover;
	background-repeat:repeat;
	background-position:center;
	z-index:2;
}

.label3{
	width:200px;
	height:200px;
	background-image:url(../img/sabahsDelightsLogo-01.png);
	background-size:cover;
	background-position:center;
	z-index:2;
}


.tabProperty 
  .active > a{
    background-color:#3D5C2A;
	color:white;
  }
  
  .tabProperty .active > a:hover {
    background-color:#9F9D44;
	color:#3D5C2A;
  }


.arrows{
	height:40px;
	line-height:40px;
}


.fullHeight{
	height:100%;
}


#topRow{
	height:400px;
}

.carousel-control {
	margin:0;
	padding:0;
	
	font-size:40px;
}

#pic1{
	background-image:url(../img/carousel/hummus2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
	height:100%;
}

#pic2{
	background-image:url(../img/carousel/beans1.JPG);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
	height:100%;

}


#pic3{
	background-image:url(../img/carousel/vineLeaves4.JPG);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
	height:100%;

}


#pic4{
	background-image:url(../img/carousel/emsakara2.JPG);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
	height:100%;
	
}


#pic5{
	background-image:url(../img/carousel/falafel5.JPG);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
	height:100%;
}

#pic6{
	background-image:url(../img/carousel/babaganouj4.JPG);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:100%;
}

#pic7{
	background-image:url(../img/carousel/couscous2.JPG);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;	
	height:100%;
}

footer{
    background-color:#3D5C2A;
	color:white;
	height:40px;
	width:100%;
	text-align:center;
	line-height:40px;
}





.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #FC3 transparent #FC3 #FC3 !important;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #FC3 transparent #FC3 #FC3 !important;
  *border-left-color: #ffffff;
}

.tabs-below > .nav-tabs > li > a,
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-color: transparent #FC3 #FC3 #FC3 !important;

  border-top-color: transparent!important;
}


.tabs-below > .nav-tabs {
  border-top: 1px solid #FC3;
}

.tabs-left > .nav-tabs {
  border-right: 1px solid #FC3;
}

.tabs-right > .nav-tabs {
  border-left: 1px solid #FC3;
}
/*
.nav-tabs .active > a {
	border-color:#FC3 !important;	
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #FC3;
}
*/
/* intro page*/
.soon{
	font-size:24px;
	color:#3D5C2A;
	text-align:center;  
}

#intro{
	margin:0 auto;
	background-image:url(../img/sabahsDelightsLogo-01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width:600px;
	height:600px;
	
}

.prodPics{
	max-height:140px;
	max-width:140px;
	margin-top:10px;
	
}

.nutFacts{
	max-height:400px;
	max-width:300px;
	margin-top:10px;
}

.popover{
    display:block !important;
    max-width: 400px!important;
    width:auto;
}



