﻿
html,
body {
  overflow-x: hidden;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
a:link {
  text-decoration: none;
}
.btn:hover {
  opacity: 90%;
}
ol,
li {
  line-height: 1.5rem;
}
.banner {
  max-width: 1220px;
  min-width: 500px;
  margin-top: -2px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.alumni-header {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  border-bottom: 5px solid #203864;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #203864;
}
.alumni-header1 {
  margin-bottom: 40px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #203864;
  border-bottom: 5px solid #203864;
}

.alumni-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.5rem;
}

.notice {
  font-style: italic;
  text-align: center;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-section {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 150px;
}

.hotel-section {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 150px;
}

.alumni-list {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  hyphens: none;
  word-break: keep-all;
}
.class-section {
  display: flex;
  margin: 20px;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.class-img {
  border-radius: 3px;
  width: 350px;
  height: 250px;
  object-fit: cover;
}
.section-one {
  display: flex;
  gap: 50px;
}
.accordion {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-title {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  color: #000666;
  font-weight: bold;
}
.section-subtitle {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.event-date {
  font-family: "Franklin Gothic", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;

  border-bottom: 3px solid #deb400;
}
.accordion-title {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
}
.title {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #000666;
}
.img-caption {
  font-weight: bold;
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}
.img-container {
  display: flex;
  padding-top: 10px;
}
.img-with-text {
  text-align: center;
}
.alumni-paragraph {
  font-family: "Franklin Gothic Book", "Arial Narrow", Arial, sans-serif;
  word-break: keep-all;
  hyphens: none;
  line-height: 1.5rem;
}

.img-section {
  display: flex;

  flex-direction: column;
}

.alumni-image {
  width: 200px;
  height: 200px;
  object-position: top;
  object-fit: cover;
  border-radius: 50%;
}

@media only screen and (max-width: 800px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .background-color-baner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-container {
    display: flex;
    padding-top: 10px;
    justify-content: center;
  }
  .class-section {
    display: flex;
    margin: 20px;
    gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .alumni-img {
    border-radius: 3px;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .section-title {
    text-align: left !important;
  }
  .hotel-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .event-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

