/* CSS Document */
body{
  margin:0;
  font-family: 'Courgette', cursive;
}
#container{
	width:100%;
	display:inline-block;
	margin-bottom:130px;
}
#menu-h2{
	text-align:center;
	font-size:35px;
	margin:10px;
	color:white;
}
#menu-logo{
	width:15%;
	display:block;
	margin:auto;
	margin-top:20px;
}
.category h2{
	background-color:rgba(253,0,0,0.8);
	color:white;
	margin:0;
	font-size:30px;
	padding-left:5vw;
	box-sizing:border-box;
	height:60px;
	line-height:60px;
}
.menu-holder{
	width:100%;
	height:35vh;
	background-color:rgba(255,255,255,0.6);
	position:relative;
}
.menu-img{
	width:40%;
	height:90%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	float:left;
	position:relative;
}
.menu-holder2{
	width:100%;
	height:35vh;
	background-color:rgba(255,255,255,0.8);
	position:relative;
}
.menu-img2{
	width:40%;
	height:90%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	float:right;
	position:relative;
}
.info-holder{
  width:55%;
  height:fit-content;
  display:inline-block;
  float:left;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}
.category h3{
  color:#A60000;
  text-align:center;
  margin:0;
  font-size:30px;
}
.price{
  font-size:55px;
  font-weight:bolder;
  transform: rotate(-20deg);
  display:block;
  position:absolute;
  top:3vh;
  right:3vw;
  text-shadow:10px 10px 10px;
}
.ingred{
  width:80%;
  text-align:center;
  font-weight:bolder;
  margin:auto;
  margin-top:3vh;
  font-size:17px;
}
.ingred span{
  font-size:22px;
}
.cta{
  width:35%;
  height:30px;
  text-align:center;
  margin:auto;
  margin-top:3vh;
  background-color:#00B500;
  line-height:30px;
  color:white;
  font-weight:bold;
  border-radius:5px;
  display:block;
  font-size:17px;
  box-shadow:inset -1px -1px 2px #00000090;
}
.tel{
  width:80%;
  margin:auto;
  display:block;
  font-weight:bold;
  text-align:center;
  margin-top:10px;
  text-shadow:5px 5px 5px #00000090;
  font-size:20px;
}
.tl{
	font-size:18px;
}
.filter {
    display: inline-block;
    margin-left: 10px;
    color: white;
    font-size: 30px;
    font-weight: bold;
}
select.filter-holder {
    height: 30px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-family: 'Courgette', cursive;
    background-color: rgba(255,255,255,0.8);
    font-size: 20px;
}
.new{
	text-shadow: 2px 2px 5px #A60000;
    color: #00B500;
}
#menu-down{
	width:20%;
  	height:50px;
  	text-align:center;
  	margin:auto;
  	margin-top:3vh;
	margin-bottom:3vh;
  	background-color:#00B500;
  	color:white;
  	font-weight:bold;
  	border-radius:5px;
  	display:block;
  	font-size:17px;
  	box-shadow:inset -1px -1px 2px #00000090;
	font-family: 'Courgette', cursive;
	cursor:pointer;
}
.btn-where{
	width:20%;
  	height:50px;
  	text-align:center;
  	margin:auto;
  	margin-top:3vh;
	margin-bottom:3vh;
  	background-color:#00B500;
  	color:white;
  	font-weight:bold;
  	border-radius:5px;
  	display:block;
  	font-size:17px;
  	box-shadow:inset -1px -1px 2px #00000090;
	font-family: 'Courgette', cursive;
	cursor:pointer;
}
@media screen and (max-width: 750px) {
	#menu-logo{
		width:35%;
	}
	#menu-h2, .category h2{
		font-size:25px;
	}
	.menu-holder, .menu-holder2{
		height:50vh;
	}
	.price{
		font-size:25px;
		right:auto;
		left:1vw;
	}
	.category h3{
		font-size:20px;
	}
	.ingred span{
		font-size:18px;
	}
	.ingred{
		font-size:13px;
	}
	.tel{
		font-size:15px;
	}
	.filter {
		font-size:15px;
	}
	select.filter-holder {
		font-size:11px;
	}
	#menu-down{
		width:40%;
		height:40px;
	}
	.btn-where{
	    width:40%;
		height:40px
	}
}
@media screen and (max-width: 550px) {
	#menu-logo{
		width:50%;
	}
	#menu-h2, .category h2{
		font-size:25px;
	}
	.menu-holder, .menu-holder2{
		height:40vh;
	}
	.price{
		font-size:20px;
		right:auto;
		left:1vw;
	}
	.category h3{
		font-size:15px;
	}
	.ingred span{
		font-size:15px;
	}
	.ingred{
		font-size:11px;
	}
	.cta{
		width:60%;
	}
	#menu-down{
		width:60%;
		height:40px;
	}
	.btn-where{
	    width:60%;
		height:40px;
	}
	.tel{
		font-size:15px;
	}
}