* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Archivo', sans-serif;
    font-weight: 100;
    padding: 40px;
}

.row a {
    color: black;
    text-decoration: none;
    position: relative;
    text-align: center;
}

#nav-bar {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px !important;
}

#footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
}

.nav-link.active {
    color: black;
    background-color: none;
    border-color: none;
    border-bottom: 1px solid black;
}

.navbar-brand-large {
    color: black;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
}

.row {
    margin: 40px;
}

.img-fluid {
    margin-bottom: 15px;
}

#cover-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

#cover-image:hover {
    opacity: 0.3;
}

#instagram_icon {
    padding: 12px;
}

#twitter_icon {
    padding: 12px;
}
#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(240, 240, 240, 0.95);
    color: #333;
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 9999;
    font-family: inherit;
  }
  
  #cookie-banner a {
    color: #3366cc;
    text-decoration: underline;
    font-size: inherit;
  }
  
  #cookie-banner button {
    margin-left: 8px;
    padding: 6px 12px;
    font-size: 13px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
  }
  
  #cookie-banner button#cookie-accept {
    background-color: #3366cc;
    color: white;
  }
  
  #cookie-banner button#cookie-decline {
    background-color: #bbb;
    color: black;
  }
  .contact-form .form-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-form .form-control {
  border-radius: 0;
  background-color: #f9f9f9;
  border-color: #ddd;
}

.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}

.contact-honeypot {
  display: none;
}
.cta-btn {
    background-color: #1f3b66;
    color: #ffffff !important; /* FORCE white text */
    padding: 12px 26px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.1rem;
    display: inline-block;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.cta-btn:hover {
    background-color: #2d4f88;
    color: #ffffff !important;
    transform: translateY(-2px);
}
.cta-btn {
    color: #ffffff !important;
}
