@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
html {
  background-color: #FFFFFF; }

/* Body */
body {
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  min-height: 100vh;
  cursor: url("../favicon/favicon-32x32.png"), auto; }
  body *, body *:focus {
    outline: none !important; }
  body p {
    font-size: 1rem; }
  body h1, body h2, body h3, body h4 {
    font-size: 1.6rem;
    font-weight: bolder; }

a,
a:hover,
a:focus,
a:active,
.clickableText {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }

a.a-link {
  color: #38B4A7; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }

.navbar {
  background-color: #403453;
  color: #FFFFFF;
  z-index: 2; }
  .navbar .navbar-brand {
    padding: 0;
    margin: 0 1.5rem; }
  .navbar .navbar-nav .nav-item {
    margin: 0 0.5rem; }
    .navbar .navbar-nav .nav-item a {
      text-transform: uppercase;
      font-weight: 600; }
  .navbar .navbar-toggler {
    background-color: #403453;
    border: none; }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0.2rem 0.5rem; }

.view-360 .container-fluid .row {
  height: 60vh;
  position: relative; }
  .view-360 .container-fluid .row .a-loader-title {
    color: #FFFFFF;
    background-color: #403453; }
  .view-360 .container-fluid .row .overlay-text {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFFFFF; }
    .view-360 .container-fluid .row .overlay-text h1 {
      font-size: 3rem;
      font-weight: bolder;
      margin-bottom: 1.5rem; }
    .view-360 .container-fluid .row .overlay-text a {
      background-color: #38B4A7;
      border-color: #38B4A7;
      color: #FFFFFF;
      font-size: 1rem; }
  .view-360 .container-fluid .row .overlay-text-2 {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    color: #FFFFFF; }
    .view-360 .container-fluid .row .overlay-text-2 h1 {
      font-size: 3rem;
      font-weight: bolder;
      margin-bottom: 1.5rem; }
    .view-360 .container-fluid .row .overlay-text-2 a {
      background-color: #38B4A7;
      border-color: #38B4A7;
      color: #FFFFFF;
      font-size: 1rem; }
  .view-360 .container-fluid .row .illustrator-360 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.4rem 0.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1); }
    .view-360 .container-fluid .row .illustrator-360 p {
      margin-bottom: 0;
      font-size: 0.8rem;
      color: #FFFFFF; }
      .view-360 .container-fluid .row .illustrator-360 p a {
        font-weight: bold; }

section {
  padding-top: 2rem; }
  section .section-title {
    margin-bottom: 1.5rem; }

section.view-360 {
  padding-top: 0;
  padding-bottom: 0; }

section.featured-stories .story {
  padding: 1rem; }
  section.featured-stories .story .title {
    margin-top: 1rem; }

.img-caption {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8); }

.img-caption-2 {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 0.8rem;
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8); }

.badge {
  display: inline-block;
  padding: .6em .6em;
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

.badge-pill {
  padding-right: .8em;
  padding-left: .8em;
  border-radius: 10rem;
  background-color: #82343B;
  color: #FFFFFF;
  margin: 0.3rem 0; }

.illustrator-image {
  max-height: 10rem; }

section.illustrator .container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 1; }
  section.illustrator .container .section-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem; }
  section.illustrator .container:before {
    content: "";
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    border-top: 1px solid #D5D1D1;
    z-index: -1; }
  section.illustrator .container:after {
    content: "";
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #D5D1D1;
    z-index: -1; }

.footer {
  background-color: #403453;
  color: #FFFFFF;
  padding: 2rem; }
  .footer img {
    max-height: 7rem; }
  .footer img.tusitala-logo {
    max-height: 6rem; }
  .footer li.list-group-item {
    background-color: #403453;
    border: none;
    padding: .75rem 0.5rem; }

/* Components */
section.banner {
  background-color: #403453;
  color: #FFFFFF;
  position: relative; }
  section.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

section.about {
  background-color: #403453;
  color: #FFFFFF;
  padding-top: 3rem; }

section.about-company img {
  max-height: 8rem; }

section.about-singlit {
  background-color: #82343B;
  color: #FFFFFF;
  padding: 3rem 0; }
  section.about-singlit img {
    max-height: 8rem;
    margin-bottom: 1rem; }

/* Responsive Breakpoint */
@media (max-width: 575.98px) {
  .view-360 .container-fluid .row .illustrator-360 {
    bottom: 0;
    right: 20%;
    left: 20%; }
  section.illustrator .container:before {
    width: 90%; }
  section.illustrator .container:after {
    width: 90%; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  section.illustrator .container:before {
    width: 90%; }
  section.illustrator .container:after {
    width: 90%; } }
