/* 
    Sticky Footer
 */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main {
    flex: 1 0 auto;
}

@media only screen and (min-width: 993px) {
    nav a.sidenav-trigger {
        display: block;
    }
}

.flex-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.flex-justify-center {
    display: flex !important;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.flex-align-center {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 100%;
}

.flex-justify-between {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

.mr-2 {
    margin-right: 0.2em !important;
}

.mr-4 {
    margin-right: 0.4em !important;
}

/* .bg-theme-dark {
    background-color: #0b1315 !important;
}

.bg-theme {
    background-color: #0f1d22 !important;
}

.bg-theme-light {
    background-color: #fee4a9 !important;
}

.text-theme {
    color: #fee4a9 !important;
}

.text-theme-dark {
    color: #0b1315 !important;
} */

/* .tabs .indicator {
    background-color: #fee4a9 !important;
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: transparent !important;
    color: #fee4a9 !important;
}

.tabs .tab a {
    background-color: transparent !important;
    color: #fee4a9 !important;
}

.collection {
    border-color: #fee4a9 !important;
    border: none !important;
}

.collection .collection-item {
    border-top: 1px solid #fee4a9 !important;
} */
/* .collection .collection-item:last-child {
    border-bottom: none;
} */

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.px-8 {
    padding-right: 2rem;
    padding-left: 2rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.price {
    font-size: 1.6em;
    /* color: #fee4a9; */
    font-weight: bold;
    flex-shrink: 0 !important;
    align-self: end;
}

.item-name {
    font-size: 2em;
    /* color: #fee4a9; */
    font-weight: bold;
    margin: 0px !important;
}

.collection-item {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.title {
    font-weight: bold;
}

.side-nav-top {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.text-md {
    font-size: 2em;
}

/* .divider {
    background-color: #fee4a9;
} */

.collection .collection-item.avatar:not(.circle-clipper) > .responsive-img,
.collection .collection-item.avatar :not(.circle-clipper) > .responsive-img {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.collapsible > li > a {
    padding: 0 32px !important;
}

.information-divider {
    width: 25vw;
    margin: auto;
}

.my-8 {
    margin-top: 0.8em !important;
    margin-bottom: 0.8em !important;
}

.mb-16 {
    margin-bottom: 1.6em;
}

.mt-16 {
    margin-top: 1.6em;
}

.address {
    font-weight: bold;
    font-size: 1.2em;
}

.schedule {
    font-weight: bold;
    font-size: 1.8em;
}

.fit-contain {
    object-fit: contain;
}

/* .material-icons {
    color: #fee4a9 !important;
}

.brand-logo {
    color: #fee4a9 !important;
} */

.center-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

/* nav {
    border-color: #fee4a9 !important;
    border-width: 0 0 2px 0 !important;
    border-style: solid !important;
} */

/* footer {
    border-color: #fee4a9 !important;
    border-width: 1px 0 0 0 !important;
    border-style: solid !important;
} */

/* 

*/

/* .border-t-light {
    border-top: 1px solid #fee4a9 !important;
} */

.flex {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}
.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: start;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: start;
}

.flex-1 {
    flex: 1;
}

.flex-grow {
    flex-grow: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.p-2 {
    padding: 0.5rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.px-4 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}
.text-8xl {
    font-size: 6rem;
    line-height: 1;
}
.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.text-justify {
    text-align: justify;
}
