
@font-face {
  font-family: "Rondelle";
  src: url("../fonts/RTRondelle-Medium.woff2") format("woff2"), url("../fonts/RTRondelle-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}


.h2, h2 {
  font-size: calc(1.325rem + .4vw);
}

a {
  color: #143643;
  transition: color 0.3s ease;
}

a:hover {
  color: #243f497b;
}

body {
  color: #143643;
  font-family: "Rondelle", "Helvetica", "Arial", sans-serif;
}

h1, h2, h3, h4 {
  color: #143643;
}


.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('');
  background-size: cover;
  background-position: center center;
  z-index: -1; 
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8); 
  z-index: -1; 
}

.container {
  padding: 30px;
  position: relative;
  z-index: 1;
  max-width: 100%; 
  width: 100%; 
  box-sizing: border-box; 

}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important; 
}

:root {
  --bs-light-rgb: 255, 255, 255;
}

.bg-light {
    --bs-bg-opacity: 0.9;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding: 20px;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary {
  background-color: #143643;
  border: 1px solid #143643;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:focus {
  background-color: #bed497 !important;
  border-color: #bed497 !important;
  color: #143643 !important;
}


input[type="checkbox"]:checked {
  background-color: #143643;  
  border-color: #143643;  
}

input[type="checkbox"]:checked:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); 
}


input[type="checkbox"]:checked  {
  color: #143643; 
}

input[type="checkbox"]:checked {
  background-color: #143643;
  border-color: #143643;
}



.form-control {
      padding: .675rem .75rem;
}

.form-select {
      padding: .675rem .75rem;
}




.custom-box {
    display: inline-block;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 30px;
}


#lang-nav a {
    color: black;
}

.form-label {
    margin-bottom: 4px !important;
}

@media (max-width: 768px) {
    .custom-box {
        padding: 20px;
        font-size: 24px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 24px;
    }

    form {
        padding: 20px;
    }

    .form-label {
        font-size: 16px;
    }

    .form-control {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
    }

     .logo {
      max-height: 100px !important;
    }
}

.logo {
  max-height: 120px;
}

@media (max-width: 480px) {
    .custom-box {
        padding: 15px;
        font-size: 18px;
    }

    h1 {
        font-size: 20px;
    }

    .form-label {
        font-size: 16px;
    }

    .form-control {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
    }

    .logo {
      max-height: 70px !important;
    }



    .bg-light {
        padding: 0px;
    }
   
}

.navbar-brand {
  margin-right: 0px;
}

.btn-outline-dark {
  border-color: lightgray;
}