@import url("https://fonts.googleapis.com/css2?family=Lora&family=Quintessential&family=Fira+Sans&display=swap");

.navbar {
  min-height: 60px;

  font-size: 1rem;
}

.nav-link {
  font-weight: 400;
  transition: all 0.2s;
  margin-inline: 0.6rem;
  padding: 1px 1rem !important;
  background-color: #c11755;
  margin-bottom: 0.6rem;
  border-radius: 230px;
  color: #fff !important;
  text-align: right;
  font-size: 90%;
}

.nav-link::after {
  content: "⇒";
  margin-left: 1rem;
}

.nav-link:hover {
  background-color: #9f033c;
}

body {
  color: #000c;
  font-size: 0.9rem;
  line-height: 1rem;
  font-family: Lora, "San serif" !important;
}

.important-dates b {
  display: block;
  margin-block: 0.9rem 0.1rem;
  font-weight: 550;
  color: #4a38f2;
}

p {
  text-align: justify;
}

.home {
  text-shadow: 0 0 8px #000;
  color: #fff;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  background: #0007;
  position: relative;
  justify-content: center;
  align-items: center;
}
.home .btn-primary {
  background-color: #06477f !important;
  border-color: #06477f !important;
  color: #fff !important;
}
.home .btn-primary:hover,
.home .btn-primary:active,
.home .btn-primary:focus {
  background-color: #f4fa489c !important;
  border-color: #f4fa489c !important;
}

.home a:not(.btn) {
  color: rgb(255, 255, 126);
  border-bottom: 1px dotted;
  display: table;
  padding: 1px;
  margin-bottom: 0.2rem;
}
.home a:hover {
  transition: all 0.2s;
  text-decoration: none;
  color: #73b7f3;
}
.home .date span {
  padding: 2px 1rem 3px 1rem;
  border-radius: 12px;
  text-shadow: none;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: Fira Sans, sans-serif;
  color: #06477f;
  background-color: #fffc;
}

.shadow {
  box-shadow: 0 2px 3px #000;
}

.home .bg-back {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -2;
}

@media only screen and (orientation: portrait) {
  .home .bg-back {
    height: 100%;
    width: auto;
  }
}

.committee li {
  list-style: none;
  margin-bottom: 0.8rem;
}

section h3 {
  color: #06477f;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-block: 1rem 2rem;
  border-bottom: 1px solid;
  font-family: Quintessential;
}

section h4 {
  color: #2167c8;
  font-weight: 900;
  margin-top: 1rem;
}

section a {
  color: blue;
}

section {
  padding-bottom: 3rem;
}

.list-group-item {
  border: none !important;
  background: none !important;
}
