body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #ffa100; color: #333333;}
h1, h2, h3, h4, h5 {font-family: 'Nunito Sans',Verdana,sans-serif; }
h6 {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

.main-navigation .navigation>li>ul {background-image: linear-gradient(120deg,  #cc2c55, #ce3630);}

.main-header__site-title a {font-family: 'Nunito Sans',Verdana,sans-serif; font-weight:normal;}

.site-page-about .blocks, .site-page-events .blocks {max-width:1000px; margin:auto;}

a {color: #190f69;}
hr {background-color: #ed7e65;}
a.button:hover {color: #aad4d9;}

.banner, #main-content {background-color: #ffffff;}

.breadcrumbs {
background-color:#fff;
padding: 10px 0;
}

/* */
.main-header {
    padding: 10px 0;
    min-height: auto;
}

.main-header img {
    max-height: 60px;
    width: auto;
}

#main-content {
    padding-top: 20px;
}

.banner {
    padding: 10px 0;
}
/* */

.main-footer__top  {background-color: #ffa100; color: #251f20;}
.main-footer__bottom {background-color: #0055A2;}

.main-footer__top-container  {
max-width:500px;
}
@media(min-width: 1024px) {
.main-footer__top-container  {
max-width:1200px;
}
}

.main-footer__col1,  .main-footer__col2 , .main-footer__col3 {max-width:500px; ,margin-auto}
.main-footer__col1 img {max-width:100%;}

.main-footer__col2 .navigation>li {max-width:none;}
.main-footer__col2 .navigation a, .main-footer__col2 .navigation a:visited, .main-footer__col2 .navigation a:hover {color: #251f20; font-size:1.2em;}

.main-footer__top-container>div:nth-child(2)::before, .main-footer__top-container>div:nth-child(3)::before {background-color:#ce3630;}

.menu-drawer {background-image: linear-gradient(120deg,  #cc2c55, #ce3630);}

.menu-drawer .navigation-controls a::before {filter:none;}
.menu-drawer .navigation-controls {background-color:transparent; color:#fff; font-size:1em; margin-top:10px;}
.menu-drawer .navigation-controls a {color:#fff !important;}

.menu-drawer .menu-container a {
color:  #fff;;
border-bottom: 0;
}

.menu-drawer .menu-container li.active a {
color: #fff;
}

.carousel-1032, .home-carousel,  .carousel-block, .slick-slide {
padding:0;
}

.home-carousel button {
    display: none !important;
}

.top-of-carousel {
    height: 200px;
    position: relative;
    top: -200px;
    color: #fff;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 600px;
}
.top-of-carousel h2 {
color:#fff;
margin-bottom: 0;
}


.event {
border-radius:8px;
padding: 20px;
margin:0 auto 20px;
color:#fff;
background-image: linear-gradient(120deg,  #cc2c55, #ce3630);
max-width:1000px;
}
.event  h2 {
color: #fff;
font-weight: bold;
}
.event p {
font-size:1.2rem;
}
nav.sub-menu {display:none;}
nav.sub-menu ul {display:flex; width:100%; list-style:none;  justify-content:center;  padding:0; }

nav.sub-menu ul li {background-image: linear-gradient(130deg,    #ed7e65, #cc2c55); padding: 10px 20px; font-size:1.2em; margin: auto; border-radius:3px; flex-basis:20%; text-align:center;
}
nav.sub-menu ul li a {color:#fff; text-decoration:none;}

.page-layout-normal .drop, .drop {
text-align:center;
font-size:1.5em;
border-radius:8px;
padding: 20px;
margin:20px auto 40px;
color:#fff;
background-image: linear-gradient(120deg,  #cc2c55, #ce3630);
max-width:800px;
}
.drop p {
margin-bottom:0px;
}

.drop  h2 {
color: #fff;
font-weight: bold;
}

.drop a, .drop a:visited {
    color:#fff;
} 

.drop a:hover {
     color:#fff;
} 


/*.page-layout-normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}*/

.page-layout-normal .card, .card {
    background-image: url("https://exhibits.sjsu.edu/files/asset/578d457924765b3de0cf1023d31236b74f6c1076.png");
    padding: 150px 0;
    text-align: center;
    background-position: center;
    background-size: 55%; 
    background-repeat: no-repeat;
    width: 30%;  
    display: inline-block;
    margin: 1.5%;  
    vertical-align: top;  
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}


@media(max-width: 900px) {
    .page-layout-normal .card, .card {
        width: 45%; 
        margin: 2%;
    }
}

@media(max-width: 600px) {
    .page-layout-normal .card, .card {
        width: 90%;  
        margin: 5% auto;
    }
}

.card h2 {
margin-bottom: 0px;
font-size:3em;
letter-spacing:0.1em
}
@media(max-width: 700px) {
#main-content  {
padding-top:.5rem;
}
.card {
padding:100px 0;
margin-bottom:50px;
}
.card h2{
font-size:2em;
}
}

.card h2 a {
text-decoration:none;
text-wrap: nowrap;
color: #190f69;
background: rgba(255, 255, 255, .8);
padding: 0 20px;
border-radius:80px;
transition: all 1000ms, color 500ms;
}
.card h2 a:hover {
background: #190f69;
color:#fff;
}
.card h3 a {
text-decoration:none;
text-wrap: nowrap;
color: #190f69;
padding:0 10px;
border-radius:5px;
background: rgba(255, 255, 255, .7);
transition: all 1000ms, color 500ms;
-webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
-moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
}
.card h3:hover a {
background: #190f69;
color:#fff;
-webkit-box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
-moz-box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
}

.card h4 {
    text-decoration: none;
    text-wrap: nowrap;
    color: #190f69;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .7);
    transition: all 1000ms, color 500ms;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
    box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
    width: 80%;
    margin: auto;
}

.card h4:hover {
    background: #190f69;
    color: #fff;
    -webkit-box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
    -moz-box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
    box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
}
.card .h4 a, .card h4:hover a {
    color:inherit;
}


.card-container h4 a {
    text-decoration: none;
    text-wrap: nowrap;
    color: #190f69;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .7);
    transition: all 1000ms, color 500ms;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
    box-shadow: 0px 0px 5px 5px rgba(255,255,255,0.6);
}

.card-container h4:hover a {
    background: #190f69;
    color: #fff;
    -webkit-box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
    -moz-box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
    box-shadow: 0px 0px 12px 12px rgba(25,15,105,1);
}

.resource-grid .resource {
box-shadow: 0px 1px 6px rgba(25,15,105,.25);
}
.resource-grid .resource__thumbnail {
background-image: linear-gradient(120deg, #ed7e65, #ffa100);
 line-height: 0;
}

.resource__thumbnail a img {
transition: all 500ms;
}

.resource__thumbnail a:hover img {
filter: opacity(0.7);
}
div.center div.attachments {
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:2px;
}
.center.file .item {
flex-basis:450px;
max-height:300px;
overflow:hidden;
}
.toc-block ul.navigation {
display:flex;
justify-content:center;
flex-wrap:wrap;
padding:0;
}
.toc-block>ul>li:before {
content:none !important;
}
.toc-block>ul>li {
flex-basis:100%;
text-align:center;
height:200px;
}


.toc-block>ul>li {
background-image: url("https://exhibits.sjsu.edu/files/asset/117bdd20a35759ba33c21be6b0ef0707b8622643.jpg");
background-attachment:fixed;
  background-position: center;
  background-repeat: no-repeat;
background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (pointer: coarse)  {
.toc-block>ul>li {
background-attachment: scroll;
}
}
.inaugural>.toc-block>ul>li:nth-child(2) {
background-image:url("https://exhibits.sjsu.edu/files/asset/db083d0c670961c9b1a1ffe47048214856375cc0.jpg");
}
.inaugural>.toc-block>ul>li:nth-child(3) {
background-image:url("https://exhibits.sjsu.edu/files/asset/59e0ecc001b65b3b55112671c10d9429ba6eded1.jpg");
}
.inaugural>.toc-block>ul>li:nth-child(4) {
background-image:url("https://exhibits.sjsu.edu/files/asset/8fd860e39d3a7974ed4276cf3f18b2a192dd582b.jpg");
}

.spartans>.toc-block>ul>li:nth-child(1) {
background-image:url("https://exhibits.sjsu.edu/files/asset/ac8bd559d5d2d57169d996b74ad0adf96eaa6f12.jpg");
}
.spartans>.toc-block>ul>li:nth-child(2) {
background-image:url("https://exhibits.sjsu.edu/files/asset/26fba2225d0aed9a34e350c61a9c00795dd14798.jpg");
}
.spartans>.toc-block>ul>li:nth-child(3) {
background-image:url("https://exhibits.sjsu.edu/files/asset/808c86186b1864eda2fb7681d3b3c4a650553036.jpg");
}
.spartans>.toc-block>ul>li:nth-child(4) {
background-image:url("https://exhibits.sjsu.edu/files/asset/06b3585edd4a7b435d22e4c86a217d30cb57cf84.jpg");
}


.toc-block>ul>li a, .toc-block>ul>li a:visited {
color:#fff;
text-decoration:none;
font-size:4em;
filter: drop-shadow(5px 5px 10px #000000);
}
audio {
border-radius: 0;
background-image: linear-gradient(120deg,  #cc2c55, #ce3630);
width:100%;
max-width:600px;
}
audio::-webkit-media-controls-enclosure {
background: transparent;
border-radius: 0;
}
audio::-webkit-media-controls-panel  {

background-image: linear-gradient(120deg,  #f7dbe2, #f7dfde);

}

.img-carousel {
  background: linear-gradient(120deg,  #f7dbe2, #f7dfde);
}

.audio-container {
      position: relative;
      width: 200px;
      height: 200px;
      overflow: hidden;
    }

    .audio-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .audio-container:hover .play-button {
      opacity: 1;
    }

    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      background-color: rgba(0, 0, 0, 0.7);
      color: white;
      border: none;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .play-button:hover {
      background-color: rgba(0, 0, 0, 0.9);
    }

    .play-button::before {
      content: '\25BA'; /* Unicode for play symbol */
      font-size: 20px;
    }


.event-with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 20px;
    gap: 30px;
}

.event-with-image .event-content {
    flex: 1;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    background-image: linear-gradient(120deg, #cc2c55, #ce3630);
}

.event-with-image .event-image {
    flex: 1;
    height: 100%;
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.event-with-image .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-with-image h2 {
    color: #fff;
    font-weight: bold;
}

.event-with-image p {
    font-size: 1.2rem;
}

@media(max-width: 768px) {
    .event-with-image {
        flex-direction: column;
    }
    
    .event-with-image .event-image {
        width: 100%;
        min-height: 200px;
    }
}

.event-with-image-2-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 20px;
    gap: 30px;
}

.event-with-image-2-1 .event-content {
    flex: 2;  /* Takes up 2/3 of the space */
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    background-image: linear-gradient(120deg, #cc2c55, #ce3630);
}

.event-with-image-2-1 .event-image {
    flex: 1;  /* Takes up 1/3 of the space */
    height: 100%;
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.event-with-image-2-1 .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-with-image-2-1 h2 {
    color: #fff;
    font-weight: bold;
}

.event-with-image-2-1 p {
    font-size: 1.2rem;
}

@media(max-width: 768px) {
    .event-with-image-2-1 {
        flex-direction: column;
    }
    
    .event-with-image-2-1 .event-image {
        width: 100%;
        min-height: 200px;
    }
}
