/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.grad-officers {
    background: url("../img/grad-officers.png") center center fixed;
    background-size: cover;
    position: relative;
}

.color-guide {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
.color-swatch {
  width: 150px;
  height: 150px;
  color: white;
  font-family: sans-serif;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.color-swatch .label {
  font-weight: bold;
  margin-bottom: 5px;
}
