﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    text-align: center;
    background: #0f3b76;
    color: #fff;
}



/* Corner Dairy Bar styles
-------------------------------------------------- */

body {
    padding-top: 0px !important;
    background-color: #fae0aa !important;
    /*background-image: src('../images/Corner Dairy Bar - Logo 1.png') !important;*/

    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(252, 246, 233, .95)), url('../images/Corner Dairy Bar - Logo 1.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    font-family: 'Spartan', sans-serif;
}

.CDB_Red .navbar {
    background-color: #ab0505 !important;

}

.CDB_Blue {
    background-color: #0f3b76 !important;
}

.CDB_Frame {
    border-color: #ab0505;
    border-image: none;
    border-radius: 20% 0 20% 0;
    border-style: solid;
    border-width: 5px;
    overflow: hidden;
    scrollbar-shadow-color: #ab0505;
}

.CDB_Frame1 {
    height: 300px;
    width: 300px;
    border-color: #ab0505;
    border-image: none;
    border-radius: 10% 10% 10% 10%;
    border-style: solid;
    border-width: 5px;
    overflow: hidden;
}

.CDB_RedFrame {
    border-color: #ab0505;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    overflow: hidden;
    scrollbar-shadow-color: #ab0505;
}

.CDB_RedBorderTop {
    border-top: 5px solid #ab0505;
}

.FoodMenuSection {
    padding-top: 250px;
    margin-top: -250px;
    padding-bottom: 20px;
}

.FoodMenuCategory {
    padding-top: 10px;
    background-color: #0f3b76 !important;
    color: white !important;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: xx-large;
}

.FoodMenuContents {
    border: solid;
    border-color: #0f3b76 !important;
    border-width: thick !important;
    padding: 0px 0px 0px 0px;
}

.FoodMenu {
    /*background-color: rgba(171, 5, 5, 0.05);*/
    /*background-color: rgba(0, 0, 0, 0.1);*/
    background-color: rgba(252, 246, 233, 0.5);
    /*background-color: rgba(16, 59, 118, 0.1);*/
}

.FoodMenuItem {
    border-top: 1px solid lightgray;
}

.FoodMenuTitle {
    font-weight: bold;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    /*white-space: nowrap;*/
}

.FoodMenuPrice {
    font-family: 'Courier New';
    text-align: right;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.FoodMenuDescription {
    padding-left: 50px;
}
