@charset "UTF-8";
/*medBlue #3873B8, red #CC433C, gray #747474*/

#above {
	position: relative;
	text-align: center;
	background-image: url(../images/ThinkstockPhotos-162597220_640x360.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	color: #fff;
}
#above * {margin-bottom: 0; margin-top: 0;}


#serving {
  background: #3873B8;
  padding: 12px;
	font-style: italic;
	font-size: 1.0rem;
	line-height: 1.2;
  color: #fff;
}


@media screen and (min-width: 560px) {
  #serving {font-size: 1.6rem;}
}
@media screen and (min-width: 670px) {
	#above {
		background-image: url(../images/ThinkstockPhotos-162597220_1600x900.jpg);
	}
}



