

.footer{
    background: #1e2a38 !important;
}
.license-plate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: #fff;
    border: 5px solid #000;
    border-radius: 8px;
    padding: 20px 25px;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "DIN Condensed", "Impact", "Arial Black", sans-serif;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    width: auto;
    min-width: 280px;
    text-align: center;
    line-height: 1.1;
    height: 175px;
}

.plate-size-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: #fff;
    border: 3px solid #000;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "DIN Condensed", "Impact", "Arial Black", sans-serif;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    width: 175px;
    text-align: center;
    line-height: 1.1;
    height: 95px;
}
header .nav-link{
    text-shadow: 0.02rem 0.01rem chocolate !important;
}
.bg-header {
    padding: 0;
    /*background: linear-gradient(1deg, #574907, #766209, #f3c911);*/
    background: linear-gradient(to right, #e5c737, #ffd400, #ffd400);
    /*background: url('/assets/img/golden.webp');*/
    background-size: 200% 200%;
    animation: goldShine 8s ease infinite;
    /*box-shadow: 0 .5rem 0.8rem rgb(220 175 98), inset 0 -1px rgb(220 174 97);*/
}
.offcanvas.show{
    background: linear-gradient(to right, #e5c737, #ffd400, #ffd400);
}
.bd-masthead {
    padding: 3rem 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-primary-rgb: 13, 110, 253;
    --bd-accent-rgb: 255, 228, 132;
    --bd-violet-rgb: 113, 44, 249;
    --bd-pink-rgb: 214, 51, 132;
    background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), .01), rgba(var(--bs-body-bg-rgb), 1) 85%), radial-gradient(ellipse at top left, rgb(196 168 30), transparent 50%), radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), .5), transparent 50%), radial-gradient(ellipse at center right, rgb(220 174 98), transparent 50%), radial-gradient(ellipse at center left, rgb(233 168 239), transparent 50%);
}
