#menu-screens {
	width: 1920px;
	max-width: 1920px;
	min-width: 1920px;
	height: 1080px;
	max-height: 1080px;
	min-height: 1080px;
	background-color: #000000;
}

#menu-screens .header img {
	padding: 27px 0;
}

#menu-screens .header {
	width: 100%;
	height: 200px;
	background-color: #00ABC5;
	color: #FFFFFF;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
	font-size: 160px;
	font-style: normal;
	line-height: 210px;
	text-align: center;
}

#menu-screens .screen-flavors {
	width: 100%;
	height: 880px !important;
  display: flex;
  flex-direction: row;
	justify-content: space-evenly;
	column-gap: 40px;
	padding: 10px 40px 40px 40px;
	background-color: #000000;
}

#menu-screens .screen-flavor {
	width: 25%;
	padding-top: 0px;
}

#menu-screens .screen-flavor .name {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 45px;
	font-style: normal;
	padding: 30px 0 0 0;
	color: #FFFFFF;
}

#menu-screens .screen-flavor .description {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	font-style: normal;
	color: #FDB813;
	padding: 10px 0 0 0;
}

#menu-screens .screen-flavor .restrictions {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	font-style: normal;
	color: #fcd67b;
	padding: 2px 0 0 0;
}

#menu-screens .screen-flavor .sorbet {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 45px;
	font-style: normal;
	padding: 25px 0 0 0;
	color: #F5A3C7;
}

/* ---------------------------------------------
			   PRICING SCREENS
* --------------------------------------------*/

.price-header {
	color: #FFFFFF;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
	font-size: 160px;
	font-style: normal;
	line-height: 210px;
}
.price-headline {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 42px;
	font-style: normal;
	padding: 0 0 40px 0;
	color: #6dcff6;
}
.price-name {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 45px;
	font-style: normal;
	padding: 20px 0 0 0;
	color: #FFFFFF;
}
.price-description {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	font-style: normal;
	color: #FDB813;
	padding: 10px 0 20px 0;
}

.price-alt-name {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 42px;
	font-style: normal;
	color: #FFFFFF;
}
