/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .menu-links {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu-links::-webkit-scrollbar {
    display: none;
  }
  .menu-links-link {
    text-decoration: none;
    font-size: 1rem;
    color: white;
    transition: all 0.5s;
  }
  .menu-links-link:hover {
    text-decoration: none;
    color: white;
  }
  .footer-text {
    font-size: 10px;
    color: #566080;
    font-family: Heebo, sans-serif;
  }
  .welcome-text {
    font-size: 1.75rem;
    font-weight: 700;
    text-align: left;
  }
  .welcome-paragraph {
    font-size: 1.25rem;
    text-align: left;
  }
  .txt-auspicio {
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .title-section {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .digit-text {
    font-family: Oswald, sans-serif;
    font-size: 5rem;
    font-weight: bold;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: var(--dark-lead);
    line-height: 1;
  }
  .container-section-link {
    border-radius: 4px;
    border: 1px solid var(--mustard);
  }
  .container-section-link a {
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
  }
  .mustard-border {
    border: 1px solid var(--mustard);
    border-radius: 4px;
    min-height: 42.5rem;
  }
  .mustard-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 30px;
    min-height: 4rem;
  }
  .mustard-desc {
    font-weight: 600;
    font-size: 1rem;
    min-height: 13rem;
  }
  .mustard-card {
    border-radius: 8px;
    border: 1px solid var(--mustard);
    background: var(--dark-lead);
  }
  .color-mustard {
    color: var(--mustard);
  }
  .color-white {
    color: white;
  }
  .recipe-text {
    font-size: 1rem;
  }
  .is-active {
    color: var(--mustard) !important;
  }
  .ing-title {
    font-size: 1.5rem;
  }
  .prep-item {
    font-size: 18px;
  }
  .submenu > div {
    background-color: #f2f2f2;
  }
  .submenu-link {
    color: #232323;
    font-weight: 700;
    background-color: #f2f2f2;
    transition: all 0.5s;
  }
  .submenu-link:active,
  .submenu-link:hover {
    color: #232323;
  }
  .submenu-active {
    background: var(--mustard);
  }
  .divisor {
    border: 1px solid #232323;
    height: 20px;
  }
  .border-radius-left {
    border-radius: 35px 0px 0px 35px;
  }
  .border-radius-right {
    border-radius: 0px 35px 35px 0px;
  }
  .article-title {
    font-weight: bold;
    font-size: 1.5rem;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .recipe-text {
    font-size: 1.125rem;
  }
  .video-title {
    font-size: 1.125rem;
  }
  .ing-item {
    font-size: 1.125rem;
  }
  .prep-item {
    font-size: 20px;
  }
  .submenu-link {
    font-size: 1.25rem;
  }
  .divisor {
    height: 30px;
  }
  .article-title {
    font-size: 2rem;
  }
  .welcome-text {
    font-size: 2.5rem;
  }
  .title-section {
    font-size: 2rem;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}
