.schoolSite .headerContent .container-fluid {
  display: flex;
  align-items: center;
}

.schoolLogo .seal {
  max-width: 72px;
}

.schoolLogo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.schoolLogo .collegeName {
  font-size: 1.3rem;
  font-family: "Roboto Slab", Georgia, Times, "Times New Roman", serif;
  line-height: 1.5;
}

.collegeLogoText .uiwTitle {
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 0.94rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 2px;
}
@media screen and (max-width: 1420px) {
  .schoolSite .headerContent .schoolLogo .collegeName {
    font-size: 1.25rem;
  }
  .schoolSite .headerContent .collegeLogoText .uiwTitle {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1420px) {
  .schoolSite .headerContent .brand.col4 {
    width: 35%;
  }
  .schoolSite .headerContent .navbar .topNav.col8 {
    width: 65%;
  }
}

@media screen and (max-width: 1100px) {
  .schoolSite .headerContent .container-fluid {
    align-items: normal;
  }
}

@media screen and (max-width: 1100px) {
  .home .mainBody {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .schoolSite .headerContent .brand.col4 {
    width: 30%;
  }
  .schoolSite .headerContent .navbar .topNav.col8 {
    width: 70%;
  }
  .schoolSite .headerContent .schoolLogo .seal {
    max-width: 45px;
  }
  .schoolSite .headerContent .schoolLogo .collegeName {
    font-size: 1rem;
  }
  .schoolSite .headerContent .collegeLogoText .uiwTitle {
    font-size: 0.6rem;
  }
}

@media screen and (max-width: 991px) {
  .schoolSite .schoolLogo a {
    justify-content: center;
  }
  .schoolSite .headerContent .brand.col4 {
    width: 60%;
  }
  .schoolSite .headerContent .schoolLogo .seal {
    max-width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .schoolLogo {
    max-width: 75%;
    margin: auto;
  }

  .brand .schoolLogo .seal {
    max-width: 40px;
    max-height: 45px;
  }

  .schoolLogo a {
    gap: 5px;
    justify-content: center;
  }
}
