* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  overflow-x: hidden;
}
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);
}
p {
  font-size: 16px;
}
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 ---------*/

/*-------- nav bar ---------*/
.nav-container {
  background-color: var(--maroon);
  width: 100%;
  height: 7vh;
  margin: auto;
}
.nav-container .nav-menu {
  width: 90%;
  margin: auto;
}
.nav-container .nav-menu .nav-list {
  display: flex;
  justify-content: space-between;
  height: 7vh;
}
.nav-menu .nav-list .student-services-nav ul {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  position: absolute;
  background: var(--light);
  width: 230px;
  height: 300px;
  list-style: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  transform: translateY(-10px);
}
.nav-menu .nav-list a,
.nav-menu .nav-list .student-services-nav a {
  color: var(--light);
  font-size: 15px;
}
.nav-menu button,
.cta-nav-btn {
  background: none;
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.nav-list button,
.cta-nav-btn,
.student-services-nav {
  width: 100%;
  height: 100%;
}
.nav-list button:hover,
.cta-nav-btn:hover,
.cta-nav-btn a:hover {
  background-color: var(--light);
  color: var(--maroon);
  text-decoration: underline var(--maroon);
}
.student-services-nav li {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 7px;
}
.student-services-nav li:hover {
  background-color: var(--light-gray);
}
.student-services-nav button:focus + ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
/*-------- 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 ---------*/

/*-------- main-section - banner ---------*/
.site-banner .site-banner-background {
  background: url("../assets/background-picture-2.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 70vh;
}
.site-banner .site-banner-background {
  padding-top: 10rem;
  text-align: center;
  color: white;
}
.site-banner h3 {
  color: white !important;
}
.site-banner h1,
h3 {
  margin: 0.3rem;
}
.site-banner .cta-btn {
  margin: 1.8rem;
  background: #7b1113;
  color: white;
}
.site-banner .cta-btn:hover {
  background: transparent;
  border: 1px solid #fdb91a;
  color: #fdb91a;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
/*-------- main-section - banner ---------*/

/*-------- main-section - ovcsa ---------*/
.about-ovcsa {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 87%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  margin-top: 8vh;
}
.about-ovcsa .about-container {
  margin: 4rem 3rem;
}
.about-ovcsa .ovcsa-org-chart h3 {
  padding-bottom: 2rem;
}
.about-ovcsa p {
  text-align: justify;
  margin: 3vh 0vh 3vh 0vh; /*top right bottom left*/
}

.about-ovcsa ul {
  list-style: disc outside none;
  text-align: justify;
  overflow-x: visible;
  margin: 3vh 0vh 3vh 0vh; /*top right bottom left*/
  padding: 0vh 0vh 0vh 3vw; /*top right bottom left*/
}

.about-ovcsa li {
  overflow-x: visible;
}

.about-ovcsa ol {
  text-align: justify;
  overflow-x: visible;
  margin: 3vh 0vh 3vh 0vh; /*top right bottom left*/
  padding: 0vh 0vh 0vh 3vw; /*top right bottom left*/
}

/*-------- main-section - ovcsa ---------*/

/*-------- main-section - ovcsa gallery ---------*/
.img-container {
  width: 100%;
}
.image-gallery {
  padding-top: 4rem;
  padding-left: 9.5rem;
}
.img {
  background-repeat: no-repeat;
  background-position: right;
  height: 100vh;
  width: 100%;
  background-size: 100%;
}
.img .img-post {
  padding-top: 1.5srem;
}
.img-post .img-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 8px;
  height: 60vh;
  width: 90%;
  margin: 3rem 2rem;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
.img-content .img-title {
  padding: 2rem 0;
}
.img-content span {
  display: block;
}
.owl-dots {
  text-align: center !important;
  margin-top: 40px;
}
.owl-dot {
  height: 20px;
  width: 24px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover {
  background: #7b1113 !important;
}

/*-------- main-section - ovcsa gallery ---------*/

/*--------------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;
}
.name-footer:hover,
.address-footer:hover,
.contact-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;
}
.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 li:hover,
.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) {
  .site-banner .site-banner-background {
    height: 35vh;
  }
}
/*-------- responsive - 1024px ---------*/

/*-------- responsive - 768px ---------*/
@media only screen and (max-width: 769px) {
  .about-ovcsa .about-container {
    width: 90%;
  }
  .about-ovcsa .about-container p {
    text-align: left;
  }
  .about-ovcsa .ovcsa-org-chart-img {
    width: 55vh;
  }
  .img-container .img {
    height: auto;
    padding-bottom: 2rem;
  }
  .img-container .img .container .img-post .img-content {
    height: 45vh;
  }
  .image-gallery {
    padding-left: 3rem;
  }
}
/*-------- responsive - 768px ---------*/

/*-------- responsive - 750px ---------*/
@media only screen and (max-width: 750px) {
  .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 .nav-menu {
    width: 100%;
    height: 50vh;
  }
  .nav-container .nav-menu .nav-list {
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .nav-menu .nav-list .student-services-nav ul {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin: auto;
  }
  .about-ovcsa .about-container p {
    text-align: left;
  }
  .about-ovcsa .ovcsa-org-chart h3 {
    padding-bottom: 2rem;
  }
  .about-ovcsa .ovcsa-org-chart-img {
    height: 50vh;
    width: 50vh;
  }
  .site-banner .site-banner-background {
    overflow: hidden;
  }
  .site-banner .site-banner-background h3 {
    font-size: 15px;
  }
  .site-banner .site-banner-background h1 {
    font-size: 20px;
  }
  .site-banner .site-banner-background button {
    display: none;
  }
  .image-gallery {
    padding-left: 5rem;
  }
  .footer-container {
    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 - 750px ---------*/

/*-------- responsive - 414px ---------*/
@media only screen and (max-width: 415px) {
  .site-banner .site-banner-background {
    padding-bottom: 0%;
  }
  .about-ovcsa .about-container {
    width: 90%;
  }
  .about-ovcsa .about-container p {
    text-align: left;
  }
  .about-ovcsa .ovcsa-org-chart-img {
    width: 45vh;
    height: auto;
  }
  .img-container .img {
    width: 100%;
    padding-right: 1rem;
  }
  .image-gallery {
    padding-left: 2.5rem;
  }
}
/*-------- responsive - 414px ---------*/

/*-------- responsive - 375px ---------*/
@media only screen and (max-width: 376px) {
  .about-ovcsa .ovcsa-org-chart-img {
    width: 35vh;
    height: auto;
  }
  .img-container .img {
    width: 100%;
    padding-right: 1.5rem;
  }
}
/*-------- responsive - 375px ---------*/

/*-------- responsive - 1366px - height ---------*/
@media only screen and (min-height: 1366px) {
  .img-container .img {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
  }
  .img-container .img .container .img-post .img-content {
    height: 35vh;
  }
  .image-gallery {
    padding-left: 4rem;
  }
}

/*-------- responsive - 1366px - height ---------*/
