:root{
    --navbar-height: 90px;
    --footer-height: 157px;
}

#bootstrap-overrides.no-margin {
    margin: 0;
}

@media (min-width: 768px) {
    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        height: 83px;
        horiz-align: center;
        vertical-align: center;
    }
}

.week-image {
    width: 80%;
    aspect-ratio: 1 / 1;
}

.curve {
    width: 100%;
    height: 80px;
    background-image: url(../img/curve.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.box {
    width: 100%;
    height: 45px;
    background: #ef9831;
}

.nav-item {
    font-size: 130%;
}

.nav-icon {
    width: 150%;
}

.fill {
    min-height: 86vh;
    height: 100%;
}

.motto-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 12% top;
}

.img-thumbnail {
    padding: 0;
}

.card-custom-body {
    padding: 30px 10px 25px 10px;
}

.card-custom-body2 {
    padding: 37px 10px 18px 10px;
}

.navbar-brand {
    margin-right: 0;
    height: 74px;
}

.remove-underscore {
    text-decoration: none;
}

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

.hide-x-overflow {
    overflow-x: hidden;
}

.navbar {    
    height: var(--navbar-height);
}

.full-y-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.full-y-image-navbar {
    height: calc(100vh - var(--navbar-height)) ;
    width: 100%;
    object-fit: cover;
}

.full-y-container-navbar {
    height: calc(100vh - var(--navbar-height)) ;
}

.y-70-image-navbar {
    height: calc(70vh - var(--navbar-height)) ;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.min-vh-100-navbar-footer {
    min-height: calc(100vh - var(--navbar-height) - var(--footer-height)) ;
}

.w-360 {
    width: 360px !important;
}

.text-megalarge {
    font-size: 80px !important;
}

.active-navbar-item {
    text-shadow: none !important;
    color: #6C3317 !important;
    font-weight: 600 !important;
}
  
.navbar-item:hover {
    text-shadow: none !important;
    color: #6C3317 !important;
}

.bg-white-transparent {
    background-color: rgba(255, 241, 241, 0.5);
}

.larger-text {
    font-size: 30px;  
}

@media (min-width: 768px) {
    .larger-text {
        font-size: 36px !important;  
    }
}

.even-larger-text {
    font-size: 36px !important;  
}
.even-larger-text-2 {
    font-size: 42px !important;  
}

.even-f-larger-text {
    font-size: 42px !important;  
}

.container {
    scroll-margin-top: 100px;
}

.remove-bullets {
    list-style-type: none;      
}

.garage-title {
    clear: both;
    display: inline-block;
    white-space: nowrap;
}

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

.square {
    object-fit: cover;
    aspect-ratio : 1 / 1;
}


.shadow-overlay-top:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    border-top-right-radius: var(--bs-card-border-radius);
    border-top-left-radius: var(--bs-card-border-radius);
}

.shadow-overlay-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: var(--bs-card-border-radius);
    border-bottom-right-radius: var(--bs-card-border-radius);
}

.locked-week-image .locked-week-image-overlay {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vh-80 {
    height: 80vh;
}

.carousel-inner .carousel-item img {
  max-height: 768px;
    width: auto;
}

.selling-page-orange-text {
    color: #ea9632;
}
.selling-page-brown-text {
    color: #5a3218;
}
.selling-page-default-background {
    background-color: #fefaf4;|
}
.selling-page-background-orange-1 {
    background-color: #eecdb0;
}
.selling-page-background-orange-2 {
    background-color: #efe9d9;
}
.selling-page-background-brown {
    background-color: #5a3218;
}
.hearth-selling-page-colour {
    color: #eecdb0;
}

.remove-card-hover:hover {
    box-shadow: none;
    transform: none;
}
.remove-card-hover {
    box-shadow: none;
    transform: none;
}

.font-weight-bold {
    font-weight: bold;
}

.required-label::after {
    content: "*";
    color: red;
    margin-left: 0.2em;
}