.logo-section {
  background-color: white;
}

.logo-section2 {
  font-size: 12px;
}

@media (max-width:376px) {
  .logo-section2{
    font-size: 10px;
  }
  
}

li .nav-border {
  border: 2px solid white;
  border-top: none;
  border-bottom: none;
  border-right: none;
  width: 170px;
  padding: 13px;
  align-items: center;
  text-align: center;
  margin: auto;
}

li .nav-border2 {
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
  width: 170px;
  padding: 13px;
  align-items: center;
  text-align: center;
  margin: auto;
}

ul .explore {
  background-color: #AF0505;
  color: white;
}

li.explore {
  background-color: #AF0505;
}

@media (max-width: 768px) {
  li .nav-border {
    width: 100%;
    border: none;
    padding: 10px;
  }
}

.email-border2 {
  width: 200px;
  text-align: start;
  align-items: center;
}

@media(max-width:768px) {
  .email-border {
    display: none;
  }
}

@media(max-width:768px) {
  .email-border2 {
    display: none;
  }
}

.nav-section {
  background-color: #AF0505;
}

.logo-image {
  height: 70px;
}

.danger {
  background-color: #AF0505;
  color: white;
}

.admin {
  color: #d60000;
}

a.enroll {
  border: 2px solid #d60000;
  background-color: #d60000;
  color: white;
  padding: 5px;
  border-radius: 10px;
  width: 150px;
  text-align: center;

}

#ward {
  background-color: #FFC1C1;
  border: 2px solid #FFC1C1;
  padding: 50px;
  border-radius: 10px;
}

.ward2 {
  text-decoration: none;
  color: white;
  border: 2px solid #500000;
  padding: 7px;
  background-color: #500000;
  margin-bottom: 100px;
  border-radius: 10px;
}

.ward2:hover {
  text-decoration: none;
  color: white;
  border: 2px solid black;
  padding: 7px;
  background-color: black;
  margin-bottom: 100px;
  border-radius: 10px;
}

.ward3 {
  color: #333333;
}

.footer-section {
  background-color: #500000;
  border-radius: 10px;
  padding: 30px;
}

.icon-social {
  color: white;
}

.icon-social2 {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.icon-social3 {
  font-size: 20px;
  color: white;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}

.quick2 {
  text-decoration: none;
  color: white;
}

.icon-social,
.icon-social2,
.quick2 {
  font-size: 14px;
}

.icon-social3 i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.icon-social3:hover i {
  transform: scale(1.2);
}

.second-hero {
  background-image: url('../image/Rectangle\ 338\ \(6\).png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  width: 100%;
  padding: 5rem;
  color: white;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
}

.button-class {
  background-color: #C8C7C7;
  border: 2px solid #C8C7C7;
  padding: 4px;
  border-radius: 10px;
  width: 80px;
  color: white;
  cursor: pointer;
}

.button-class {
  background-color: #C8C7C7;
  border: 2px solid #C8C7C7;
  padding: 4px;
  border-radius: 10px;
  width: 80px;
  color: white;
}


.button-class:hover {
  background-color: black;
  border: 2px solid black;
}

.button-class2 {
  background-color: #C8C7C7;
  border: 2px solid #C8C7C7;
  /* background-color: #990100; */
  /* border: 2px solid #990100; */
  padding: 4px;
  border-radius: 10px;
  width: 80px;
  color: white;
  cursor: pointer;
}

.button-class2:hover {
  background-color: black;
  border: 2px solid black;
}

.button5 {
  border: 1px solid #990100;
  /* background-color: #990100; */
  color: black;
  width: 100px;
  text-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 5px;
  border-radius: 7px;
}

.button5:hover {
  border: 1px solid #990100;
  background-color: whitesmoke;
  color: black;
}

.button6 {
  border: 1px solid #990100;
  width: 100px;
  text-align: center;
  align-items: center;
  color: black;
  text-decoration: none;
  padding: 5px;
  border-radius: 7px;
}

.button6:hover {
  border: 1px solid black;
  background-color: white;
  color: black;
}

.button7 {
  border: 1px solid #AF0505;
  width: 120px;
  text-align: center;
  align-items: center;
  color: black;
  text-decoration: none;
  padding: 5px;
  border-radius: 7px;
}

.button7:hover {
  border: 1px solid black;
  background-color: white;
  color: black;
}

.filtered {
  background-color: #990100;
  color: white;
}

.latest {
  color: #AF0505;
  border: 2px solid #AF0505;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 130px;
}

.latest-post {
  background-color: #C8C7C7;
}