.ml5 {
    margin-left: 5px !important;
}

.logo-float {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    /* higher than navbar */
    width: 120px;
    /* adjust as needed */
    height: auto;
    pointer-events: none;
    /* optional: allows clicks to pass through */
}

.logo-over-navbar {
    position: absolute;
    top: 0;
    /* adjust as needed for vertical placement */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    /* higher than navbar */
    width: 120px;
    /* adjust as needed */
    height: auto;
    pointer-events: auto;
}

body {
    position: relative;
    min-height: 100vh;
    background-color: #fff !important;
}

.navbar {
    position: relative;
    z-index: 1000;
}
.blurb {
    font-size: 0.9em;
}
.tiny {
    font-size: 0.4em;
}
.small-6 {
    font-size: 0.6em;
}
.smaller {
    font-size: 0.8em;
}
h5.foot-tree-topper {
    line-height: 0.9em;
}

.christmas-bow {
    color: #ee272f !important;
}

.bold {
    font-weight: bold !important;
}

.img-right-float {
    float: right;
    margin-left: 1em;
    /* optional, adds space between image and text */
}

.christmas-wreath {
    color: #003300 !important;
}

a.christmas-wreath {
    color: #003300 !important;
    font-weight: bolder !important;
}

a.christmas-wreath:hover {
    color: #ee272f !important;
    transition: color 0.3s ease;
}

.christmas-card {
    border-color: #351b0c !important;
}

.christmas-tree {
    color: #00805e !important;
}

.christmas-tree-bk {
    background-color: #00805e !important;
}

.christmas-tree-bark {
    background-color: #351b0c !important;
}

.christmas-tree-white-frame {
    border: 5px solid #fff !important;
    padding: 15px;
}

.christmas-tree-green-frame {
    border: 5px solid #003300 !important;
    padding: 15px;
}

.christmas-frost {
    background-color: #fff !important;
}

.christmas-tree-faded-photo {
    background-color: #fefdf7 !important;
}

.icing {
    border-color: #fefdf7 !important;
}

.frosted-christmas-tree {
    color: #bbcfbb !important;
}
.frosted-christmas-tree-faded-bk {
    background-color: #bbcfbb !important;
}

.frosted-christmas-tree-bk {
    background-color: #edffed !important;
}

.iced-christmas-cookie {
    color: #e9ede9 !important;
}

.christmas-cookie {
    color: #e9ede9 !important;
}

.iced-christmas-cookie-bk {
    background-color: #fef7e5 !important;
}

.christmas-cookie-bk {
    background-color: #e9ede9 !important;
}
.christmas-tinsel-bk {
    background-color: #efefef !important;
}

.bg-dark {
    background-color: #003300 !important;
}

.bg-dark p {
    color: #e9ede9 !important;
}

.footer-wrapper {
    background-color: #003300 !important;
}

.page-footer {
    background-color: #003300 !important;
    max-height: fit-content;
    padding-left: 0;
    padding-right: 0;
}

.christmas-tree-icon {
    width: 43px;
    height: 51px;
}
.christmas-page-content {
    padding: 50px !important;
}
.christmas-page-following-content {
    padding-left: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 50px !important;
    padding-top: 20px;
}

.christmas-tree-wood {
    background-image: url("../images/wood_bar.jpg");
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 50px;
    /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid linen;
}

.christmas-tree-santa-lead {
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: lighter;
    color: #003300 !important;
}
.special-gift {
    text-wrap: none;
}

/* --- Corrected styles for the navigation bar logo --- */

.logo-box {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1.5px solid #00805e;
    width: fit-content;
    color: #e9ede9;
    padding-right: 7px;
    margin-left: 7px !important ;
}

.logo-box img {
    height: 60px;
    width: auto;
}

.logo-box .logo-text {
    line-height: 1.2;
}

.logo-box .logo-title {
    font-size: 1.2em;
    font-weight: bold;
}

.logo-box .logo-text .tiny {
    display: block;
    font-size: 0.8em;
}
