/* #home-section { */
/*   background: white; */
/*   color: #fff; */
/*   font-weight: 400; */
/*   padding-top: 0rem; */
/* } */

#home-section {
  background: url("../images/golden_cat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
}

#home-section .dark-overlay {
  position: absolute;
  top: 1;
  left: 0;
  width: 100%;
  min-height: 500px;
  background: rgba(0, 0, 0, 0.30);
}

#home-section .home-inner {
  padding-top: 50px;
}

#home-section .home-inner {
  color: white;
}

#home-section .home-inner .card {
  color: gray;
}

.container-white {
  background: white;
  color:black
}

.container-dark {
  color: gray;
  background: #f0f0f0;
}

.dark {
  background: #f0f0f0;
}


.cookie-banner a {
  color: white;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100px;
  opacity: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  background-color: #517592;
  color: white;
  border-radius: 0px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

#close-cookie-consent {
  height: 1.5rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.navbar-nav>li {
  padding-left: 30px;
  padding-right: 30px;
}


.container {
  max-width: 1200px;
}


.blu {
  background: blue;
}

.redd {
  background: red;
}

.yaller {
  background: yellow;
}


.board-headshot {
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(240, 240, 240);
  height: 250px;
}

.faculty-headshot {
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(240, 240, 240);
  height: 150px;
}



.lms-container {
  padding: 30px;
  background-color: #ededed;
}

.marketing-callouts {
  margin-top: 30px;
}



.course-section {
  font-weight: bold;
}

.course-name {
  font-style: italic;
}

.sacn5-j-image {
  height: 400px;
  background: url("/assets/images/textbook_scope_web-dece921e.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.teaching-j-image {
  height: 400px;
  background: url("/assets/images/teaching_web-0446abc6.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.lc-j-image {
  height: 500px;
  background: url("/assets/images/lc_dark-60600c5b.jpg");
  background-size: cover;
  background-position: 0 50%;
  margin-bottom: 0px;
}

.qc-j-image {
  height: 400px;
  background: url("/assets/images/vet_tablet_cat-9f80f8c3.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.contact-j-image {
  height: 400px;
  background: url("/assets/images/kitten_phone_web-15ce3fff.jpg");
  background-size: cover;
  background-position: 0 50%;
}

.about-j-image {
  height: 500px;
  background: url("/assets/images/vet_cat_web-2c391ee4.jpg");
  background-size: cover;
  background-position: 0 50%;
}




.mmi-blue-on-white {
  color: black;
}

.white-text {
  color: white;
}

.bold-white-text {
  color: white;
  font-weight: normal;
}

.dark-gray-text {
  color: #808080;
}

.mmi-footer {}

.mmi-blue-text {
  color: #517592;
}

.black-text {
  color: black;
}

b {
  color: black;
}

/* Content Sections */
.section {
  padding: 4rem 0;
}

.section-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.text-content {
  max-width: 800px;
  margin: 0 auto;
}

/* .text-content h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
} */

.text-content h3 {
  text-align: center;
}

.image-placeholder {
  background: #ddd;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #666;
}

/* Button Styles */
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 15px;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .section-content {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}


/*
 * Extra utilities
 */

.flex-equal>* {
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}
