@charset "utf-8";
@media (min-width: 400px){
overall{
			border: 1px solid black;
			margin:10px;
		}
div{
			padding: 0px 10px;
			border: 0px;
			margin:5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
		}


/*Navigation Bar Menu Utama*/
#MenuUtama{
	border:0px;
	}
	
#MenuUtama ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #f03705;
}

#MenuUtama li {
    float: left;
	border:0px solid black;
}

#MenuUtama li img {
    text-align: center;
	margin-top:10px;
    padding: 10px;
	 width:170px;
	 height:70px;
}
	
#MenuUtama li a {
    display: block;
    color: white;
    text-align: center;
	margin-top:22px;
    padding: 15px;
    text-decoration: none;
}

#MenuUtama li a:hover {
    background-color: #b40001;
}

/*Navigation Bar Menu Lainnya*/
#Menu{
	border:0px;
	}
	
#Menu ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #f03705;
}

#Menu li {
    float: left;
	border:0px;
}

#Menu li img {
    text-align: center;
	width:30px;
	height:30px;
}
	
#Menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

#Menu li a:hover {
    background-color: #b40001;
}
/*Content*/

#isihome{
	border:1px solidblack;
	padding:5px;
	margin: 2% 6% 2% 7%;
	}
	
#isihome tr th img{
	width:512px;
	height:106px;
	}
	
#isihome h1{
	text-align:center;
	}
	
#isihomegambar img{
	margin:1% 25% 5% 25%;
	 width:575px;
	 height:340px;
	}

/*foodcontent*/
/*foodcontent menu*/
#cssmenu {
	border:0px;
	float:left;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  font-family: Roboto, sans-serif;
}
#cssmenu > ul {
  width: 180px;
  background: #fd751b;
}
#cssmenu > ul > li > a {
  padding: 12px 15px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  border:dotted 1px; 
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ef660a;
}
#cssmenu ul li.has-sub > a::after {
  position: absolute;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 2px;
}
#cssmenu > ul > li.has-sub > a::after {
  top: 14px;
  background: #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a::after,
#cssmenu > ul > li.has-sub > a:hover::after {
  background: #222222;
}
#cssmenu ul ul li.has-sub > a::after {
  top: 13px;
  background: #ffffff;
}
#cssmenu ul ul li.has-sub:hover > a::after,
#cssmenu ul ul li.has-sub > a:hover::after {
  background: #dddddd;
}
#cssmenu ul li.has-sub > a::before {
  position: absolute;
  right: 15px;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  content: "";
}
#cssmenu > ul > li.has-sub > a::before {
  top: 16px;
  border-left-color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::before {
  top: 15px;
  border-left-color: #f03705;
}
#cssmenu ul {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu ul ul {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 180px;
  background: #f03705;
  opacity: 0;
  -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  transition: opacity .2s ease, transform .2s ease;
  -webkit-transform: rotate3d(0, 1, 0, 45deg);
  -moz-transform: rotate3d(0, 1, 0, 45deg);
  transform: rotate3d(0, 1, 0, 45deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cssmenu ul li:hover > ul {
  left: 100%;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
}
#cssmenu ul ul::after {
  position: absolute;
  left: -8px;
  top: 14px;
  z-index: 5;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #2e353b;
  content: "";
}
#cssmenu ul ul a {
  padding: 12px 15px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #dddddd;
}

/*foodcontent*/
#menulain {
	border:0px;
	float:center;
	}
	
#menulain th{
	width:5%;
	}
	
	
#menulist {
	border:1px;
	height :155%; 
	z-index:-1;
	}
#menulist thead th{
	width:20%;
	text-align:center;
	padding:20px 0px;
	}

#menulist tbody tr th img{
	padding-top:5%;
	width:135px;
	height:200px;
}
#menulist tbody tr th p{
	text-align:left;
	font-size:12px;
	padding-bottom:10px;
}

#menulist tfoot tr th a{
	text-align:right;
	font-size:12px;	
}

#promo{
	border:0px;
	position:center;
	margin:2px -1px -20px 205px;
	}

/*HowtoOrder*/
#isi {
	border:0px;
	padding:20px 100px;
	}

#isi th{
	text-align:left;
	}
	
#isi img{
	width:200px;
	height:200px;}
	
/*Masuk*/
#isi2 {
	border:0px;
	float:left;
	margin:0px 15px 0px 15px;
	background-color:#b40001;
	}

#isi2 th{
	text-align:left;
	padding:10px;
}
	
#isi3{
	border:0px;
	padding:2px 30px 10px 150px;
	}
	
#isi3 tr th p{
	font-size:17px;
	text-align:justify;
	}
	
/*footer*/
#footer {
	color: white;
    display: block;
	padding:10px;
	margin:5px;
	background-color: #b40001;
	border:1px;
	z-index:3;
} 

/*Presentasi*/
#presentasi{
	padding:10px;
	}

#presentasi table{
	margin:0% 19%;
	}

#presentasi h1{
	color:#f03705;
	}
	
#presentasi h2{
	margin:2% 0% 2% 3%;
	color:#b40001;
	}
	
#imagepresen{
	margin:20px;
	}
	
#imagepresen table{
	margin:0% 15%;
	}
}


@media (max-width:420px) and (min-width:200px) {
	
	/*Navigation Bar Menu Utama*/
#MenuUtama{
	border:0px;
	}
	
#MenuUtama ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #f03705;
}

#MenuUtama li {
    float: left;
	border:0px solid black;
}

#MenuUtama li img {
	margin-left:10%;
	margin-top:20%;
	height:45px;
	width:110px;
}
	
#MenuUtama li a {
    display: block;
    color: white;
    text-align: center;
	margin-top:22px;
    padding: 15px;
    text-decoration: none;
}

#MenuUtama li a:hover {
    background-color: #b40001;
}


/*Content*/

#isihome{
border:1px solidblack;
padding:5px;
margin: 2% 6% 2% 7%;
	}
	
	
#isihome table{
	width:50%;
	}
	
#isihome h1{
	font-size:10px;
	text-align:center;
	}
#isihome tr th img{
width:155px;
height:36px;
	}
		
#isihomegambar img{
margin:2% 25% 5% 25%;
width:195px;
height:120px;
	}

/*FoodMenu*/
#Menu{
	border:1px;
	}
	
#Menu ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: #f03705;
}

#Menu li {
    float: left;
	border:0px solid black;
}

#Menu li img {
    padding: 6%;
	margin-left:65%;
}
	
#Menu li a {
    display: block;
    color: white;
    text-align: center;
	margin-top:22px;
    padding: 15px;
    text-decoration: none;
}

#Menu li a:hover {
    background-color: #b40001;
}

#menullist{background-color:pink;}

/*listMenu*/
#menulist thead tr th p{
	font-size:10px;
}
#menulist tbody tr th p{
	font-size:9px;
}
#menulist tbody tr th img{
	padding-top:5%;
	width:50px;
	height:99px;
}

/*caraPesan*/
#isi{
	padding:9%;}
#isi img{
	width:80px;
	height:80px;}
#isi h1{
	font-size:12px;}
#isi tr th {
	font-size:12px;}
/*foodcontent map*/
#menulain {
	border:0px;
	float:center;
	}
	
#menulain th{
	width:3%;
	}
	
#menulain tr th a{
	font-size:12px;
	}
/*foodcontent menu*/
#Menu {
margin:-2% 2%;

}
#Menu li {
display:inline;
}
#Menu a {
	font-size:15px;
text-decoration:none; 
padding:1% %;
}
	
#Menu li img {
	height:10px;
    width: 10px;
	padding:-2% 5%;
}
	

/* Menu Makan Testing */
#cssmenu {
	margin: 0% 2%;
background-color: #fd751b;
}

#cssmenu ul {
margin: 5% 18%;
padding: 2%;
width:190px;
background-color: #fd751b;
}

#cssmenu ul li {
	padding:-10%;}

#cssmenu  ul li a {
text-decoration: none;
color: white;
padding: 4% 11%;
display:block;
}

#cssmenu  ul li a:hover, #cssmenu  ul li .current {
color: white;
background-color: #81230a;
}
                
	
	/*footer*/
#footer {
	color: white;
    display: block;
	padding:10px;
	margin:5px;
	background-color: #b40001;
	border:1px;
} 

}