/* Custom styles for Bau & Rein Family website */

/* Fix for logo size in sticky header */
html.sticky-header-active #header .header-logo img {
    width: 123px !important;
    height: 64px !important;
}

/* Ensure header container maintains proper height */
html.sticky-header-active #header .header-container {
    min-height: 85px;
}

/* Floating Social Media Icons */
.floating-social-icons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 5px;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

.floating-social-icons .social-icons li {
    display: block;
    margin: 5px;
}

.floating-social-icons .social-icons li a {
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
}

.floating-social-icons .social-icons li a:hover {
    transform: translateX(-5px);
}
