body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* NAVBAR */
.navbar {
  display: flex;
  align-items: center;
  background: #2170B6;
  padding: 0 20px;
}

nav.navbar {
  background: #2170B6 !important;
}

.navbar .nav-item {
  margin-right: 15px; 
}

.logo img {
  height: 50px;
}

.menu {
  list-style: none;
  display: flex;
  margin-left: auto;
  padding: 0;
}

.menu li {
  position: relative;
}

.menu li a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
}

.menu li a.active,
.menu li a:hover {
  background: #444;
}
h5{
    margin-bottom: 15px;

  margin-bottom: 15px;
}


/* Banner */
.banner {
  width: 100%;
  overflow: hidden;
  
}

.banner-img {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/*Main Content*/

/* Title */
.page-title h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}


/* Divider */
hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* Role Section */
.divider h2 {
  background-color: #2170B6;
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 30px 0 15px;
  font-size: 1.3rem;
}

.divider p {
  margin-bottom: 15px;
}

/* School page */
.separator {
  margin: 0 8px;
  color: #000;
}


.quick-link-box {
  position: relative;
  display: flex;
  align-items: flex-end; 
  justify-content: center;
  border-radius: 10px;
  overflow: hidden; 
  min-height: 180px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}


.quick-link-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; 
  z-index: 0;
}
.quick-link-box h5 {
  margin-bottom: 15px;
}

.quick-link-box a.btn {
  align-self: flex-end;
}

/* Hover effect */
.quick-link-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.quick-link-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #007ACC;
  color: white;
  padding: 6px 12px;
  /* smaller padding */
  font-size: 0.95rem;
  /* smaller text */
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.quick-link-label:hover {
  background-color: #005a99;
  text-decoration: none;
}

/* Custom wide button */
.custom-btn {
  background-color: #2170B6;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 25px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  border: none;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  transition: background 0.3s;
  text-decoration: none;
}

.employment-btn{
  background-color: #2170B6;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 25px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  border: none;
  border-radius: 4px;
  display: block;
  margin: 0;
  transition: background 0.3s;
  text-decoration: none;
}
/* Hover effect */
.custom-btn:hover {
  background-color: #1b5c95;
  /* darker blue */
  text-decoration: none;
  color: #fff;
}

/*p{
 text-align: justify;
}
*/

.cecgblue-link a {
  color: #2170B6;
}

/*photo grid*/
.team-section h2 {
  font-weight: bold;
}

.team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.team-card h5 {
  font-weight: 600;
  text-transform: uppercase;
}

.team-card p {
  font-size: 0.9rem;
}

/*TERM DATE TABLE*/
.termdate-table {
  margin-bottom: 2rem;
}

.termdate-table h3 {
  font-size: 14px;
  font-weight: bold;
  color: #0072bc;
  margin-bottom: 8px;
}

.termdate-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.termdate-table th,
.termdate-table td {
  border: 1px solid #d6d6d6;
  padding: 8px 12px;
  text-align: left;
}

.termdate-table th {
  background-color: #eaf3fc;
  color: #0072bc;
  font-weight: bold;
  text-transform: uppercase;
}

.termdate-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}


/* FOOTER */
.footer {
  background: #2170B6;
  color: #fff;
  text-align: left;
  padding: 20px;
}


.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Footer left and right sections */

footer .footer-left a {
  color: #ccc;
  font-size: 0.9rem;
  text-decoration: none;
  
 
}



footer .footer-left-text {
  color: #ccc;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 15px;
}


footer .footer-left a:hover {
  text-decoration: underline;
}



footer .footer-right {
  font-size: 0.9rem;
  color: #ccc;
}

footer .footer-right a {
  color: #ccc;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 15px;
}

footer .footer-right-text {
  color: #ccc;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 15px;
}


footer .footer-right a:hover {
  text-decoration: underline;
}

.dividerspace{
margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .banner img {
    width: 100%;
  }
}