body { font-family: 'Raleway', sans-serif; }
	
.container-fluid { width: 100%; max-width: 1120px; margin: auto; }

.clear-section { height: 30px; clear: both; }

.clear60 { height: 60px; clear: both; }
.clear25 { height: 25px; clear: both; }
.allergies { font-size: 16px; }

h1 { font-weight: 900; }
h2 { font-weight: 600; }

.row.menu-item { margin-top: 10px; }
.row.menu-item p { font-weight: 300; }
.row.menu-item p strong { font-weight: 600; font-size: 1.1em; }

.footer { background-color: #4f4f4f; width: 100%; }
	.footer h3,
	.footer p,
	table { color: #ffffff; }
	
	.footer table .today { color: #f9b722; }
	
	.copyright { font-size: 0.85em; margin-bottom: 20px; }
		.copyright a { color: #ffffff; text-decoration: none; }
			.copyright a:hover { color: #ffffff; text-decoration: underline; }

.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7 { min-height: 660px; background-size: cover; background-position: center center; }
.slide1 { background-image: url('img/queens-indian-restaurant-nyc.jpg'); }
.slide2 { background-image: url('img/astoria-indian-restaurant-nyc.jpg'); }
.slide3 { background-image: url('img/yaar-indian-restaurant-queens-ny-astoria.jpg'); }
.slide4 { background-image: url('img/chicken-tikka-masala-queens-nyc.jpg'); } /* chicken tikka */
.slide5 { background-image: url('img/naan-bread-queens-ny-yaar-restaurant.jpg'); /* naan */ } 
.slide6 { background-image: url('img/yaar-restaurant-queens.jpg'); } /* table spread */
.slide7 { background-image: url('img/indian-restaurant-yaar-queens-nyc.jpg'); } /* restaurant */

.yaar-order h3 { line-height: 1.4em; }
.yaar-order a { margin-top:20px; }
.bg-info { background-color: #fadc8f; }

    
.hr-short {
    height: 20px;
    line-height: 20px;
    margin: 30px 0;
    float: none;
    border-color: #e1e1e1;
    clear: both;
    display: block;
    width: 100%;
    position: relative;
}
.alternate_color .hr-short .hr-inner-style, .alternate_color .hr-short .hr-inner {
    background-color: #ffffff;
}
.hr-inner {
    position: absolute;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    width: 32%; left: 50%; margin-left: -16%;
}
.hr-inner-style { border-radius: 20px; height: 9px; width: 9px; border-width: 1px; border-style: solid; display: block; position: absolute; left: 50%; margin-left: -5px; margin-top: -5px; background-color: #ffffff; }


.covidattnCont { background-color:#F9B522; padding:15px 20px 6px; display: grid; grid-template-columns: 1fr 1fr; justify-items:center; align-items: center; }
			#cnoo, #cndr { background-color: #FFFFFF; display: inline-block !important; padding: 6px 15px; color: #F6782B; margin-left:10px; border:2px solid #FFF; transition: all 0.3s ease; border-radius: 4px; }
				#cnoo:hover, #cndr:hover { text-decoration: none; border:2px solid #FFF; background-color: rgba(255,255,255,0); color: #FFF; }
			.caleft, .caright { color: #333; }



@media screen and (max-width: 767px) { 
	.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7 { min-height: 580px; }
	.yaar-logo {  text-align: center; }
		.yaar-logo img { max-width: 40%; }
	.yaar-order { text-align: center; }
	.covidattnCont { grid-template-columns: auto; }		

		
}

@media screen and (max-width: 660px) { 
	.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7 { min-height: 490px; }
	.yaar-logo img { max-width: fit-content; }
}

@media screen and (max-width: 480px) { 
	.map-embed {display: none;}
	.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7 { min-height: 370px; }
	.yaar-logo img { max-width: fit-content; }
	.covidattnCont span { display:block; }
			#cnoo, #cndr { margin-top: 5px; margin-left: auto; margin-right: auto; display: table !important; }
			.caleft p, .caright p { text-align: center; }
			#cnoo { margin-bottom: 25px; }
}


