/* Portfolio Hero Section */
.portfolio-hero {
  background-color: #01193f;
}

.portfolio-hero-container {
  width: 100%;
  height: 400px;
}

@media (min-width: 640px) {
  .portfolio-hero-container {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .portfolio-hero-container {
    height: 600px;
  }
}

.portfolio-map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.9;
}

@media (min-width: 640px) {
  .portfolio-map-image {
    object-position: center center;
  }
}

.portfolio-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* School Card Ornament */
.school-card-ornament {
  width: 64px;
  height: 64px;
}

@media (min-width: 640px) {
  .school-card-ornament {
    width: 80px;
    height: 80px;
  }
}
