/*Supplemental style sheet for WSR website*/
/*Created Sept 29 2025*/

.content_centered {
//  line-height: 1.25em;
  padding-left:0em;
  padding-right:0em;
}

.content {
  width: 990px;
}

.center-content {
  width: 990px;
}

.footer-legal-content {
 width: 990px;
}

.location-breadcrumb {
 padding-left: .5em;
}

.slider-description-small {
  position: absolute;
  bottom: .75em;
  left: 1em;
  color: white;
  font-size: 105%;
  font-style: italic;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}


.slider-highlight {
  position: static;
}

.slider-left {
 left: 0em;
}

.slider-right {
 right: 0em;
}

.image-darken {
// padding-top: 20px;
}	


       .container {
            display: flex;
//            gap: 20px;
//            max-width: 1200px;
//            margin: 0 auto;
        }

        .sidebar {
            flex: 0;
	    display: none;
//            background-color: #f0f0f0;
//            padding: 20px;
//            border-radius: 8px;
        }

        .main-content {
            flex: 4;
//            background-color: #e8f4f8;
//            padding: 1em;
//            border-radius: 8px;
        }
        .container-small {
          display: flex;
	}
	.left-small {
	  flex: 1;
          text-align: center;	  
	}
        .right-small {
	  flex: 1;	
	  text-align: center;
	}	

	#home_page_content ul {
	    margin: 0px;	
	}   	 
	ul.ulist li {
	    text-align: left;	
	    font-size: 110%;
	}
	.titleb {
	 padding-bottom: .25em;
	 padding-top: .75em;
	}
        div.titlea {
	 padding-top: .75em;
         padding-bottom: .25em;	 
	}	
        h2 {
            margin-bottom: 0px;
            color: #333;
	    text-align: center;
        }

        p {
            line-height: 1.6;
            color: #666;
        }


 h1 {
            color: #333;
            font-size: 2em;
            font-weight: 600;
	    text-align: left !important;
            margin-bottom: 30px;
//	    padding-left: .25em;
            transition: opacity 0.3s ease;
        }
        
	.rowc {
	    padding-left: .5em;
            padding-right: .5em;	    
	} 
        .image-container {
            width: 100%;
            height: 450px;
            border-radius: 8px;
            overflow: hidden;
            background: white;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
        }
        
        #rotatingImage {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: opacity 0.5s ease;
        }
        
        .controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            margin-top: 25px;
        }
        
        button {
            background: white;
            color: #555;
            border: 1px solid #ddd;
            padding: 12px 24px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.2s ease;
        }
        
        button:hover {
            background: #f9f9f9;
            border-color: #ccc;
        }
        
        .dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 20px;
        }
        
        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background: #666;
            width: 24px;
            border-radius: 4px;
        }




