body{
    background-image: url("../sources_media/background.jpg");
    background-size: cover;
    background-attachment: fixed;
    font-size: 1rem;
    font-family: sans-serif;
}

.nav-link.active-custom {
    background-color: #3bd6c6;
    color: white !important;
    border-radius: 0.5rem;
  }

  .nav-link.active-custom:hover {
    background-color: #2fc3b4;
  }

  .nav-link:hover {
    color: #3bd6c6;
  }

  .text-brown {
    color: #4e342e; 
  }

  p {
    color: #4e342e; 
  }
  
  h1 {
    font-family: Verdana;
    font-size: 3rem;     
    font-weight: bold;
    color: #4e342e;        
    margin-bottom: 0;
    margin-left: 1rem;
  }

  h2 {
    font-size: 2rem;       
    font-weight: 600;
    color: #4e342e;
    text-align: left;
    margin-bottom: 2rem;
  }


  .table-bordered {
    border: 2px solid #5d4037;
  }
  
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #5d4037;
  }
  

  a.email-link {
    color: #3e2723; 
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  
  a.email-link:hover {
    color: #6d4c41; 
    text-decoration: underline;
  }

  caption {
    color: #5d4037; 
  }
  
  details summary {
    color: #6d4c41; 
    cursor: pointer;
    font-weight: 500;
    margin-top: 0.5rem;
    transition: color 0.2s ease;
  }
  
  details summary:hover {
    color: #3e2723; 
  }


input[type="text"],
input[type="email"],
textarea,
select {
  border: 2px solid #5d4037; 
  border-radius: 8px;
  color: #4e342e;
  padding: 0.5rem;
  font-size: 1rem;
}


input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #3e2723;
  box-shadow: 0 0 5px rgba(94, 53, 33, 0.5);
}


label {
  color: #4e342e;
}


fieldset {
  border: 2px solid #5d4037;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}


button[type="submit"],
button[type="reset"] {
  background-color: #6d4c41;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease;
}

button[type="submit"]:hover,
button[type="reset"]:hover {
  background-color: #5d4037;
}

form {
  border: 2px solid #5d4037;      
  border-radius: 12px;          
  padding: 1.5rem;
  background-color: #f5f5f5;       
  box-shadow: 0 0 10px rgba(93, 64, 55, 0.2); 
}

.footer-adware {
  background-color: #351000;
  height: 100px;
  
  width: 100%; 
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  overflow-x: hidden;
}

.footer-logo {
  max-height: 80px;
  height: auto;
}

a.custom-link:link {
  color: #4e342e; 
  text-decoration: underline;
}

a.custom-link:visited {
  color: #cbb6a4 !important; 
  text-decoration: underline;
}


body.large {
  font-size: 1.5rem; 
  line-height: 1.8;
}


body.large .row > [class*="col-"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}


body.large h1,
body.large h2,
body.large p,
body.large li,
body.large label,
body.large th,
body.large td,
body.large a,
body.large input,
body.large button,
body.large textarea,
body.large legend {
  font-size: 1.5rem; 
}

body.large h1 {
  font-size: 4rem;        
}

body.large h2 {
  font-size: 3rem;         
}
