/* =============================================
   MOBILE SLIDER FIXES - does NOT affect desktop
   ============================================= */

@media (max-width: 768px) {

    
   /* Alternative: keep title but fix appearance on mobile */
    .jumbotron-content {
        background: rgba(0, 0, 0, 0.55) !important;
        padding: 6px 12px !important;
        border-radius: 4px !important;
    }

    .jumbotron-content__title {
        color: #ffffff !important;
        font-size: 14px !important;
        margin: 0 !important;
    } 
    

} 
 

/* =============================================
   Article / Blog / Product body content only
   Targets CKEditor-rendered content inside
   .hentry__content — does NOT affect menus,
   header, footer, or sidebar
   ============================================= */

.hentry__content,
.hentry__content p,
.hentry__content li,
.hentry__content td,
.hentry__content span {
    color: #2c2c2c !important;
    font-family: 'Georgia', 'Times New Roman', serif !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
}

.hentry__content h1,
.hentry__content h2,
.hentry__content h3,
.hentry__content h4,
.hentry__content h5,
.hentry__content h6 {
    color: #1a1a2e !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 1.5em !important;
    margin-bottom: 0.5em !important;
}

.hentry__content a {
    color: #1a73e8 !important;
    text-decoration: underline !important;
}

.wrapper{
    overflow: hidden;
}

.imageContainer{
  display: flex;
  flex-direction: row;
  gap: 25px;
  width: 200%;
}

.imageContainer .image{
  height: 200px;
  width: 200px;
    background-size: cover;
}

//.image:nth-child(odd){
 // background-image: url('photo2.jpeg')
//}