@font-face {
font-family: 'Andale Mono Regular';
font-style: normal;
font-weight: normal;
src: local('Andale Mono Regular'), url('ANDALEMO.woff') format('woff');
}

body {
	text-align: center;
	/*font-family: 'Andale Mono Regular', serif;*/
	font-family: 'Hind Siliguri', sans-serif;
}

.page {
	margin-bottom: 60px;
}

p {
	text-align: left;
	padding: 5% 10px;
}

.sup {
	padding-top: 0px;
	padding-bottom: 0px;
	
}

.open_times {
	text-align: center;
	padding: 0px;
	margin: 10px 0 0px;
}

h1 {
	font-size: 32px;
	text-align: left;
	padding-right: 40px;
	padding-left: 10px;
}

h2 {
	text-align: left;
	/*border-bottom: 2px solid #000;*/
	padding-left: 10px;
	font-size: 20px;
	margin-top: 10px;
}

h3 {
	/*font-size: 32px;*/
	text-align: left;
	padding-left: 10px;
	/*text-decoration: underline;
	padding-left: 20px;*/
}
	/*
h2:nth-of-type(2) {
	padding-left: 5%;
}

h2:nth-of-type(3) {
	padding-left: 20%;
}

h2:nth-of-type(4) {
	padding-left: 40%;
}

h2:nth-of-type(5) {
	padding-left: 60%;
}
*/

h2 span {
	border-bottom: 4px solid #fff;
	background-color: #fff;
}

h2 span.ender {
	font-size: 80%;
	float: right;
	margin-right: 10px;
	font-weight: initial;
}

ul {
	list-style: none;
	columns: 2 300px;
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	padding-left: 0px;

}

ul.one_col {
	columns: 1 300px;
	-webkit-columns: 1 300px;
	-moz-columns: 1 300px;
}

li {
	text-align: left;
	display: flex;
	padding: 0 10px;	
}

ul.one_col li {
	padding: 0 10px;
}

li span {
	margin-left: auto;
}

li span.bbap_vegan {
	margin-left: unset;
	font-size: 12px;
	line-height: 24px;
}

.bwl_undrline {
	margin-left: unset;
	text-decoration: underline;
}


li span.sub_header_sml {
	margin-left: 5px;
	margin-top: 6px;
	font-size: 15px;
}

li.sub_head{
	margin: 5px 0;
}

.inset {
	margin: 5px 0 5px 40px;
}

li.inset2 {
	margin: 5px 0 5px 80px;
}

li.sub_header {
	font-size: 22px;
}


.breakfast li.sub_header {
	font-size: 18px;
}

.bbap {
	font-size: 18px;
}


.mezbowl {
	font-size: 18px;
}

li.sub2 {
	font-size: 22px;
	margin: 5px 0 5px 40px;
}

.breakfast li.sub2 {
	font-size: 17px;
}

li.bot_spacer {
	margin-bottom: 25px;
}

.one_col.smoothies li, .one_col.sum_spesh li {
	margin-bottom: 10px;
}

.one_col.smoothies li span {
	font-weight:bold; 
	display: contents;
}

.welcome_messsage {
	padding-bottom: 20px;
}

.insta_cont {
	line-height: 40px;
	padding-top: 0px;
	margin-top: 0px;
}

.insta_cont a {
	text-decoration: none;
	color: black;
}

.insta_logo {
	height: 50px;
	margin-right: 10px;
	margin-bottom: -15px;
}

.bon_app {
	text-align: center; 
	font-size: 22px;
}

.page1 {
		margin-bottom: 10px;
	}

.show_cont_button  {
	margin-top: 20px;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	
	ul {
		list-style: none;
		columns: 2 500px;
		-webkit-columns: 2 500px;
		-moz-columns: 2 500px;
		padding-left: 0px;

	}
	
	
	
	.one_col.smoothies li {
		margin-bottom: 30px;
	}
	
	li.bot_spacer {
		margin-bottom: 50px;
	}
	
	body, h1, h2, h3 {
		/*font-size: 200% !important;*/
	}
	
	.breakfast li.sub_header, .bbap, .lunch li.sub_header, .bon_app, .show_cont_button  {
		font-size: 150%;
	}
	
	.breakfast .sub_header.inset2, .breakfast li.sub2, .mezbowl {
		font-size: 100%;
	}
	
	li span.bbap_vegan {
		font-size: 60%;
		margin-top: 20px;
	}
	/*
	.coffee li {
		margin-bottom: 10px;
	}
	*/
	.coffee li.coffee_no_bot {
		margin-bottom: 0px;
	}
	
	.vegan_opt {
		margin-top: 20px !important;
	}
	
	p.sup {
		color: grey;
	}

	.hide_mob {
		display: none;
	}

	.smoothies div {
		display: block;
		width: 100%;
	}
	/*
	h2:nth-of-type(2) {
		padding-left: 5%;
	}

	h2:nth-of-type(3) {
		padding-left: 15%;
	}

	h2:nth-of-type(4) {
		padding-left: 25%;
	}

	h2:nth-of-type(5) {
		padding-left: 35%;
	}
	*/
	

}
  
 
  
}