body{
	background-color: gold;
}

@media (min-width: 500px) {
.container,.container-lg, .container-md, .container-sm {
    max-width: 100%;
	}
.pizza{
	width: 100%;
	height: 18vh !important;
	border:3px solid #ffffff;
}
.hotdog{
	width: 100%;
	height: 18vh !important;
	border:3px solid #ffffff;
}
.chicken{
	width: 100%;
	height: 18vh !important;
	border:3px solid #ffffff;
}
}







/*/*/
.content{
	background-color: #a540a7;
	border: 1px solid grey;
    box-shadow: 2px 4px 8px cyan;
    /*height: 1000vh;*/
}
.top_sub_text_right{
	text-align: center;
	float: right;
	font-size: 20px;
	margin-bottom: 0px;
	/*padding-top: 2%;*/
}
.top_sub_text_left{
	text-align: center;
	float: left;
}
.header_text_part{
	margin-top: 1%;
	margin-bottom: 1%;
	background-color: #efe180;
}
.header_part{
	margin-top: 1%;
	border-top: 1px solie #ffffff;
	border-bottom: 1px solie #ffffff;
}
.logo_part{
	margin: 0 auto;
	text-align: center;
	margin-top:-10%;
}
.logo{
	width: 100%;
	border-radius: 46%;

}
.sub_text_first{
	font-size: 55px;
	text-align: center;
	color: #ebff9a;
	letter-spacing: 7px;
}
.small{
	font-size: 30px;
	font-weight: bold;
}
.sub_text_second{
	font-size: 35px;
	color: #ebff9a; 
	text-align: center;
}
.sub_text_third{
	text-align: center;
	color: #ffc107;
	letter-spacing: 1.5px;
	font-size: 25px;
}
.sub_text_four{
	text-align: center;
	color: #ebff9a;
	font-size: 25px;
}
.facebook{
	cursor: pointer;
	width: 3%;
}
.chicken{
	width: 100%;
	height: 28vh;
	border:3px solid #ffffff;
}
.pizza{
	width: 100%;
	height: 28vh;
	border:3px solid #ffffff;
}
.hotdog{
	width: 100%;
	height: 28vh;
	border:3px solid #ffffff;
}
.chicken_text{
	position: absolute;
    right: 5%;
    color: gold;
    bottom: 2%;
    text-shadow: 1px 2px 3px blue;
}
.pizza_text{
	position: absolute;
    right: 3%;
    color: gold;
    bottom: 2%;
    text-shadow: 1px 2px 3px blue;
}
.hotdog_text{
	position: absolute;
    right: 5%;
    color: gold;
    bottom: 2%;
    text-shadow: 1px 2px 3px blue;
}
.info_first{
	border: 2px solid #af0e0e;
	background-color: white;
	margin-top: 20px;
}
.info_second{
	background-color: #ffffff;
	border: 2px solid #af0e0e;
}
.info_four{
	text-align: center;
}
.info_third{
	padding-top: 20px;
}
.bank_card{
	padding-left: 15px;
	float: right;
	cursor: pointer;
}
.footer_part{
	border: 10px solid gold;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 2%;
	text-align: center;
}
.top_footer{
	color: white;
	background-color: #af0e0e;
}
.bottom_footer{
	margin-top: 5px;
	background-color: #af0e0e;
	color: blue;
}
.one_list{
	width: 100%;
	border:4px solid white;
	color: white;
	margin-top: 3vh;
	padding-left: 1vh;
	border-top-left-radius: 3vh;
	border-top-right-radius: 3vh;
	border-bottom-left-radius: 1vh;
	border-bottom-right-radius: 1vh;
	padding-right: 1vh;
	padding-bottom: 1vh;
}
.center_letter{
	text-align: center;
	color: #ffffff;
}
.right{
	background-color: #a540a7;
	float: right;
	position: relative;

}
.left{
	float: left;
	background-color:#a540a7;
	position: relative;
}
.point_line{
    position: relative;
}
.point_line:after, .point_line:before{
	content: "";
	clear: both;
	display: block;
}
.point_line:before{
	border-bottom: 2px dotted white;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.right_price{
	position: relative;
	float: right;
	background-color: #a540a7;
}
.point_none_line{
    position: relative;
}
.point_none_line:after, .point_none_line:before{
	content: "";
	clear: both;
	display: block;
}
.point_none_line:before{
	/*border-bottom: 2px dotted white;*/
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.point_no_line{
    position: relative;
}
.point_no_line:after, .point_no_line:before{
	content: "";
	clear: both;
	display: block;
}
.point_no_line:before{
	/*border-bottom: 2px dotted white;*/
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.end_text{
	margin-top: 3%;
}