@import url('https://use.typekit.net/wmz8tfg.css');

@font-face {
  font-family: EgyptianEFBoldCond;
  src: url(fonts/EgyptianEFBoldCondensed.ttf);
}

@font-face {
  font-family: DINCondRegular;
  src: url(fonts/DINCond-Regular.otf);
}

@font-face {
  font-family: DINCondBold;
  src: url(fonts/DINCondBold.otf);
}

.font-gaut-light {
  font-family: gautreaux, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-gaut-regular {
  font-family: gautreaux, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-gaut-bold {
  font-family: gautreaux, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: DINCondRegular;
  font-size: 1.2rem;
}

nav.navbar {
  background-color: #033e85;
}

.navbar .has-megamenu {
  position: static !important;
}

.navbar .megamenu {
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
}

.col-megamenu .title {
  color: #a40f45;
  font-family: DINCondBold;
  font-size: 1em;
}

.col-megamenu ul li {
  color: #033e85;
  font-size: 1em;
}

.nav-spacer {
  height: 2.9em;
}

header.no-image {
  margin-top: 10vh;
}

header.recipe {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 43vh;
  background-position: center;
  /* background-position-y: top; */
  background-repeat: no-repeat;
  background-size: cover;
}

header.nlb {
  width: 100%;
  height: 80vw;
  background-image: url(../img/header-nlb-sml.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 10px 0px #033e85;
}

header.nyon {
  margin: 0px;
  padding: 0px;
  /* box-shadow: 0px 0px 10px 0px #033e85; */
}

.btn-nlb {
  padding: 0.4em 0.8em;
  font-size: 1rem;
  margin: 2.4em 0.6em 0 0;
  float: right;
  color: white;
  background-color: #a40f45;
}

.btn-nlb:hover {
  color: #033e85;
  background-color: yellow;
  font-weight: 900;
  /* border-style: inset; */
}

header.careers {
  /* margin-top: 8vh; */
  height: 36vh;
  background-image: url(../img/header-careers.jpg);
  background-position: top;
  background-repeat: none;
  background-size: cover;
}

#text-ourstory {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a40f45;
  font-family: EgyptianEFBoldCond;
  font-size: 2rem !important;
}

form .error {
  color: #ff0000;
}

.recipes .form-check {
  background-color: #033e85;
  color: white;
  margin-bottom: 4px;
  border-radius: 0px 5px 5px 0px;
  width: 60%;
}

.box {
  width: 30px;
  margin: 10px;
  background-color: #a40f45;
}
::placeholder {
  color: #cecece !important;
  font-style: italic;
}

.frm-mand {
  color: #ff0000;
  font-weight: bold;
}

.btn-nyb {
  text-align: center;
  padding: 12px 25px 12px 25px;
  background-color: #00aaa9;
  color: #fff;
  font-size: 1.2em;
  border-radius: 0.5em;
}

.btn-nyb-sml {
  text-align: center;
  padding: 0.3em 0.9em;
  background-color: #00aaa9;
  color: #fff;
  font-size: 1rem;
  border-radius: 0.5em;
}

.btn-nyb-sml:hover {
  opacity: 0.6;
  color: white;
}

select#selectLocation {
  background-color: #a40f45;
  color: white;
}
select#selectLocation > option {
  background-color: #033e85;
}

.btn-nyb-wider {
  align-self: center;
  text-align: center;
  padding: 12px 45px 12px 45px;
  background-color: #00aaa9;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 0.5em;
}

.recipe-overlay {
  padding: 1em;
  width: 75%;
  text-align: center;
  background-color: #fff;
  opacity: 75%;
  border-radius: 20px;
}

.table td {
  border: none;
}
.table th {
  border: none;
}

.table thead {
  border: none;
}

.content-product {
  padding: 8vw 8vw 8vw 8vw;
}

.policy-text {
  font-family: DINCondRegular;
  margin-top: 8rem;
}

.policy-text h2 {
  font-family: DINCondBold;
  text-decoration: underline;
}

.policy-text h4 {
  font-family: DINCondBold;
  text-decoration: underline;
  margin-top: 2rem;
}

.policy-text h5 {
  font-family: DINPro-CondBold;
}

.font-DINConBold {
  font-family: DINCondBold;
}

.font-DINConRegular {
  font-family: DINCondRegular;
}

.bg-nyblue {
  background-color: #033e85;
}

.bg-nycard {
  background: #f1f1f1;
  border: 0;
}

.bg-nyred {
  background: #a40f45;
}

.bg-nybutton {
  background-color: #00aaa9 !important;
}

.bg-cream {
  background-color: #f7f5f0;
}

.bg-faintblue {
  background-color: #ebf0f5;
}

.bg-lightpink {
  background-color: #faf1f3;
}

.recipe-title {
  font-family: DINCondBold;
  color: #033e85;
  font-size: 4vw;
}

.recipe-tagline {
  font-family: DINCondBold;
  color: #a40f45;
  font-size: 3vw;
}
.recipe-build {
  color: #033e85;
  font-family: DINCondBold;
  font-size: 1.2em;
}

.card-body {
  border: none !important;
}

.mt-25pc {
  margin-top: 27%;
}

.featured-products {
  min-height: 100vh;
}

.mht-500 {
  min-height: 300px;
}

.baseLogo-pos {
  position: relative;
  top: 90px;
}

footer {
  margin-top: 1rem;
}

.list-footer {
  list-style: none;
  padding-left: 0 !important;
}

.list-footer a {
  color: #ffffff;
}

.footer hr {
  border-color: #ffffff;
  padding-left: 0;
}

td.url-buy a {
  color: limegreen;
  font-weight: 600;
  padding-left: 1.2em;
}

td.url-na {
  color: red;
  padding-left: 2em;
}

td.url-comingsoon {
  color: orange;
  padding-left: 2em;
}

.gluten {
  margin-top: 1rem;
  color: #033e85;
  border: double #a40f45;
  padding: 0.5rem;
}

/* ---------- Deli Recipes Page ------------ */

.deli-recipe-card {
  margin-top: 140px;
}

.header1 {
  font-size: 1.8rem;
  color: #fbead1;
  text-align: center;
  padding: 0.3rem 0;
}

.bg-le {
  background: #c57e79;
}

.bg-sd {
  background: #b2a1bb;
}

.bg-fc {
  background: #f0994e;
}

.header2-le {
  background: #e5b5a4;
  color: #9d4248;
}

.header2-sd {
  background: #d5b4b6;
  color: #826890;
}

.header2-fc {
  background: #f9d3a0;
  color: #e17314;
}

.text-le {
  color: #7d3439;
}

.text-sd {
  color: #685373;
}

.text-fc {
  color: #b45c10;
}

#h1left {
  font-family: gautreaux, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#h1right {
  font-family: DINCondBold;
}

#h2left {
  font-family: DINCondBold;
  font-size: 1.4rem;
}

#h2right {
  font-family: DINCondBold;
  float: right;
}

.deli-recipe-card h5 {
  font-family: DINCondBold;
}

.deli-recipe-card .card-body {
  background-color: #fbead1;
}

.border-b {
  border-bottom: none;
}

.border-t {
  border-top: none;
}
.border-b {
  border-bottom: none;
}

.btn-deli-recipes {
  text-align: center;
  padding: 12px 25px 12px 25px;
  background-color: #00aaa9;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  border-radius: 0.5em;
}

.basecard {
  width: 100%;
  border: 3px solid #a40f45;
  border-radius: 15px;
}

.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.from-left {
  transform: translateX(-50%);
}
.from-right {
  transform: translateX(50%);
}

.from-left,
.from-right {
  transition: transform 400ms ease-in;
}

.from-left.appear,
.from-right.appear {
  transform: translateX(0);
}

.text-nyred {
  color: #a40f45;
}

.text-nyblue {
  color: #033e85;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* sml */
  header.careers {
    height: 40vh;
  }

  header.recipe {
    height: 60vh;
  }

  .btn-nlb {
    margin: 3.5em 2em 0 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* med */
  header.nlb {
    background-image: url(../img/header-nlb.jpg);
    height: 50vw;
  }

  .btn-nlb {
    margin-right: 1.4em;
  }

  header.careers {
    height: 46vh;
  }

  header.recipe {
    height: 70vh;
  }

  .product-dec {
    height: 31%;
  }
  .col-megamenu .title {
    font-size: 1.4em;
  }

  .col-megamenu ul li {
    font-size: 1.4em;
  }

  .border-l {
    border-left: 1px solid #f3c176;
  }

  .border-t {
    border-top: 1px solid #f3c176;
  }

  #text-ourstory {
    font-size: 3rem !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* lrg */
  header.careers {
    margin-top: 0vh;
    height: 54vh;
  }

  header.recipe {
    height: 92vh;
  }

  .btn-nlb {
    padding: 0.6em 1.2em;
    font-size: 1.2rem;
    margin-right: 1.6em;
  }

  nav.navbar {
    height: 3em;
  }

  .nav-spacer {
    height: 3em;
  }

  #text-ourstory {
    font-size: 4rem !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* lrg */
  header.careers {
    height: 64vh;
  }

  .btn-nlb {
    font-weight: 600;
    margin: 1.4em 3.4em 0 0;
    font-size: 1.4rem;
  }

  #text-ourstory {
    font-size: 5rem !important;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  header.careers {
    height: 76vh;
  }

  .btn-nlb {
    font-weight: 600;
    margin: 2em 3.6em 0 0;
    font-size: 1.6rem;
  }
}

/* Where to buy page */
.where-to-buy .btn-nyb:hover {
  color: white;
  opacity: 0.5;
}

#list-retailers:hover {
  cursor: pointer;
}

#list-retailers a.sel {
  border: 3px solid green;
}

#product-list > ul {
  list-style-type: none;
}

#vid {
  width: 75%;
  height: auto;
}


.relaunch-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.relaunch-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.buy-list li a img:hover {
  opacity: 0.3;
}

iframe {
  border: 0;
}
