﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
:root {
    --den-pink: #ef6ea9;
    --den-blue: #29bdb9;
    --den-brown: #491e0d;
    --den-yellow: #ffd144;
}

@media (max-width: 1280px) {
    .container {
        margin-left: inherit;
    }
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar {
    padding: 0;
}

.navbar > .container, .navbar > .container-fluid {
    justify-content: normal;
}

/* Provide sufficient contrast against white background */
a {
  color: #0056b3;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 1rem;
  font-family: 'Berlin Sans FB';
  width: max-content;
}

@media (min-width: 1280px) {
    html {
        width: inherit;
    }
}

.display-4 {
    font-size: 3.25rem;
}

.h2 {
    margin-bottom: 0;
}

.text-bold {
    font-weight: 600;
}

.legend {
    font-size: 75%;
    font-weight: 300;
    text-align: left;
}

@media (max-width: 681px) {
    .allergen {
        padding: 0;
        white-space: pre-line;
        margin-top: -10px
    }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Berlin Sans FB';
    letter-spacing: 2px;
}

table {
    line-height: 1;
}

/* Denucci Colors */
.bgblue {
    background-color: var(--den-blue)
}

.bgbrown {
    background-color: var(--den-brown)
}

.bgyellow {
    background-color: var(--den-yellow)
}

.bgpink {
    background-color: var(--den-pink)
}

.text-blue {
    color: var(--den-blue)
}

.text-brown {
    color: var(--den-brown)
}

.text-yellow {
    color: var(--den-yellow)
}

.text-pink {
    color: var(--den-pink)
}
/* End Denucci Colors */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color:white;
}

th, td {
    padding: 0px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
}

.center-container {
    width: 630px;
    position: sticky;
    left: 25%;
}


@media (max-width: 681px) {
    .center-container {
        margin: auto;
        left: inherit;
        position: inherit;
    }
}

.center-container2 h2, .center-container2 h1 {
    margin-top: -10px;
}

.text-over-image {
    position: absolute;
    top: 130px;
    left: 40px;
    margin-right: 40px;
}

.image-under-text {
    position: relative;
    text-align: justify;
    color: white;
}

.text-over-image h4 {
    margin-top: 1rem;
    margin-bottom: 0;
}

.navbar-light .navbar-nav .nav-link, .nav-link {
    color: white;
    font-weight: normal;
}

.nobold {
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .nav-link:hover {
    color: var(--den-yellow);
}

.container2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 681px) {
    .container2 {
        padding-left: 10px;
    }
}

.container3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    max-inline-size: fit-content;
}

@supports (-moz-appearance:none) {
    .container3 {
        width: 1280px;
    }
}

@supports (-moz-appearance:none) {
    @media (max-width: 681px) {
        .container3 {
            width: 640px;
        }
    }
}

@media (max-width: 681px) {
    .small-scale {
        width: 664px;
    }
}

.footer-table
{
    margin: 0 !important;
}

.footer-cell
{
    padding: 0 0 1px 2px !important;
    vertical-align: middle !important;
}

@media (max-width: 681px) {
    .footer-row {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Table with ability to collapse into one column at a specific width */
.table {
    display: table;
    width: inherit;
    margin: auto;
}

@media (max-width: 681px)
{
    .table {
        display: block;
    }
}

.row {
    display: table-row;
}

.row2:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

@media (max-width: 681px) {
    .row {
        display: block;
    }
}

.cell {
    display: table-cell;
    border-top: 0px !important
}

@media (max-width: 681px) {
    .cell {
        display: block;
    }
}
/* End collapsable table */

/* Begin Slideshow */
.slideshow-container {
    max-width: 640px;
    position: relative;
    margin: auto;
    color: var(--den-pink);
}

.slide {
    display: none;
}

.showing {
    display: block;
    width: 640px;
}

.hidden-element {
    display: none;
}

.shown-element {
    display: block;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    user-select: none;
}

/* Position the "prev button" to the left */
.prev
{
    left: 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

.prev:hover, .next:hover {
    color: var(--den-pink);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.active {
    background-color: #717171;
}

.fadeinout {
    animation-name: fadeinout;
    animation-duration: 10s;
}

@keyframes fadeinout {
    from {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
/* End slideshow*/

/* Alphabet selection line for notifications */
.alphabet-div {
    margin: 10px auto 20px;
    direction: rtl; /* I don't know why but this allows for better centering */
}

.alphabet {
    list-style-type: none;
    padding: 0;
    cursor: pointer;
    width: 80%;
    text-align: center;
}

.alphabet li {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 1px solid darkgrey;
    font-size: 13px;
    box-sizing: border-box;
    width: 3.70%; /* 100 / 27 */
}

.has-flavors {
    color: var(--den-blue);
    display: inline-block;
}

.has-flavors:hover {
    color: var(--den-yellow);
}

.has-flavors-selected {
    color: var(--den-yellow);
    display: inline-block;
}

.no-flavors {
    color: gray;
    cursor: default;
    display: none;
}

.alphabet li:first-child {
    border-left: none;
}

.notify-form {
    display: inline-block;
}

.notify-label {
    margin-bottom: 0;
}
/* End alphabet selection line for notifications */

.flavor-table {
    color: white;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

@media (max-width: 681px) {
    .flavor-table {
        width: fit-content;
    }
}

.flavor-cell {
    width: 33%;
}

@media (max-width: 681px) {
    .flavor-cell {
        width: auto;
    }
}

.flavor-text {
    font-weight: normal;
    font-size: 1.5rem;
}

.flavor-tracker-text
{
    text-align: center;
    margin-top: 10px;
}


@media (max-width: 681px) 
{
    .flavor-tracker-text
    {
        white-space: pre-line;
        margin-top: -15px;
    }
}

.menu {
    width: 100%;
    margin: auto;
}

.active-menu 
{
    border: solid;
}

.menu-tab {
    opacity: 0.6;
    width: 100%;
}

.activeTab,
.menu-tab:hover {
    opacity: 1;
}

.cursor {
    cursor: pointer;
}

.prevMenu, .nextMenu {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    font-weight: bold;
    font-size: 40px;
    user-select: none;
    color: var(--den-pink) !important;
}

.slideMenu {
    display: none;
    text-align: center;
}

/* Position the "prev button" to the left */
.prevMenu {
    left: 0;
}

@media (max-width: 681px) {
    .prevMenu {
        left: 22px;
    }
}

/* Position the "next button" to the right */
.nextMenu {
    right: 0;
}

@media (max-width: 681px) {
    .nextMenu {
        right: 12px;
    }
}

.prevMenu:hover, .nextMenu:hover {
    color: var(--den-pink);
}
