@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.topnav {
  display: flex;
  align-items: end;
  overflow: hidden;
  background-color: transparent;
}

.topnav h2 span {
  font-family: 'Times New Roman', Times, serif;
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 3px;
  line-height: 0.8;
}


.topnav a {
  flex-direction: row;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Maven Pro", sans-serif;
}

.logo img {
  max-width: 5.4rem;
    height:auto;
    aspect-ratio:1/ 1;
    object-fit: cover;
}

.school-name h1 {
  font-size: clamp(1rem, calc(3vw + 0.3rem), 1.8rem );
  color: #242424;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  line-height: 1;
  
}

.school-name h4 {
  font-size: clamp(0.4rem, calc(3vw + 0.3rem), 1rem );
  /* font-size: 1.0rem; */
  color: #ff5722;
  font-weight: 600;
  line-height: 1;
}

.school-name h6 {
  line-height: 1;
  font-size: clamp(0.4rem, calc(3vw + 0.3rem), 0.9rem );
  /* font-size: 0.9rem; */
  font-weight: 800;
}

.menu-keys {
  padding: 1rem;
  font-weight: 600;
}

.topnav a:hover {
  color: #dd0d8d;
}

.topnav a.active {
  color: transparent;
}

.topnav .menu-icon {
  display: none;
}

/* scroll */



@media screen and (max-width: 900px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.menu-icon {
    float: right;
    display: block;
  }

  .topnav {
    display: block;
    flex-direction: column;
  }

  .menu-keys {
    padding: .3rem 0.3rem;
  }

  .menu-keys:nth-child(2) {
    padding-left: 0.3rem;
  }




}

@media screen and (max-width: 900px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .menu-icon {
    position: absolute;
    right: 0;
    top: 2rem;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .school-name{
    text-align: center;
  }
 
.logo{
  text-align: center;
}

}