

.txt-orange{color: #f05022!important}
.txt-yellow{color: #f99f1d!important}
.bg-orange{background: #f05022!important}
.bg-yellow{background: #f99f1d!important}

.jumbotron.home-hero  {
    background-image: url(../images/banner-homepage-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 535px;
    color: #fff;
    border-radius: 0;
	text-align: center
}
.jumbotron.aboutus {
    background-image: url(../images/banner-aboutus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    color: #fff;
    border-radius: 0;
	text-align: center;
	margin-bottom: 0;
}
.jumbotron.fullmenu {
    background-image: url("/assets/images/banner-fullmenu.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    color: #fff;
    border-radius: 0;
	text-align: center;
	margin-bottom: 0;
}

.jumbotron.home-hero .jumbotron-txt h1, .jumbotron.aboutus .jumbotron-txt h1, .jumbotron.fullmenu .jumbotron-txt h1{
	font-family: "FuturaStd-Bold";
	text-transform: uppercase;
	text-shadow: 2px 1px 8px #000;
	letter-spacing: 10px;
}

.jumbotron.home-hero .jumbotron-txt .orderNow {
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 16px;
    color: #f05022;
    border-radius: 0;
    width: 284px;
    letter-spacing: 3px;
    position: relative;
	margin-top: 40px;
}
.jumbotron.home-hero .jumbotron-txt .orderNow .icon-orderNow{
	height: 24px;
	width: 24px;
}

.jumbotron.aboutus .jumbotron-txt h1, .jumbotron.fullmenu .jumbotron-txt h1{
	font-size: 36px
}


/* 	Responsive Styles:
	Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}
/*	Small devices (portrait tablets and large phones, 600px and up)	*/
@media only screen and (min-width: 600px) {}
@media only screen and (max-width: 767px) {
	.jumbotron.fullmenu {padding: 2rem!important;}
	.jumbotron.fullmenu .jumbotron-txt{	width: 100%!important; }
}
@media only screen and (max-width: 991px) {	
	.jumbotron.home-hero{height: 535px}
	.jumbotron.home-hero .jumbotron-txt{ margin: 80px 0 0; }
	.jumbotron.home-hero .jumbotron-txt h1{	font-size: 35px; line-height: 55px; }
	
	.jumbotron.aboutus{height: 250px;}
	.jumbotron.aboutus .jumbotron-txt{margin-top: 50px}
	.jumbotron.aboutus .jumbotron-txt h1{font-size: 18px;line-height: 36px; letter-spacing: 2px;}
	
	.jumbotron.fullmenu{height: 250px;padding: 3rem 2rem;}
	.jumbotron.fullmenu .jumbotron-txt{	width: 76%;	margin-left: auto; margin-right: auto;margin-top: 20px; margin-bottom: 0; }
	.jumbotron.fullmenu .jumbotron-txt h1{font-size: 30px;line-height: 36px; letter-spacing: 2px}
}
@media only screen and (max-width: 991px) and (orientation: landscape){
	
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.jumbotron.aboutus .jumbotron-txt h1,
	.jumbotron.fullmenu .jumbotron-txt h1{ font-size: 42px; }
	.jumbotron.fullmenu .jumbotron-txt h1{ margin-top: 30px; }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)  and (max-width: 1199px) {
	.jumbotron.home-hero  {	height: 686px;	}
	.jumbotron.home-hero .jumbotron-txt { margin: 140px 0; 	}
	.jumbotron.home-hero .jumbotron-txt h1{	font-size: 52px; }
	
	.jumbotron.aboutus { height: 350px;	}
	.jumbotron.aboutus .jumbotron-txt { margin: 50px 0; 	}
	.jumbotron.aboutus .jumbotron-txt h1{	font-size: 50px; letter-spacing: 4px; }
	
	.jumbotron.fullmenu { height: 350px;	}
	.jumbotron.fullmenu .jumbotron-txt { margin: 50px 0; 	}
	.jumbotron.fullmenu .jumbotron-txt h1{	font-size: 36px; letter-spacing: 4px;}
	
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.jumbotron.home-hero {	height: 686px;	}
	.jumbotron.home-hero .jumbotron-txt { margin: 140px auto; width: 50rem; }
	.jumbotron.home-hero .jumbotron-txt h1{	font-size: 56px; }
	
	.jumbotron.aboutus .jumbotron-txt {	margin: 140px auto;	width: 35rem; }
	.jumbotron.fullmenu .jumbotron-txt {	margin: 140px auto;	width: 45rem; }
}