@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap");
a {
  color: rgb(41, 107, 164);
}
a.text-burgundy, a .btn-burgundy {
  color: #fff;
}

.circle-icon {
  background: #9a1c46;
  padding: 0.6rem;
  border-radius: 50%;
}

footer {
  font-family: "Montserrat", sans-serif;
  border-top: 8px solid #9a1c46;
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 35px;
}
footer .social-icons {
  font-size: 1.2rem;
}
footer h2 {
  margin-bottom: 20px;
}
footer .footer-separator {
  border-top: 2px solid #9a1c46;
  line-height: 2rem;
  width: 60px;
  padding: 30px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.nav-link:after {
  content: "|";
  margin-left: 15px;
}

.bg-burgundy {
  background-color: #9a1c46 !important;
}

.margin-top-medium {
  margin-top: 10px;
}

.row-border-top {
  border-top: 1px solid #ddd;
}

.pagination {
  margin: 20px 0;
}

.traditional-nav {
  background-color: #e6f0f0;
}

.bungundy-links .nav-link {
  color: #9a1c46;
}
.bungundy-links .nav-link:hover {
  text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.nav-link:after {
  content: "|";
  margin-left: 15px;
}

.bg-burgundy {
  background-color: #9a1c46 !important;
}

.margin-top-medium {
  margin-top: 10px;
}

.row-border-top {
  border-top: 1px solid #ddd;
}

.pagination {
  margin: 20px 0;
}

.traditional-nav {
  background-color: #e6f0f0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Montserrat", sans-serif;
}

a.header-anchor {
  text-decoration: none;
}
a.header-anchor:hover {
  text-decoration: underline;
}

p {
  line-height: 2rem;
}

.img-thumbnail {
  max-height: 300px;
  max-width: 234px;
}

.small-image {
  max-height: 300px;
}

.vh-50 {
  height: 50vh;
}

.vh-25 {
  height: 25vh;
}

#header {
  background-image: linear-gradient(rgba(40, 33, 17, 0.5), rgba(40, 33, 17, 0.5)), url("../images/record.jpg");
  height: 30vh;
  background-position: center center;
  background-size: cover;
}
#header .header-box {
  background-color: rgba(0, 0, 0, 0.82);
  border-left: 8px solid #9a1c46;
  width: 60vw;
}
#header .header-box h1 {
  font-weight: 700;
}

.planning-committee h1 {
  padding-bottom: 1.3rem;
}
.planning-committee p {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #9a1c46;
  border-color: #9a1c46;
}

.btn-danger {
  background-color: #9a1c46;
  border-color: #9a1c46;
}
.btn-danger:hover {
  background-color: #b02050;
}

.float-start, .float-end {
  margin: 1.6rem;
}

main a {
  color: rgb(41, 107, 164);
}
main p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30.4px;
  font-weight: 400;
}
main strong {
  font-weight: 700;
}
main ul li {
  line-height: 30.4px;
  font-size: 18px;
}

/*# sourceMappingURL=main.css.map */
