* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}

#wpadminbar {
  overflow: visible;
}

#wpadminbar * {
  overflow: visible;
}

body {
  font-family: var(--poppins);
}
:root {
  /*-------- colors ---------*/
  --maroon: #7b1113;
  --yellow: #fdb91a;
  --dark: #111111;
  --dark-gray: #3f3f3f;
  --light-gray: #9b9b9b;
  --light: #f1f1f1;
  /*-------- colors ---------*/

  /*-------- fonts ---------*/
  --poppins: "Poppins", sans-serif;
  /*-------- fonts ---------*/
}
/*-------- global ---------*/
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--dark);
}
h4 {
  font-size: 17px;
  font-weight: 500;
  color: var(--dark);
}
hr {
  width: 90%;
  display: flex;
  align-items: center;
  margin: auto;
}
button.cta-btn {
  border: none;
  border-radius: 2rem;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
/*-------- global ---------*/

/*-------- banner ---------*/
.banner-container {
  background-color: var(--light);
  width: 100%;
  margin: auto;
}
.banner-container .banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  padding: 0.75rem 0;
}
.banner-container .banner .logo-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.banner-container .banner .ovcsa-title-container {
  padding-left: 0.5rem;
  flex: 1;
}
.banner-container .banner .logo-container img {
  width: 90px;
}
.banner-container .banner .logo-container img:hover {
  opacity: 0.9;
}
.banner-container .banner .social-media-container img {
  opacity: 0.7;
  width: 40px;
}
.banner-container .banner .social-media-container img:hover {
  opacity: 0.6;
}
.banner-container .banner .ovcsa-title-container h4 {
  font-weight: normal;
}
/*-------- banner ---------*/

/*-------- nav bar ---------*/
.nav-container {
  background: #7b1113;
  height: 7vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.student-services ul {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  position: absolute;
  background: white;
  width: 257px;
  height: 300px;
  list-style: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(-10px);
  visibility: hidden;
  z-index: 9999;
}
.student-services a {
  color: black;
  text-decoration: none;
  font-size: 14px;
}
.nav-container button,
.nav-button {
  background: none;
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.nav-container button,
.nav-button,
.student-services {
  width: 100%;
  height: 100%;
}
.nav-container button:hover {
  color: rgb(56, 9, 9);
}
.nav-button:hover,
.student-services button:hover {
  background-color: rgb(243, 243, 243);
  opacity: 0.8;
}
.student-services li {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 7px;
}
.student-services li:hover {
  background-color: rgb(182, 182, 182);
}
.student-services button:focus + ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
  visibility: visible;
}
/*-------- nav bar ---------*/

/*-------- main-section - banner ---------*/
.site-banner .site-banner-background {
  background: url("../assets/background-picture-1.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 70vh;
}
/*-------- main-section - banner ---------*/

/*--------------Footer--------------------*/
.footer-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: auto;
  width: 90%;
  height: 100%;
  padding-top: 2.5rem;
}
.left-footer {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}
.logos-footer-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
}
.ovcsa-logo-footer {
  width: 200px;
  margin: 2px;
}
.name-footer:hover {
  color: #7b1113;
  text-decoration: underline 1px #7b1113;
}
.social-media-footer-container a:hover {
  opacity: 70%;
}
.address-footer,
.contact-footer,
.social-media-footer-container {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.logo-footer {
  width: 95px;
  margin-right: 10px;
}
.name-footer {
  padding-bottom: 2rem;
}
.left-footer .name-footer .main-title {
  font-size: 17px;
}
.middle-footer-1 .main-title-1 {
  font-weight: bold;
  font-size: 17px;
}
.middle-footer-2 .main-title-2 {
  font-weight: bold;
  font-size: 17px;
}
.social-media-footer {
  width: 35px;
}
.left-footer,
.middle-footer-1,
.middle-footer-2,
.right-footer {
  flex: 1;
}
.middle-footer-1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: auto;
  padding-top: 4.1rem;
}
.middle-footer-1 li {
  list-style: none;
  padding-top: 9.5px;
}
.middle-footer-1 a {
  color: black;
  text-decoration: none;
}
.middle-footer-1 h5 {
  font-weight: 500;
}
.middle-footer-1 li:hover,
.middle-footer-1 a:hover {
  color: #7b1113;
  text-decoration: underline 1px #7b1113;
}
.middle-footer-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: auto;
  padding-top: 4.1rem;
}
.middle-footer-2 li {
  list-style: none;
  padding-top: 9.5px;
}
.middle-footer-2 a {
  color: black;
  text-decoration: none;
}
.middle-footer-2 h5 {
  font-weight: 500;
}
.middle-footer-2 li:hover,
.middle-footer-2 a:hover {
  color: #7b1113;
  text-decoration: underline 1px #7b1113;
}
.right-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: auto;
  padding-top: 3.3rem;
}
.right-footer li {
  list-style: none;
  padding-top: 9.5px;
}
.right-footer a {
  color: black;
  text-decoration: none;
}
.right-footer h5 {
  font-weight: 500;
}

.right-footer a:hover {
  color: #7b1113;
  text-decoration: underline 1px #7b1113;
}
.footer-container-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  width: 60%;
  height: 100%;
  margin: auto;
}
.footer-2 {
  background-color: #7b1113;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.footer-container-2 a {
  text-decoration: none;
}
.footer-container-2 h6 {
  color: white;
  font-weight: 400;
  font-size: 12px;
}
.footer-container-2 h6:hover {
  opacity: 70%;
  text-decoration: underline 1px white;
}
/*--------------Footer--------------------*/

/*-------- responsive - 1024px ---------*/
@media only screen and (max-width: 1025px) {
  .footer-container {
    padding-right: 35rem;
    flex-direction: column;
  }
  .middle-footer-1 {
    padding-right: 9rem;
  }
  .middle-footer-2 {
    padding-right: 15rem;
  }
  .right-footer {
    padding-left: 0.3rem;
    padding-bottom: 4rem;
  }
  .footer-container-2 {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: auto;
  }
  .footer-container-2 a {
    padding-left: 2rem;
  }
  .footer-container-2 h6 {
    font-size: 12px;
  }
}
/*-------- responsive - 1024px ---------*/

/*-------- responsive - 768px ---------*/
@media only screen and (max-width: 768px) {
  .banner-container {
    padding-bottom: 0px;
  }
  .site-banner .site-banner-background {
    height: 25vh;
  }
  .banner-container .banner .logo-container {
    flex-direction: column;
  }
  .banner-container .banner .logo-container img {
    width: 70px;
  }
  .banner-container .banner .ovcsa-title-container h3 {
    font-size: 15px;
  }
  .banner-container .banner .ovcsa-title-container h4 {
    font-size: 12px;
  }
  .banner-container .banner .social-media-container {
    display: none;
  }
  .nav-container {
    height: 50vh;
  }
  .nav-container {
    width: 100%;
    height: 50vh;
    flex-direction: column;
  }
  .student-services {
    height: 100%;
    width: 100%;
  }
  .student-services ul {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin: auto;
  }
  .footer-container {
    padding-right: 20rem;
    flex-direction: column;
  }
  .middle-footer-1 {
    padding-right: 9rem;
  }
  .middle-footer-2 {
    padding-right: 15rem;
  }
  .right-footer {
    padding-left: 0.3rem;
    padding-bottom: 4rem;
  }
  .footer-container-2 {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: auto;
  }
  .footer-container-2 a {
    padding-left: 2rem;
  }
  .footer-container-2 h6 {
    font-size: 12px;
  }
}
/*-------- responsive - 768px ---------*/

/*-------- responsive - 750px ---------*/
@media only screen and (max-width: 750px) {
  .banner-container {
    padding-bottom: 0px;
  }
  .site-banner .site-banner-background {
    height: 25vh;
  }
  .banner-container .banner .logo-container {
    flex-direction: column;
  }
  .banner-container .banner .logo-container img {
    width: 70px;
  }
  .banner-container .banner .ovcsa-title-container h3 {
    font-size: 15px;
  }
  .banner-container .banner .ovcsa-title-container h4 {
    font-size: 12px;
  }
  .banner-container .banner .social-media-container {
    display: none;
  }
  .nav-container {
    height: 50vh;
  }
  .nav-container {
    width: 100%;
    height: 50vh;
    flex-direction: column;
  }
  .student-services {
    height: 100%;
    width: 100%;
  }
  .student-services ul {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin: auto;
  }
  .footer-container {
    padding-right: 0px;
    flex-direction: column;
  }
  .middle-footer-1 {
    padding-right: 9rem;
  }
  .middle-footer-2 {
    padding-right: 15rem;
  }
  .right-footer {
    padding-left: 0.3rem;
    padding-bottom: 4rem;
  }
  .footer-container-2 {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: auto;
  }
  .footer-container-2 a {
    padding-left: 2rem;
  }
  .footer-container-2 h6 {
    font-size: 12px;
  }
}
