/*--------------------------------------------------------------
primary css file for website design
--------------------------------------------------------------*/

/* CONTENTS

20   CSS Reset
     Accessibility
250  Layout
300  Typography
     Masthead
500  Navigation
900  Images
1000 Media Queries


*/

@import url("/count/35e461");

  
@font-face {font-family: 'AlternateGotNo3D';src: url('webfonts/35E461_0_0.eot');src: url('webfonts/35E461_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/35E461_0_0.woff2') format('woff2'),url('webfonts/35E461_0_0.woff') format('woff'),url('webfonts/35E461_0_0.ttf') format('truetype');}


/*--------------------------------------------------------------
CSS Reset (via Mor10)
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*-- END CSS Reset --*/






/*--------------------------------------------------------------
Layouts
--------------------------------------------------------------*/

body {
    background: hsl(0, 0%, 70%);
}

.content {
}








































/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: black;
	font-family: "Arial Regular", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial Bold", sans-serif;
	clear: both;
}

p {
	font-size: 1em;
    margin: 0;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


h1 {
	font-size: 1.6em;
	line-height: 1.25;
}

h2 {
	font-size: 1.2em;
	line-height: 1.2;
}

h3 {
	font-size: 1.1em;
	line-height: 1.15;
}

h4 {
	font-size: 1em;
	line-height: 1;
}

/*-- My Additions --*/

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

span {
    color: hsl(33, 93%, 54%);
}


/*-- HEADER --*/

.masthead {
    height: 37em;
    background: url(images/header_Ribs_1200w_204429396.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.site-branding {
    height: 7em;
    background-color: hsla(0, 0%, 100%, .7);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logo {
    width: 90%;
    padding-top: 1.8em;
}

.headerContent {
    display: flex;
    height: 30em;
    position: relative;
}

.headerContentBottle {
    flex: 1;
    text-align: center;
}

.headerContentBottle img {
    padding: 1em 0 0 1em;
    height: 380px;
    width: auto;
    margin: 0 auto;
    display: inline;
}

.headerContentText {
    flex: 1;    
}

.noSugar {
    background: url(images/TastesGreatFlag_200Tall.svg) no-repeat;
    height: 25%;
    margin-bottom: 1em;
    margin-left: 1.5em;
}

.message {
    font-family: "AlternateGotNo3D";
    color: white;
    font-size: 3em;
    line-height: 1em;
    margin-left: .7em;
    padding-right: 1em;
    text-shadow: 2px 2px 4px black;
}

.tagline {
    background: url(images/tagMoreFlavorStacked.svg) no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 17%;
    border-top: 10px solid #D61920;
    border-bottom: 10px solid #D61920;
}

.tagline:before {
    background: none;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
}



/*-- PRIMARY CONTENT --*/

#introduction {
    background: url(images/introduction_Towel_900w.jpg) no-repeat;
    background-size: cover;
    padding: 1em;
}

#introduction p {
    font-family: Times; sans-serif;
    padding-bottom: 1em;
}

#introduction img {
    width: 200px;
    padding: 1em 0;
}

.sellingPoints {
    background-color: hsl(0, 0%, 20%);
    padding: 1em;
    color: white;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: -1px;
}

.sellingPointsText h2 {
    padding: 1em 0 .75em 0;
    line-height: 1.3em;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
}

.sellingPointsBullets {
    list-style: disc;
    padding-left: .75em;
    letter-spacing: .05em;
}

.sellingPointsText {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.sellingPoints img {
    display: inline;
    width: 30px;
}

.checkboxText {
    list-style: none;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: .05em;
    padding-bottom: .75em;
}

/*-- SERVING SUGGESTIONS --*/
#servingSuggestions {
    background-color: hsl(0, 0%, 20%);
}

.servingPixContainer {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 1em;
    margin: 0 auto;
}

.servingPixContainerTwo {
    display: flex;
    flex-direction: column;
    width: 80%;
    padding: 0 1em 1em 1em;
    margin: 0 auto;
}


.servingPix {
    flex: 1;
    padding-top: 1em;
}

.servingPixTwo {
    flex: 1;
    padding-bottom: 1em;
}

.servingTag {
    display: flex;
    background-color: hsl(358, 80%, 47%);
    color: white;
    padding: .5em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'AlternateGotNo3D';
    font-size: 1.1em;
    letter-spacing: .1em;
    line-height: 1.1em;
}

.servingTag p {
    flex: 1;
    text-align: center;
}

/*-- RETAIL LOCATIONS --*/

#retailLocations {
    background-color: hsl(33, 93%, 54%);
    padding: 1em;
}

#retailLocations h2 {
    padding: 1em 0;
    text-transform: uppercase;
}

#retailLocations p {
    line-height: 1.2em;
}

#retailLocations ul {
    display: flex;
    flex-direction: column;
}

#retailLocations li {
    flex: 1;
    padding-bottom: 1em;
}

#retailLocations a:hover {
    color: blue;
}



/*-- FOOTER --*/

#pageFooter {
    background: url(images/footer_Chalkboard_1200w.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0px  1.5em;
    color: white;
}

#pigAndChicken {
    padding-top: 1em;
    width: 90%;
    margin: 0 auto;
}

#contact h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 1em 0 0 0;
}

#contact img {
    width: 90%;
    padding: 0 0 .25em 0;
    margin: 0 auto;
}

#contact h3 {
    font-style: italic;
    font-size: 1em;
    padding: .75em 0 .25em 0;
}

#contact p {
    font-size: .8em;
    margin:.5em 2em 0 2em;
}

#contact ul {
    list-style: none;
    margin: 0;

}

#contact li {
    width: 2.5em;
    display: inline-block;
    padding: .5em 0 0 0;
}

.socialMediaID {
    clear: both;
    line-height: .3;
}

#legal {
    margin: 1em 0;
}

.footerCompanyName {
    font-size: 1.2em;
    letter-spacing: .05em;
    padding-bottom: .2em;    
}

.copyright {
    font-size: .7em;
    padding-bottom: 2em;
}


















































/*--------------------------------------------------------------
Main Navigation
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	font-family: sans-serif;
	font-size: 1em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 0.8em 1em;
	text-decoration: none;
	line-height: 1.6em;
	color: white;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #fff;
	color: #000;
}

.main-navigation a,
.main-navigation ul ul li:lastchild a {
	border-bottom: 1px solid white;
}

.main-navigation ul li:last-child a {
	border-bottom: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	position: relative;
}

.main-navigation .current-menu-item > a{
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a{
	padding-right: 48px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	height: 27px;
	width: 27px;
	top: 12px;
	right: 6px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	background-color: inherit;
	border: 1px solid #fff;
	content: "";
	color: #fff;
	text-transform: lowercase; /* Stop screen readers from reading the text as capital letters */
}

.dropdown-toggle::after {
	content: "+";
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
	position: relative;
	top: 0;
	width: 27px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #fff;
	color: #000;
}

.dropdown-toggle.toggle-on:after {
	content: "-";
}

.main-navigation a:hover ~ .dropdown-toggle,
.main-navigation a:focus ~ .dropdown-toggle {
    color: hsl(0, 0%, 20%);
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	position: fixed;
	z-index: 100;
	bottom: 1em;
	left: 1em;
	font-family: sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	border: solid 2px #fff;
	transition: all ease-out 400ms;
}

.menu-toggle.hide {
	bottom: -2.5em;
}

/* Make sure the button doesn't hide when menu is open. */

.toggled .menu-toggle.hide {
	bottom: 1em;
}


.menu-toggle:hover,
.menu-toggle:focus {
	text-decoration: underline;
}

@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

/* Hovering menu */

.main-navigation.toggled {
	position: fixed;
	bottom: 0;
	padding: 1em;
	z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.nav-menu {
	padding: 1em;
	margin-bottom: 3em;
	background-color: #000;
}

.main-navigation.toggled ul {
	max-height: calc(100vh - 8em);
	overflow-y: auto;
}

.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {

	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: relative;
        margin: 0 .5em;
        padding: 0;
        width: auto;
        font-family: 'AlternateGotNo3D';
        font-size: 1.1em;
        text-transform: uppercase;
	}

	.nav-menu {
		padding: .3em 0 0 0;
		background-color: transparent;
	}

	.main-navigation ul,
	.main-navigation.toggled ul {
        display: flex;
        flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}

	/* Display the menu items in a horizontal order */
	.main-navigation li {
		border: none;
	}

	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: 1px solid #333;
	}

	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
	}

    .main-navigation a,
    .dropdown-toggle {
        color: hsl(0, 0%, 20%);
    }

	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}

	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
		background: transparent;
		color: #333;
		text-decoration: underline;
		outline: solid 1px #b3b3b3;
	}

    .main-navigation li li a {
        color: hsl(0, 0%, 90%);
    }

	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #eee;
		color: #000;
		text-decoration: none;
	}

	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
        padding: 0;
		background: #000;
	}

	.main-navigation ul ul ul.toggled-on {
		position: relative;
	}

	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}

	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: 13px;
		right: 12px;
		border: none;
	}

    .dropdown-toggle:hover, .dropdown-toggle:focus {
        background-color: inherit;
        outline: solid 1px #b3b3b3;
    }

	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
	}

}
































































































/*--------------------------------------------------------------
Images - reset 
--------------------------------------------------------------*/

img {
    display: block;
    width: 100%;
}

figure {
    margin: 0;
    padding: 0;
}




















/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/

@media screen and (min-width: 435px) {
    
/*--Begin HEADER changes --*/
    
.masthead {
    height: 40em;
}

.site-branding {
    height: 7em;
}

#logo {
    width: 80%;
    padding-top: 1.6em;
}

.headerContent {
    height: 33em;
}
    
.headerContentBottle img {
    height: 400px;
}

.message {
    font-size: 3.3em;
}


.tagline {
    height: 18%;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media screen and (min-width: 30em) {

/*--Begin HEADER changes --*/
    

#logo {
    padding-top: 1.2em;
}

.noSugar {
    background: url(images/TastesGreatFlag_460x300.svg) no-repeat;
    height: 15%;
    margin-bottom: 2em;
    margin-left: 2.4em;
}
    
.message {
    margin-left: 1em;
    padding-right: 1.5em;
    font-size: 3.5em;
}

.tagline {
    height: 20%;
}



    
/*--Begin SERVING SUGGESTIONS changes --*/

    
/*--Begin RETAIL LOCATIONS changes --*/
    
 #retailLocationsText {
    width: 80%;
    margin: 0 auto;
}
    
/*--Begin FOOTER changes --*/
    #contact img {
        width: 80%;
    }
    
    #pigAndChicken {
        width: 75%;
    }
    
}


@media screen and (min-width: 33em) {

/*--Begin HEADER changes --*/
    

#logo {
    padding-top: 1.3em;
    width: 70%;
}
    
.headerContentBottle img {
    padding-top: 3em;
}

.noSugar {
    background: url(images/TastesGreatFlag_460x300.svg) no-repeat;
    height: 15%;
    margin-bottom: 2em;
    margin-left: 2.4em;
}
    
.message {
    margin-left: 1em;
    padding-right: 1.5em;
    font-size: 3.5em;
}

.tagline {
    background: url(images/taglineMoreFlavorLong.svg) no-repeat;
    height: 12%;
    background-size: 120% 120%;
    background-position: center -9px;
    background-color: #D61920;
}
}
    
@media screen and (min-width: 37em) {

/*--Begin HEADER changes --*/
    

    #logo {
        padding-top: 1em;
        width: 400px;
    }
    
    .message {
        padding-right: 2em;
        font-size: 4em;
    }

    .noSugar {
        margin-left: 3.1em;
    }
        
}


@media screen and (min-width: 40em) {
    
/*--Begin PRIMARY CONTENT changes --*/

#primaryContent {
    display: flex;
}

#introduction {
    flex: 1;
    border-right: 8px solid hsl(0, 0, 20%);
}

.sellingPoints {
    flex: 1;
}

/*--Begin SERVING SUGGESTIONS changes --*/
    
.servingPixContainer {
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    padding: 1em 1em 0 1em;
    margin: 0 auto;
    justify-content: space-between;
}

.servingPixContainerTwo {
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    padding: 0em 1em 1em 1em;
    margin: 0 auto;
    justify-content: space-between;
}

.servingPix {
    flex: 1 0 40%;
    padding: .5em .5em;
}

.servingPixTwo {
    flex: 1 0 40%;
    padding: .5em .5em;
}

}


@media screen and (min-width: 42em) {
    
/*--Begin SERVING SUGGESTIONS changes --*/


/*--Begin RETAIL LOCATIONS changes --*/

#retailLocations ul {
    flex-direction: row;
    flex-wrap: wrap;
}

#retailLocations li {
    padding: 0 3em 1em 0;
}

    
/*--Begin FOOTER changes --*/
    #pageFooter {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
    #footerText {
        flex: 1;
    }

    #pigAndChicken {
        flex: 1;
    }
    
    #contact p {
        margin: .5em 2em 0 0;
    }
    
    #contact img {
        margin: 0;
        width: 90%;
    }
/*--End FOOTER changes --*/
    
}

@media screen and (min-width: 50em) {
    
/*--Begin HEADER changes --*/

    .masthead {
        height: 41em;
        border-bottom: 24px solid #D61920;
                overflow: hidden;

    }   
    
    
    .site-branding {
        height: 20vh;
    }
    
    .headerContentBottle {
        z-index: 2;
        flex: 2;

    }
    
    .headerContentBottle img {
    height: 520px;
}
    
    .headerContentText {
        flex: 5;
    }
    
    .noSugar {
        background-position: right 0;
        margin-right: 2em;
    }
    
    .message {
        padding-right: 0;
        margin-left: 0;
        font-size: 4.5em;
        letter-spacing: .01em;
        text-shadow: 3px 3px 5px black;
    }
    
    .tagline {
        background: url(images/tagMoreFlavor.svg) no-repeat;
    
    position: absolute;
    bottom: 100px;
        left: -20px;
    width: 100%;
    height: 17%;
    border-top: none;
    border-bottom: none;
}

.tagline:before {
    background: none;
    border-top: none;
    border-bottom: none;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
}
    
/*--Begin SERVING SUGGESTIONS changes --*/
    
.servingPixContainer {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: .5em 0 0 0;
    margin: 0 auto;
    justify-content: center;
}

.servingPixContainerTwo {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: .5em 0;
    margin: 0 auto;
    justify-content: center;
}

.servingPix {
    position: relative;
    flex: 1 0 45%;
    padding: .5em .75em;
}

.servingPixTwo {
    position: relative;
    flex: 1 0 45%;
    padding: .5em .75em;
}


.servingTag {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: .5em;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1em;
    letter-spacing: .1em;
    line-height: 1.1em;
    display: flex;
    align-items: center;
}
    
/*--Begin FOOTER changes --*/
    
    #pageFooter {
    padding: 0px  2.5em;
    color: white;
}

    #pigAndChicken {
        width: 425px;
    }
    
    #pigAndChicken img{
        height: 330px;
    }
/*--End FOOTER changes --*/
}

@media screen and (min-width: 66em) {
    
/*--Begin PRIMARY CONTENT changes --*/
    
#introduction {
    flex: 5;
}
    
.sellingPoints {
    flex: 2;
}


/*--Begin SERVING SUGGESTIONS changes --*/
    
.servingPix {
    position: relative;
    flex: 1;
    padding: .5em .75em;
}

.servingPixTwo {
    position: relative;
    flex: 1;
    padding: .5em .75em;
}    
        
.servingTag {
    right: 20px;
    top: 20px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: .5em;
    text-align: center;
    vertical-align: middle;
    font-size: .9em;
    letter-spacing: .1em;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

    .serving4 p {
        padding-top: .55em;
    }
    


/*--Begin FOOTER changes --*/
    .emailAddresses {
        width: 600px;
}
/*--End FOOTER changes --*/
    
}
    
    
    
    
.mastheadAboutUs {
    background-color: hsl(0, 0, 20%);
}    

    
.mastheadWholesale {
    background-color: hsl(0, 0, 20%);
}    


.mastheadRecipes {
    background-color: hsl(0, 0, 20%);
}    

.secondary {
    padding: 1em;
}

.secondary h2 {
    color: hsl(358, 80%, 47%);
    font-family: "Raleway", sans-serif;
    font-size: 1.8em;
    padding-bottom: .5em;
}

.secondary h3 {
    font-size: 1.4em;
}

.secondary a {
    text-decoration: underline;
}

.secondary a:hover {
    color:  blue;
}


.aboutUs p {
    padding-bottom: 1em;
    font-family: Times, serif;
    font-size: 1em;
}

.recipes, .aboutUs {
    background-color: hsl(0, 0%, 100%);
}

.recipes h4 {
    padding-top: 1em;
    text-transform: uppercase;
}

.recipeNote {
    font-size: .9em;
    padding-top: .5em;
}

.yield {
    padding-top: .5em;
}

.ingredients {
    padding-left: 1.5em;
    list-style: disc;
}

.ingredients li:last-of-type {
    padding-bottom: .25em;
}
