/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

	


}

/* xs */
@media (max-width: 767px) {
	


}

/* XS Portrait */
@media (max-width: 479px) {
	
.fp-tableCell {
    display: table-cell;
    width: 100%;
	height:50% !important;
}

#section-1 {height:300px !important;}

.slide-1 {
    background-color: #fec401;
    background-position: 60% 0%;
    background-repeat: no-repeat;	
	background-image: url(../images/mobile/slide-01.jpg); 
}
.pizzeria-section{padding:70px 0 0 25px;}
.pizzeria-section .header-text{ text-transform:uppercase; font-weight:900; font-size:30px;line-height:40px; color:#fff; }
.pizzeria-section .header-sub{ font-size: 20px; width:50% }
.pizzeria-section .header-des{ font-size: 18px; display:none;}
.pizzeria-section .readmore { font-size:13px; margin:10px 0 0 0; }


#section-2 { background-color: #fec401; 
			 background-position: 38% 0% !important; 
			 background-repeat: no-repeat;
			 background-image: url(../images/mobile/section-2.jpg) !important; height:310px !important; background-size: cover; }

.fp-tableCell .bar-section {
    padding: 50px 0 0 190px;
}
.bar-section .header-text{text-transform:uppercase; font-weight:900; font-size:30px;line-height:40px;}
.bar-section .header-sub{font-size: 20px; }
.bar-section .header-des{display:none; }
.bar-section .readmore { font-size:13px; margin:10px 0 0 0; }




#delight{
    background-color: #fec401;
    background-image: url(../images/delight-bg.jpg);
    background-position: top left !important;
    background-repeat: no-repeat;
	padding:80px 20px;
}
#delight h2{text-transform: uppercase; font-weight: 700; font-size: 28px; line-height: 35px; color:#fff;}
#delight h3{font-family: 'Courgette', cursive;
color:#ffd251; font-size:20px;}
#delight p{ color:#fff; width:80%;}

#section-4 {
    background-color: #fec401;
    background-image: url(http://bycchancee.com/images/mobile/section-4.jpg) !important; height:310px !important;
    background-position: 50% 0%;
    background-repeat: no-repeat; background-size: cover;
}

#section-4 .nitro-coffee-section {padding:50px 0 0 150px; }
#section-4 .header-text{ text-transform:uppercase; font-weight:900; font-size:30px;line-height:40px; color:#fff; }
#section-4 .header-sub{ font-size: 20px; width:80%;}
#section-4 .header-des{display:none}
#section-4 .readmore {font-size:13px; margin:10px 0 0 0;}

#section-3 {
    background-color: #fec401;
    background-image: url(../images/mobile/section-3.jpg) !important; height:310px !important;
    background-position: 50% 0%;
    background-repeat: no-repeat; background-size: cover;
}

.beer-section{padding:100px 0 0 0px;}
.beer-section .header-text{ text-transform:uppercase; font-weight:900; font-size:30px;line-height:40px; color:#fff; }
.beer-section .header-sub{font-size: 20px; width:80%;}
.beer-section .header-des{display:none;}
.beer-section .readmore { font-size:13px; margin:20px 0 0 0;}



.ftco-section {
    padding: 2em 0 !important;
}
.ftco-footer {
  font-size: 14px;
  padding: 4em 0;
  background-color: #232323;
    background-image: url(../images/footer-mobile.JPG);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
   }

}