/*
* Bootstrap 4.3.1 overrides
*/
.btn-primary {
    background-color: #931322;
    border-color: #931322;
}
.btn-primary:hover {
    background-color: #710f1a;
    border-color: #660d18;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .dropdown-item.active, .dropdown-item:active {
    background-color: #931322;
}

html, body {
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    background-color:#EBEDED;
}
.container {
    margin:0;
    padding:0;
    max-width: inherit;
}
.container-white {
    background-color: #fff;
    padding: 0 0 3em;
    min-height:20em;
}
.red-header {
	background-color:#6C0000;
	min-height:8em;
}
.diagonal-top {
    margin: -1.8em 0 0;
    background-image: url(/uploads/assets/content-bg.svg);
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: top center;
    height:2em;
    position: relative;
    display: none;
}
.carousel-container {
    margin-top:3.5em;
}
.carousel-item {
  max-height: 25em;
}

footer {
    margin-top: -2em;
}

footer .container {
    background:none;
    padding: 0 15px;
}
.diagonal-bottom {
    background-image: url(/uploads/assets/footer-bg.svg);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: top center;
    height:3em;
}
footer .content {
    background-color:#6C0000;
    color:#fff;
    font-size: 0.9em;
    line-height:1.6em;
    padding-bottom: 1em;
}
footer .content ul {
    list-style: none;
    padding:0;
}
footer .content ul li a {
    color:#fff;
    text-decoration: none;
}
footer .content ul li a:hover {
    text-decoration: underline;
}

.navbar-light {
    background-color: white;
}
.navbar-light .nav-link, .navbar-light .dropdown-item {
    text-transform: uppercase;
    color: #343638;
    font-size: 0.8em;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
  color: inherit;
}
.navbar-toggler, .shopping-cart {
    border:0;
    cursor: pointer;
    background: none;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .25rem;
}
.navbar-toggler span.navbar-toggler-icon {
    background-image: url('/uploads/assets/menu-icon.svg');
    height: 1em;
}
.shopping-cart span.icon {
    height: 1em;
    display: inline-block;
    width: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url('/uploads/assets/shopping-basket.svg');
}
span.time-icon {
    height: 1em;
    display: inline-block;
    width: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url('/uploads/assets/time.svg');
}
img.avatar {
    height: 1.5em;
    width: 1.5em;
    margin-right:0.5em;
}

#button-menu {
    order: 0;
}
#button-shopping-cart {
    order: 2;
}
#main-menu {
    order: 3;
}
#logo-text {
    order: 1;
    font-weight: bold;
    color:#000;
}
.left-column {
    border-bottom:1px solid #EBEDED;
}
.content div.card {
    border:0;
    border-bottom:1px dashed #6c757d;
    margin:1.25rem 1.25rem 0 1.25rem;
    padding:0 0 1.25rem 0;
}
.content div.card-body {
    padding:0;
}
.content div.card:last-child {
    border:0;
}
.content h2 {
    font-size:1.5em;
}
.content p {
    font-size:0.9em;
    line-height: 1.8em;
}
p.copyright {
    text-align: right!important;
    color:#000;
    margin:1em 0 0;
    font-size:0.8em;
}
p.copyright a {
    color:#000;
    text-decoration: none;
    font-weight: bold;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .diagonal-top {
        display: block;
    }
    #main-menu {
        order: 2;
    }
    .navbar-light .nav-link, .navbar-light .dropdown-item {
      font-size: 0.7em;
      font-weight: bold;
  	}
    #button-shopping-cart {
        order: 3;
    }
    ul.navbar-nav {
        margin-left: auto;
    }
    .container {
        max-width: 1200px;
    }
    .left-column {
        border:0;
        border-right:1px solid #EBEDED;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        margin:0 auto;
    }
  .navbar-light .nav-link, .navbar-light .dropdown-item {
      font-size: 0.8em;
      font-weight: bold;
  	}
}