/* ----- HistoGX Custom CSS ----- */

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

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


.tm-toolbar-default .uk-subnav>*>:first-child {
    color: rgba(255, 255, 255, .99); }

.tm-toolbar-default .uk-subnav>*>a:hover, .uk-subnav>*>a:hover {
    color: #fff; text-decoration:underline; }

.uk-navbar-nav>li>a {
    color: #60769a; font-weight:700; }
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-size: 16px; }

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 { width:100%; margin:0 auto; text-align:center; }
.vidEach { }
.vidFram { }

.uk-button-primary > a { color:#ffffff; }

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

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

/* ----- HistoGX Custom END ----- */