
#main-content {
    max-width: 100%;
    padding: 0;
}
.hero {
	background: #0075BE;
	width: 100%;
	text-align: center;
	padding: 40px 0 0 0;
}
.hero.bg-image {
	background: #0075BE url("https://www.bentleyfalcons.com/images/2025/8/11/athletics_field_v1.png");
	background-size: cover;
	width: 100%;
	display: block;
	text-align: center;
	padding: 40px 0 0 0;
	min-height: 800px;
}
.hero h1 {
	font-family: 'caecilia', Serif;
	font-size: 2.8em;
	color: white;
	text-transform: uppercase;
	display: block;
}

.hero h2 {
	font-family: arial;
	font-size: 1.8em;
	color: white;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
}

.hero p {
	font-family: arial, sans-serif;
	font-size: 1em;
	color: white;
	max-width: 800px;
	margin: 0 auto 20px;
}

.hero .buttons {
	display: inline-block;
	margin-top: 50px;
}

.hero .buttons a.button {
	background: #f0f0f0;
	padding: 10px;
	font-family: arial, sans-serif;
	color: black;
	border-radius: 8px;
	text-decoration: none;
	margin-right: 20px;
}
.hero .buttons a.button:last-child {
	margin-right: 0;
}

.hero img {
	width: 100%;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.flex-item {
  flex: 1 1 calc(50% - 0.5rem); /* two items per row */
  background-color: #f0f0f0;
  box-sizing: border-box;
  text-align: left;
}

.flex-item.white {
  background-color: white;
}

.flex-item img {
  width: 100%;         /* fills the column */
  max-width: 612px;    /* optional limit */
  height: auto;
  display: block;
}

.flex-item.small img {
  width: 100%;         /* fills the column */
  max-width: 400px;    /* optional limit */
  height: auto;
  display: block;
  margin: 0 auto;
}

.flex-item .leader-title {
	font-family: 'caecilia', serif;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: 800;
	margin: 10px 0 0 0;
	line-height: 1.1em;
}

.flex-item p, 
.flex-item ul {
	font-family: arial, sans-serif;
	font-size: 1em;
	margin: 20px 0 20px 0;
	max-width: 500px;
}

.flex-item p.tight {
	margin: 0 0 0 40px;
}

.flex-item .year {
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: 800;
	margin: 20px 0 0 40px;
	max-width: 500px;
}

.flex-item ul li {
	margin: 0 0 10px 0;
}

/* Optional: make it responsive */
@media (max-width: 600px) {
  .flex-item {
    flex: 1 1 100% !important; /* stack on small screens */
  }
}

.flex-item-two {
  flex: 1 1 calc(50% - 0.5rem); /* two items per row */
  background-color: #fff;
  box-sizing: border-box;
  text-align: left;
}

.flex-item-two img {
  width: 100%;         /* fills the column */
  max-width: 600px;    /* optional limit */
  height: auto;
  display: block;
}

.flex-item-two a {
	font-size: 1.2em;
	display: inline-block;
	margin: 10px 0 0 0;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

.flex-item-two a:hover {
	text-decoration: underline;
}

.flex-item-two h2 {
	font-family: 'caecilia', Serif;
	font-size: 1.6em;
}

/* Optional: make it responsive */
@media (max-width: 600px) {
  .flex-item-two {
    flex: 1 1 100%; /* stack on small screens */
  }
}

.flex-item-three {
  flex: 1 1 calc(33.333% - 0.67rem); /* three items per row */
  box-sizing: border-box;
  text-align: left;
}

.flex-item-three.gray {
  flex: 1 1 calc(33.333% - 0.67rem); /* three items per row */
  background-color: #f0f0f0;
  box-sizing: border-box;
  text-align: left;
}

.flex-item-three img {
	width: 400px;
}

.flex-item-three h2 {
	font-family: 'caecilia', Serif;
	font-size: 1.6em;
}

/* Optional: make it responsive */
@media (max-width: 600px) {
  .flex-item-three {
    flex: 1 1 100%; /* stack on small screens */
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 1.5rem; /* space between items */
  padding: 1rem;
  max-width: 1000px;
  margin: 50px auto 0;
}

.grid-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-item img {
  width: 250px;
  height: auto;
  display: block;
  max-width: 130px;
  margin: 0 auto;
}

.grid-item.vertical img {
  max-height: 70px;
}

.grid-item p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #333;
}

.grid-content {
	display: flex;
	flex-direction: column;
	align-items:;
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .buttons {
  	margin: 20px 0 30px;

  }
  a.button {
  	display: block;
  	margin: 10px 0 !important;
  }
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex-item .flight-title {
	display: flex;
	align-items: flex-start;
	font-family: 'caecilia', serif;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0 0 0 30px;
	line-height: 1.9em;
}

.flex-item .flight-title span {
	font-size: 2.8em;
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
}

.flex-item p, 
.flex-item ul {
	font-family: arial, sans-serif;
	margin: 10px 0 0 30px;
	max-width: 500px;
}

.flex-item p.tight {
	margin: 0 0 0 30px;
}

.flex-item .year {
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: 800;
	margin: 20px 0 0 30px;
	max-width: 500px;
}

.flex-item ul li {
	margin: 0 0 10px 0;
}

/* Optional: make it responsive */
@media (max-width: 600px) {
  .flex-item {
    flex: 1 1 100%; /* stack on small screens */
  }
  /* Flip order on mobile for the second row only */
  .reverse-on-mobile .flex-item:first-child {
    order: 2;
  }

  .reverse-on-mobile .flex-item:last-child {
    order: 1;
  }

  .flex-item .flight-title {
  	font-size: 2em;
  }
}

.flex-item-four{
  flex: 1 1 calc(25% - 0.75rem); /* two items per row */
  box-sizing: border-box;
  text-align: center;
}

.flex-item-three.small img {
  width: 100%;         /* fills the column */
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.flex-item-four img {
  width: 250px;         /* fills the column */
  height: auto;
  display: block;
  margin: 0 auto;
}

.flex-item-four h2 {
	font-family: 'caecilia', Serif;
	font-size: 1.6em;
}

/* Optional: make it responsive */
@media (max-width: 600px) {
  .flex-item-three,
  .flex-item-four {
    flex: 1 1 100%; /* stack on small screens */
    text-align: center;
    margin: 20px 0 0 0;
  }
}

.speaker {
	font-family: 'caecilia', serif;
	font-size: 1.6em;
	font-weight: 800;
	text-align: center;
}

.speaker a {
	color: black;
	text-decoration: none;
}
.speaker a:hover {
	color: #0075BE;
	text-decoration: underline;
}

.career-lifecycle {
	background: black;
	text-align: center;
}
.career-lifecycle img {
    width: 100%;
	max-width: 1000px;
	margin: 20px auto;
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* space between each row */
  font-family: arial, sans-serif;
  max-width: 1000px;
  margin: 50px auto 50px;
}

.media-item {
  display: flex;
  align-items: center;
  gap: 1rem; /* space between image and text */
}

.media-item img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  border-radius: 4px; /* optional rounding */
}

.media-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.4;
}

.get-started {
	background: #f0f0f0;
	text-align: center;
	padding: 40px 0 0 0;
}

.get-started h2 {
	font-family: 'caecilia', Serif;
	font-size: 2.5em;
	margin: 0;
}
