.text-bg-primary {
    border: 1px solid #e1b995;
  background: rgb(225,185,149);
  background: linear-gradient(135deg, rgba(225,185,149,1) 0%, rgba(239,210,185,1) 37%, rgba(225,185,149,1) 73%);  
  text-decoration: none;
}

       /* Style for the modal overlay */
        #modal-overlay {
            display: none; /* Hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7); /* 70% black */
            z-index: 1000;
        }

        /* Style for the modal content */
        #modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 20px;
            text-align: center;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        /* Spinner styling */
        .spinner {
            border: 8px solid #f3f3f3; /* Light grey */
            border-top: 8px solid #e1b995; /* Blue */
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 2s linear infinite;
            margin: 20px auto;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

.btn-primary {
    border: none !important;
}

    
.accordion-header .accordion-button {
  font-weight: bold !important;
}

h3 {
  color: #819e87;
  font-size: 20px;
}

.kap { 
  font-variant: small-caps; 
}

/* Countdown */


@media (min-width: 768px) {
  .tick {
    width: 70%;
  }
}

.tick {
  margin: 0 auto;
  padding-bottom: 1em;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
      Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.tick-label {
  font-size: 0.375em;
  text-align: center;
}

.tick-group {
  margin: 0 0.25em;
  text-align: center;
}

.nav-link:focus, .nav-link:hover {
  color: #677F6B;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #677F6B;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.link:hover::before {
  transform: scaleX(1);
}

.activeParent {
  border-bottom: 2px solid #677F6B;
}

.bg1 {
  background-image: url("img/bg1.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: top 0px right 0px;
}

.navbar {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-style: normal;
}

.navbar a {
    color: #819e87;
}

@media (min-width: 0) {
  .navbar {
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .navbar {
    margin-top: 110px;
    margin-left: 30px;
  }
}

.dropdown-menu {
  font-size: 18px;
  border-radius: 20px !important;
  border: none;
  box-shadow: -1px 0px 40px 1px #ccc;
  -webkit-box-shadow: -1px 0px 40px 1px #ccc;
  -moz-box-shadow: -1px 0px 40px 1px #ccc;
}

.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover {
  font-weight: bold;
  color: #677F6B;
  background-color: transparent;
}


@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}


body {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background-image: url("img/bg.jpg");
}




.btn-primary {
  border: 1px solid #e1b995;
  background: rgb(225,185,149);
  background: linear-gradient(135deg, rgba(225,185,149,1) 0%, rgba(239,210,185,1) 37%, rgba(225,185,149,1) 73%);  
}

a {
  color: #e8c6a9;
}

.btn-primary:hover {
  border: 1px solid #efd2b9;
}

h1 {
  font-weight: bold;
  background: linear-gradient(135deg, rgba(225,185,149,1) 0%, rgba(239,210,185,1) 37%, rgba(225,185,149,1) 73%);  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  font-family: "Playfair Display", serif;
  margin: 20px 0px 40px 0px;
}


h2 {
  font-size: 25px;
  color: #e8c6a9;
  font-family: "Overpass", serif;
}


p {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
}