html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

content {
  background-color: #ffffff; 
  box-shadow: 0 8px 20px rgba(0,0,0,0.2); 
  border-radius: 8px; 
  padding: 30px; 
  overflow: hidden;
}

footer {
  margin-top: auto;
  flex-shrink: 0;
}

footer.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 55px 0;
  position: relative;
  width: 100%;
  height: 40px;
  color: var(--brand-secondary-color);
}

footer.footer a {
  color: var(--brand-secondary-color);
  margin-bottom: 10px;
  margin-left: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: initial;
}

.list-inline {
  margin-top: 0px; 
}

@media (min-width: 768px) {
  .navbar.navbar-default {
    display: flex;
    gap: 32px;
    list-style-type: none;
    width: fit-content;
    background-color: var(--nav-bg-main-color);
    justify-content: center;
    margin: auto;
    border-radius: 0 0 12px 12px;
    border-top: 3px solid var(--brand-secondary-color);
    margin-top: -3px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease;
    padding: 12px 20px;
  }

  .navbar.navbar-default:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  }

  .navbar.navbar-default .navbar-nav {
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .navbar.navbar-default .navbar-nav > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .navbar.navbar-default .navbar-nav > li > a {
    color: var(--nav-link-main-color) !important;
    font-weight: bold;
    line-height: 1;
  }

  .navbar.navbar-default .navbar-nav > li > a:hover,
  .navbar.navbar-default .navbar-nav > li > a:focus {
    background-color: var(--nav-bg-main-hover-color) !important;
    color: var(--nav-link-main-hover-color) !important;
  }

  .dropdown-menu {
    background-color: var(--nav-bg-dropdown-color);
    border: none;
  }

  .dropdown-menu > li > a {
    font-weight: bold;
    color: var(--nav-link-dropdown-color) !important;
    background-color: var(--nav-bg-dropdown-color) !important;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: var(--nav-link-dropdown-hover-color) !important;
    background-color: var(--nav-bg-dropdown-hover-color) !important;
  }

  .header,
  .navbar-wrapper {
    position: relative;
  }
}

@media (max-width: 767px) {
  .navbar.navbar-default {
    position: static;
    margin-bottom: 0;
    box-shadow: none;
  }

  footer.footer {
    padding: 15px 10px;
  }

  footer.footer a {
    font-size: 14px;
    line-height: 1.4;
  }
}

.header {
  border-top: 1px solid var(--brand-secondary-color);
  border-bottom: 1px solid var(--brand-secondary-color);
}

.header-top-first {
  letter-spacing: 0.5px;
}

.list-inline > li {
  display: inline-block;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
  color: var(--brand-secondary-color);
  font-weight: bold;
  font-size: 15px;
  line-height: initial;
}

.page-title {
  color: var(--brand-primary-color);
}

.member-card h4 {
  color: var(--brand-primary-color);
}

.working-hours-btn.is-open {
  color: var(--brand-primary-color);
  border-color: var(--brand-primary-color);
}

.main-container {
  padding-top: 65px !important;
}

.fixed-header-on .header.fixed.animated {
  border: 1px;
  color: var(--brand-secondary-color);
}

.header-top.colored {
  border-bottom: 1px;
}

div#logo {
  padding-bottom: 20px;
}

.tp-bannertimer {
  background-color: var(--brand-secondary-color);
}

.animation-text {
  font-family: Cabin;
  font-size: 50px;
  margin-top: 20px;
}

h1 {
  font-size: 35px;
  font-family: Cabin;
}

h2 {
  font-size: 30px;
  font-family: Cabin;
}

h3 {
  font-size: 25px;
  font-family: Cabin;
}

h4 {
  font-size: 20px;
  font-family: Cabin;
}
