:root {
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-btn-bg: #324f6f;
  --bs-link-color: #324f6f;
  --bs-btn-border-color: #324f6f;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
body {
  background: #27558e;
}
a {
  text-decoration: none;
}
.rounded,
.rounded-sm,
.rounded-lg,
.rounded-circle,
.rounded-pill,
.btn,
.form-control,
.card {
  border-radius: 0 !important;
}
.fullheight {
  min-height: 100vh;
}
nav.navbar {
  background: #fad47a!important;
}
nav.navbar .navbar-brand figure {
  margin-bottom: 0;
}
nav.navbar .navbar-brand img {
  max-height: 70px;
}
a#navbarDropdown {
  color: #27558e;

  font-weight: 600;
}
#logo {
  background: #fad47a;
}
div#portal-title {
  padding: 10px;
  background: #324f6f;
}
div#portal-title h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}
div.section-title {
  padding: 10px;
  background: #324f6f;
}
div.section-title h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}
div.section-subtitle {
  padding: 10px;
  background: #446c96;
}
div.section-subtitle h4 {
  margin: 0;
  padding: 10px;
  color: #fff;
}
.font-weight-semibold {
  font-weight: 600;
}
button.btn.btn-primary {
  color: #fff;
}
@media (max-width: 575.98px) { 
  nav.navbar .navbar-brand img {
    max-height: 50px;
  }
}
