.page-footer {
  background-color: #f3f3f2;
  padding-top: 50px;
  padding-bottom: 10px;
}

.page-footer h4 {
  color: #333333;
  font-size: 11px;
  font-weight: bold;
}

.page-footer p {
  color: #888;
  font-size: 11px;
}

.page-footer .footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
  word-break: break-all;
}

.page-footer .footer-links a {
  color: #555;
  font-size: 11px;
}

.page-footer .footer-links li {
  margin-bottom: 5px;
  line-height: 1.3;
}

.page-footer .footer-legal .copyright {
  margin-right: 60px;
}

.page-footer .footer-legal .legal-links .item {
  padding-right: 13px;
  border-right: 1px solid #ccc;
  margin: 0;
  margin-right: 13px;
}

.page-footer .footer-legal .legal-links .item:last-child {
  border-right: none;
}

.page-footer .footer-legal .legal-links .item h5 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}

.page-footer .region {
  margin-bottom: 20px;
}

.page-footer .region a {
  color: #555;
  font-size: 11px;
}

.page-footer .region img {
  margin-right: 7px;
}

@media (min-width: 768px) {
  .page-footer .region {
    margin-bottom: 0;
  }
}

.third-section .container {
  text-align: center;
}

#third-section-content {
  margin-bottom: 15px;
}

.third-section p {
  width: 80%;
  margin: 0 auto;
}
.third-section .third-section-more-link {
  text-decoration: none;
  color: black;
  margin-top: 40px;
}
.third-section-more {
  margin-top: 40px;
  font-size: 20px;
}
.third-section {
  text-align: center;
}

.faculty-staff-section h1{
  text-align: center;
}
.faculty-staff-section h3{
  text-align: center;
  margin-bottom: 25px;
}
.faculty-staff-section .card{
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.faculty-staff-section .faculty-staff-more-link {
  text-decoration: none;
  color: black;
  margin-top: 40px;
}
.faculty-staff-section-more {
  margin-top: 40px;
  font-size: 20px;
}
.faculty-staff-section {
  text-align: center;
}

.navbar #brand {
  color: var(--bs-teal);
  font-size: 30px;
}

.news-section h1 {
  text-align: center;
  margin-bottom: 25px;
}

.news-section .container a {
  text-decoration: none;
  color: rgb(0,0,0);
}

.news-section .news-section-more-link {
  text-decoration: none;
  color: black;
  margin-top: 40px;
}

.news-section {
  text-align: center;
}

.news-section-more {
  margin-top: 40px;
  font-size: 20px;
}

.news-section .card img{
  height: 350px;
}

.first-section .container {
  position: relative;
  margin-top: 45px;
  top: 25%;
}

.second-section .container div {
  position: absolute;
  top: 65%;
  background: rgba(0,0,0,0.3);
  border-radius: 15px;
}

/* About */
.about{
 font-size: 20px;
}

/* Faculty */
.faculty-staff h1{
  text-align: center;
  margin-bottom: 24px;
}
.faculty-staff .card{
  width: 300px;
  height: 350px;
  margin: 0 auto;
  text-align: center;
}