:root {
    --bs-link-color: #ce1126;
    --bs-link-color-rgb: 206, 17, 38;
    --bs-link-hover-color: #9f0f1f;
    --bs-link-hover-color-rgb: 159, 15, 31;
}

body {
    background-color: black;
    background-image: url(/images/tex2res4.png);
}

#logo
{
    width: 100%;
}

#maincontainer
{

    background-color: #ffffff;
}

#innercontainer {
    border-left: solid 2px #ce1126;
    border-right: solid 2px #ce1126;

}

#bottomcontainer {
    width: 100%;
    height: 40px;
    background-image: url(/images/squareBG.png);
 
    
}

a.nav-link, a.nav-link:visited, a.nav-link:active, a.nav-link:link {
    color: #ce1126;
    font-size: 1.15rem;
    font-weight: bold;
    text-decoration: none;
}

a.nav-link:hover {
    color: #ce1126;
    font-size: 1.15rem;
    font-weight: bold;
    text-decoration: underline;
}

.navbar-nav {
    border-top: solid 2px #ce1126;
    border-bottom: solid 2px #ce1126;
    padding: 2px;
}

.nav-item {
    padding: 0 6px;
    width: 100%;
    text-align: center;
}

ul.navbar-nav li.nav-item:not(:last-child) {
    border-right: solid 2px #ce1126;
}

.menutable, .pagecontent {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.menutable tr td {
    background-color: #f8b2ba;
}

.cashcheck
{
    width: 100%;
    background-color: yellow;
    text-align: center;
    font-size: 2rem;
    padding: .5rem .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}


.imgBorder {
    padding: 8px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px)
{
    .navbar-nav
    {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

    #innercontainer {
        padding-left: 20px;
        padding-right: 20px;
    }

  #logo
  {
      width: 50%;
  }

    a.nav-link, a.nav-link:visited, a.nav-link:active, a.nav-link:link, a.nav-link:hover
    {
        font-size: 1.5rem;
    }

    .navbar-nav {
        padding: 4px;
    }

    .nav-item {
        padding: 0 10px;
    }
    ul.navbar-nav li.nav-item:not(:last-child) {
        border-right: solid 2px #ce1126;
    }

    .menutable, .cashcheck {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .pagecontent {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}