:root {
  --primary: #3faafd;
  --blue: var(--primary);
  --info: var(--primary);
}

body {
  font-family: "Raleway", serif;
  font-size: 16px !important;
  background-image: url(../images/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.breadcrumb,
.btn,
.dropdown-menu .dropdown-item,
.nav-pills .nav-link,
.nav-tabs .nav-link,
.navbar .nav-link,
.pagination,
.sandstone,
.tooltip {
  font-size: 16px !important;
  text-transform: unset !important;
}

a {
  color: var(--dark);
}

a:hover {
  color: var(--secondary);
}

.homepage-parallax,
.home-second-parallax {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-image: url(../images/home-image.jpg);
  background-size: cover;
}

.home-second-parallax {
  background-image: url(../images/home-image-2.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.homepage-parallax > .filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.homepage-parallax > .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.homepage-parallax.login > .container {
  flex-direction: column;
}

.homepage-parallax h1 {
  font-size: 64px;
  z-index: 1;
}

.main-navbar {
  position: sticky;
  top: 0px;
  margin-top: -60px;
  height: 60px;
  z-index: 100;
}

.main-navbar .nav-link {
  font-weight: bold;
}

.login-header {
  position: relative;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-header img {
  z-index: 10;
}

.login-header .filter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
}

@media (max-width: 576px) {
  .homepage-parallax h1 {
    font-size: 48px;
  }

  .homepage-parallax > .container {
    flex-direction: column;
    padding: 0;
  }

  .main-navbar nav.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #f8f5f0 !important;
  }

  .main-navbar nav.navbar .dropup .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-bottom: 0;
  }

  .homepage-parallax,
  .home-second-parallax {
    background-position: bottom;
  }
}
