/* ----- HistoWC Custom CSS ----- */

#contact-fram, #content-fram {
    width: 768px;
    max-width: 100%;
  height:1800px;
    margin: 0 auto; /* Centers horizontally */
    display: block;
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    #contact-fram, #content-fram {
        width: 340px;
        height:2000px;
    }
}


div.pdfdl-wrap { display:flex; justify-content:space-around;
				position:relative; left:0; top:0; }
div.pdfdl-each { margin:10px; margin-right:0px; 
				font-size:11px; text-align:center;
				background-color: white;} 
.pdfdl-img { max-width:48px; }
.hide-spanish { display:none; }
.show-spanish { display:block; }
.pdffram-fram { margin:10px; border:3px solid fuchsia;  }

.vidWrap { }
.vidEach { }
.vidFram { }

.uk-section { padding-top:30px; padding-bottom:30px; }


.tm-toolbar-default { background: #9f2995; }

.tm-toolbar-default, .uk-card-primary.uk-card-body, .uk-card-primary>:not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary>:not([class*=uk-card-media]), .uk-light, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(255, 255, 255, 1);
}
.tm-toolbar-default .uk-subnav>*>:first-child, .uk-card-primary.uk-card-body .uk-subnav>*>:first-child, .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child, .uk-card-secondary.uk-card-body .uk-subnav>*>:first-child, .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child, .uk-light .uk-subnav>*>:first-child, .uk-overlay-primary .uk-subnav>*>:first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child {
    color: rgba(255, 255, 255, 1);
}

img.divisionLink { height:100px; }
.divisionLink:hover { background-color:#FFFFE0; height:100px; }

/* ----- HistoWC Custom END ----- */