/* Font Declarations */

@font-face {
  font-family: 'MiloPro-Medi';
  src: url('../fonts/MiloPro-Medi.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro-Medi.otf')  format('opentype'),
         url('../fonts/MiloPro-Medi.woff') format('woff'), url('../fonts/MiloPro-Medi.ttf')  format('truetype'), url('../fonts/MiloPro-Medi.svg#MiloPro-Medi') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MiloPro';
  src: url('../fonts/MiloPro.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro.otf')  format('opentype'),
         url('../fonts/MiloPro.woff') format('woff'), url('../fonts/MiloPro.ttf')  format('truetype'), url('../fonts/MiloPro.svg#MiloPro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MiloPro-Xbold';
  src: url('../fonts/MiloPro-Xbold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MiloPro-Xbold.otf')  format('opentype'),
       url('../fonts/MiloPro-Xbold.woff') format('woff'), url('../fonts/MiloPro-Xbold.ttf')  format('truetype'), url('../fonts/MiloPro-Xbold.svg#MiloPro-Xbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
    font-size: 100%;
}

body {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #666668;
    background-color: #b41f75;
    line-height: 18px;
    text-align: left;
    overflow-x: hidden !important;
    margin: auto !important;
}
.tbody {
	position: relative;
	width: 100%;
	display: block;
}
.tebody {
	position: relative;
	width: 100%;
	display: block;
	background-color: #b41f75;
}
h2 {
	font-family: 'MiloPro-Xbold';
	font-size: 79px;
	color: #ffffff;
	line-height: 75px;
}
h2 span {
	color: #da8fba;
}
p, li.footlist {
	font-family: 'MiloPro-Medi';
	font-size: 21px;
	color: #ffffff;
}
p span, li.footlist span {
	color: #da8fba;
}

.slide-out-div {
	padding: 20px 20px 20px 20px;
    width: 250px;
    background-color: #e1efd8;
    border: 1px solid #dddddd;
    z-index: 99999;
    color: #000000;
    top: 200px !important;
    cursor: pointer;
}
.slide-out-div a.handle {
	margin-top: -1px;
	background: url('../images/navigation-tab.png') no-repeat !important;
	width: 43px !important;
	height: 165px !important;
}
.slide-out-div a.navlinks {
	font-family: 'MiloPro';
	font-size: 18px;
	line-height: 22px;
	color: #6cb33e;
}
.slide-out-div br {
	line-height: 30px;
}
.slide-out-div a.navlinks:hover {
	text-decoration: underline;
}
.slide-out-div a.navlinks:focus {
	text-decoration: underline;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 3s;
            transition: all ease 3s;
            text-decoration: none;
            color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

a:active {
    text-decoration: none;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.wow {
  visibility: hidden;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  Header
-----------------------------------------*/
header .menu-container {
	background-color: #ffffff;
    position: fixed !important;
    z-index: 99999;
}
header .menu-container .navbar-toggle {
	float: right;
	background-color: #6cb33e;
	border-color: #6cb33e;
	border-radius: 0;
	margin-right: 30px;
	margin-left: 0;
	padding-bottom: 6px;
}
header .menu-container .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
header .menu-container .navbar-toggle .menutitle {
	color: #ffffff;
	font-family: 'MiloPro';
	font-size: 9px;
	line-height: 14.2857px;
	text-align: center;
}
header .menu-container nav.navbar .navbar-collapse {
	background-color: transparent;
	border: none;
	min-width: 250px;
	float: none;
	padding-right: 0;
	padding-left: 0;
}
header .menu-container .navbar {
	margin-bottom: 0;
	min-height: 0;
	border: none;
	background-color: transparent;
}
header .menu-container .navbar-nav {
	float: right;
	padding-right: 20px;
}
header .menu-container .navbar-nav > li > a {
	padding: 15px 15px 15px 15px;
	font-family: 'MiloPro-Medi';
	font-size: 18px;
}
header .menu-container .navbar-nav > li > a.back {
	color: #94c947;
	margin-left: 20px;
}
header .menu-container .navbar-nav > li > a.back:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.bakery {
	color: #da8fba;
	cursor: normal;
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.bakery:hover {
	color: #da8fba;
}
header .menu-container .navbar-nav > li > a.dairy {
	color: #0b9ad3;
}
header .menu-container .navbar-nav > li > a.dairy:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.beverage {
	color: #9093ce;
}
header .menu-container .navbar-nav > li > a.beverage:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.savory {
	color: #f47b20;
}
header .menu-container .navbar-nav > li > a.savory:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > a.confectionery {
	color: #c5aa2e;
}
header .menu-container .navbar-nav > li > a.confectionery:hover {
	text-decoration: underline;
}
header .menu-container .navbar-nav > li > img {
	width: 13px;
	height: 13px;
	margin-top: 18px;
}
header .menu-container .navbar-default .navbar-nav > .active > a {
	background-color: transparent;
}
header .menu-container .navbar-nav ul li {
	list-style-type: none;
	text-align: left;
}


/*---------------------------------------
   SECTION:  Welcome
-----------------------------------------*/
section.welcome h1 {
	font-family: 'MiloPro-Xbold';
	font-size: 104px;
	line-height: 100px;
	color: #ffffff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 70px;
}
section.welcome h1 span {
	color: #da8fba;
}
section.welcome img.cupcake1 {
	width: 18.8333%;
	height: auto;
	margin-right: 6.5%;
}
section.welcome img.brownie1 {
	width: 83.5%;
	height: auto;
	margin-top: -35%;
}
section.welcome img.bread1 {
	width: 56.33333%;
	height: auto;
	margin-left: 15%;
	margin-top: -20%;
}
section.welcome img.logo {
	width: 33.6666%;
	height: auto;
	margin-top: 6%;
}
section.welcome img.doughnut1 {
	width: 28.16666%;
	height: auto;
	margin-top: -30%;
}


/*---------------------------------------
   SECTION:  enhanceNutrition
-----------------------------------------*/
section.enhanceNutrition {
	margin-top: 30px;
}
section.enhanceNutrition h2 {
	font-size: 60px;
	line-height: 58px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}
section.enhanceNutrition h2 span {
	color: #da8fba;
	line-height: 100px;
}
section.enhanceNutrition img.cookie1 {
	width: 79.5%;
	height: auto;
	margin-top: -35%;
}
section.enhanceNutrition img.spongeCake {
	width: 82.3333%;
	height: auto;
	margin-top: 30%;
}
section.enhanceNutrition p {
	line-height: 26px;
	margin-left: 8%;
	margin-right: 10%;
	margin-top: 40px;
}
section.enhanceNutrition img.pie1 {
	width: 34.5%;
	height: auto;
	margin-top: -38%;
}


/*---------------------------------------
   SECTION:  takeAbite
-----------------------------------------*/
section.takeAbite p {
	line-height: 42px;
}
section.takeAbite a:hover {
	text-decoration: underline;
}
section.takeAbite img.cupcake2 {
	width: 21.3333%;
	height: auto;
	margin-right: 6%;
	margin-top: -8%;
}

/*---------------------------------------
   SECTION:  cakes
-----------------------------------------*/
section.cakes {
	margin-top: 100px;
}
section.cakes img.muffin {
	width: 42.6666%;
	height: auto;
	margin-left: 15.1666%;
	margin-bottom: -38%;
}
section.cakes img.layerCake {
	width: 56.5%;
	height: auto;
	margin-right: 3%;
	margin-bottom: -70%;
}
section.cakes h2 {
	margin-top: 0;
	margin-left: 18%;
	margin-bottom: 0;
}
section.cakes p.main {
	line-height: 26px;
	margin-left: 18%;
	margin-right: 14%;
}
section.cakes ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 18%;
	margin-top: 30px;
}
section.cakes ul li.footlist {
	display: inline;
}
section.cakes img.doughnut2 {
	width: 81%;
	height: auto;
	margin-top: -95%;
}
section.cakes img.brownies2 {
	width: 36.5%;
	height: auto;
	margin-right: 23%;
}


/*---------------------------------------
   SECTION:  breads
-----------------------------------------*/
section.breads {
	margin-top: 100px;
}
section.breads img.bagel {
	width: 91%;
	height: auto;
	margin-right: -35%;
	margin-top: -50%;
}
section.breads h2 {
	margin-left: 22%;
}
section.breads p.main {
	line-height: 26px;
	margin-left: 22%;
	margin-right: 24%;
}
section.breads p.foot {
	line-height: 42px;
	margin-left: 22%;
}
section.breads img.sliceBread {
	width: 96.3333%;
	height: auto;
	margin-left: -25%;
	margin-top: 30%;
}
section.breads img.longBread {
	width: 29.91666%;
	height: auto;
	margin-left: 2%;
	margin-top: -13%;
}


/*---------------------------------------
   SECTION:  frozenBakedGoods
-----------------------------------------*/
section.frozenBakedGoods {
	margin-top: 160px;
}
section.frozenBakedGoods h2 {
	margin-left: 18%;
	margin-top: 0;
	margin-bottom: 0;
}
section.frozenBakedGoods p.main {
	line-height: 26px;
	margin-left: 18%;
	margin-right: 18%;
}
section.frozenBakedGoods p.foot {
	line-height: 42px;
	margin-left: 18%;
}
section.frozenBakedGoods img.pizza {
	width: 88.75%;
	height: auto;
	margin-top: -56%;
}
section.frozenBakedGoods img.strawberryCake {
	width: 91.25%;
	height: auto;
	margin-top: -140%;
	margin-left: -13%;
}


/*---------------------------------------
   SECTION:  pastries
-----------------------------------------*/
section.pastries {
	margin-top: 200px;
}
section.pastries img.raspberryDanish {
	width: 100%;
	height: auto;
	margin-top: -15%;
}
section.pastries h2 {
	margin-left: 10%;
	margin-top: 0;
	margin-bottom: 0;
}
section.pastries p.main {
	line-height: 26px;
	margin-left: 10%;
	margin-right: 25%;
}
section.pastries p.foot {
	line-height: 42px;
	margin-left: 10%;
}
section.pastries img.icedBread {
	width: 26%;
	height: auto;
	margin-right: 9%;
	margin-top: -13%;
}


/*---------------------------------------
   SECTION:  cookies
-----------------------------------------*/
section.cookies {
	margin-top: 70px;
}
section.cookies img.cookies1 {
	width: 34.25%;
	height: auto;
	margin-left: 5%;
	margin-bottom: -17%;
}
section.cookies h2 {
	margin-left: 22%;
}
section.cookies p.main {
	line-height: 26px;
	margin-left: 22%;
	margin-right: 36%;
}
section.cookies ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 22%;
	margin-top: 30px;
}
section.cookies ul li.footlist {
	display: inline;
}
section.cookies img.cookies2 {
	width: 29.5%;
	height: auto;
	margin-top: -18%;
	margin-right: 3.1666%;
}


/*---------------------------------------
   SECTION:  glazes
-----------------------------------------*/
section.glazes {
	margin-top: 100px;
}
section.glazes img.animalCrackers {
	width: 44.08333%;
	height: auto;
	padding-bottom: 30px;
}
section.glazes h2 {
	margin-left: 20%;
	margin-top: 0;
	margin-bottom: 0;
}
section.glazes p.main {
	line-height: 26px;
	margin-left: 20%;
	margin-right: 20%;
}
section.glazes p.foot {
	line-height: 42px;
	margin-left: 20%;
}
section.glazes img.pretzels {
	width: 93.6666%;
	height: auto;
}
section.glazes img.crackers {
	width: 31.58333%;
	height: auto;
	margin-left: 2.6666%;
	margin-top: -17%;
}


/*---------------------------------------
   SECTION:  glutenFreeBakedGoods
-----------------------------------------*/
section.glutenFreeBakedGoods {
	margin-top: 100px;
}
section.glutenFreeBakedGoods img.waffle {
	width: 24.33333%;
	height: auto;
	margin-left: 7.08333%;
	margin-bottom: -7%;
}
section.glutenFreeBakedGoods h2 {
	margin-left: 9%;
	margin-top: 0;
	margin-bottom: 0;
}
section.glutenFreeBakedGoods p.main {
	line-height: 26px;
	margin-left: 9%;
	margin-right: 7%;
}
section.glutenFreeBakedGoods p.foot {
	line-height: 42px;
	margin-left: 9%;
}
section.glutenFreeBakedGoods img.chips {
	width: 27.08333%;
	height: auto;
	margin-right: 0.5%;
	margin-top: -8%;
}


/*---------------------------------------
   SECTION:  batters
-----------------------------------------*/
section.batters {
	padding-top: 200px;
}
section.batters img.dippingSauce {
	width: 84.9194729136164%;
	height: auto;
	margin-right: -20%;
	margin-top: -40%;
}
section.batters img.chickenFingers {
	width: 93.70424597364568%;
	height: auto;
	margin-top: 15%;
}
section.batters h2 {
	margin-left: 20%;
	margin-top: 0;
	margin-bottom: 0;
}
section.batters p.main {
	line-height: 26px;
	margin-left: 20%;
	margin-right: 20%;
}
section.batters p.foot {
	line-height: 42px;
	margin-left: 20%;
}
section.batters img.mozzSticks {
	width: 92.24011713030747%;
	height: auto;
}
section.batters img.marinaraSauce {
	width: 61.49341142020498%;
	height: auto;
	margin-top: -2%;
}


/*---------------------------------------
   SECTION:  expandedSnacks
-----------------------------------------*/
section.expandedSnacks {
	padding-top: 200px;
}
section.expandedSnacks img.cracker {
	width: 100%;
	height: auto;
	margin-right: -15%;
	margin-top: -45%;
}
section.expandedSnacks img.tortillaChips {
	width: 100%;
	height: auto;
	margin-top: 25%;
}
section.expandedSnacks h2 {
	margin-left: 5%;
	margin-top: 0;
	margin-bottom: 0;
}
section.expandedSnacks p.main {
	line-height: 26px;
	margin-left: 5%;
	margin-right: 20%;
}
section.expandedSnacks ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 5%;
	margin-top: 30px;
}
section.expandedSnacks ul li.footlist {
	display: inline;
}
section.expandedSnacks img.potatoChips {
	width: 100%;
	height: auto;
	margin-top: -50%;
}


/*---------------------------------------
   SECTION:  tasteThis
-----------------------------------------*/
section.tasteThis {
	margin-top: 150px;
}
section.tasteThis p {
	line-height: 42px;
}
section.tasteThis .topVideoContainer {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
section.tasteThis .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border: none;
    overflow: hidden;
}
section.tasteThis .video-container iframe,
section.tasteThis .video-container object,
section.tasteThis .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------------------------------
   SECTION:  Footer
-----------------------------------------*/
footer.footer {
	margin-top: 235px;
}
footer.footer h2 {
	font-size: 56px;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}
footer.footer .bottomMenuContainer {
	margin-top: 30px;
}
footer.footer .bottomMenuContainer a img:hover {
	outline: 1px solid #ffffff;
	transition: none;
}
footer.footer .bottomMenuContainer img.bakeryBtn {
	width: 76.875%;
	height: auto;
}
footer.footer .bottomMenuContainer img.dairyBtn {
	width: 76.875%;
	height: auto;
}
footer.footer .bottomMenuContainer img.beveragesBtn {
	width: 76.875%;
	height: auto;
}
footer.footer .bottomMenuContainer .btnRow2 {
	margin-top: 30px;
	margin-bottom: 70px;
}
footer.footer .bottomMenuContainer .btnRow2 img.confectioneryBtn {
	width: 76.875%;
	height: auto;
	margin-left: 15px;
}
footer.footer .bottomMenuContainer .btnRow2 img.savoryBtn {
	width: 76.875%;
	height: auto;
	margin-right: 15px;
}
footer.footer .logoRow {
	margin-bottom: 40px;
}
footer.footer .logoRow img.footerLogo {
	width: 19.5833%;
	height: auto;
}
footer.footer .contactRow {
	margin-bottom: 30px;
}
footer.footer .contactRow h3 a {
	font-family: 'MiloPro-Medi';
	font-size: 27px;
	color: #ffffff;
}
footer.footer .contactRow h3 a:hover {
	text-decoration: underline;
}
footer.footer .contactRow h3 span {
	background-color: #6cb33f;
	padding-left: 8px;
	padding-right: 8px; 
	border-radius: 50%;
	font-family: 'MiloPro-Medi';
	font-size: 27px;
	color: #ffffff;
}
footer.footer .contactRow h3 span {
	text-decoration: none;
}
