

.navbar{
    height: 7vh;
    display: block;
    color: #5E995E;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
  }

  .bbbootstrap {
    /* background-image: url(img/hero.jpg) !important; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url("img/hero.jpg");
    /* background-image: url("img/hero.jpg"); */
    background-size: cover;
    padding: 9.5rem 0 5.1rem 0;
    color: #5E995E;
  }
.masca{
  background-color: rgba(43, 37, 70, 0.244);

}
  .topright {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 18px;
  }
  
  .topleft {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 18px;
  }

  .b-text {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; 
    
   
  }
  
  .b-text a:hover {
    color: white;
    text-decoration: none;
  
  }
  .sidebar {
    background-color: #fff;
    margin-top:1em;
    margin-bottom:1em;
    transition: margin 0.3s ease-in-out;
  }
  .main-content {
    background-color: #FFF;
    margin-top: 1em;
    margin-bottom: 1em;
    
  }
  
  .input:focus {
    outline: none !important;
    border:1px solid green;
    box-shadow: 0 0 10px #719ECE;
  }

  main > .container {
    padding: 1rem x 15px 0;
  }
  .footer {
    background-color: #5E995E;
    /* background: linear-gradient(90deg, #b7fbc8, #5E995E, #b7fbc8); */

    color: #fff;
    height: 12vh;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: block;
  }
  .footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
    color:#fff!important;
    font-size: 0.9em;
    font-family: sans-serif;
  }
  .styled-table {
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr label {
  background-color: #5E995E;
  color: #ffffff;
  text-align: center;
}

.input-group-text {
  /* background-color: #5e995e; */
  color: #5e995e;
  text-align: center;
  padding-top: .6em;
  padding-bottom: .6em;
  margin-left: 0.6em;
}
 a.navlink {
  color: #5E995E;
	text-decoration: none;
	-webkit-transition: color 0.2s ease 0s, background-color 0.3s ease 0s, border 0.3s ease 0s;
	transition: color 0.2s ease 0s, background-color 0.3s ease 0s, border 0.3s ease 0s;
}


.styled-table th,
.styled-table td {
  padding: 12px 15px;text-align: center;
}
.styled-table tbody tr {
  border-bottom: thin solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #5E995E;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #5E995E;
}


/*# sourceMappingURL=c.css.map */
@media (max-width: 1000px) {
  #images-wrapper {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
 }  
@media (max-width: 800px) {
  #images-wrapper {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
 }  
@media (max-width: 400px) {
  #images-wrapper {
  -moz-column-count:    1;
  -webkit-column-count: 1;
   column-count:        1;
  }
 }
 .navbar-custom {
  background: linear-gradient(90deg, #B7E2FB, #5E995E, #B7E2FB);

}
hr.rounded {
  border-top: 8px solid #5E995E;
  border-radius: 5px;
}

.alb {
  background-color: #5E995E;
  color: white;
}


legend{
  color:#5E995E;
  text-decoration-line: underline;
}

fieldset{
 border: 1px solid #5E995E;
 margin-top: .5em;
 margin-bottom: .5em;
}



.car_gen {
  max-width: 75vw;
  padding: 15px;
  border: solid 1px #5E995E;
  position: relative;
  margin: 15px auto;
}
.car_gen2 {
  max-width: 70vw;
  padding: 15px;
  border: solid 1px #5E995E;
  position: relative;
  margin: 15px auto;
}

#map {
  width: 99%;
  height: 400px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.card-img-top {
  object-fit: cover;
  height: 50%;
}

h6 {
  text-align: center;
}


.card-img-topC {

  max-width: 414px;
  max-height: 278px;
  vertical-align: top;
  object-fit: cover;
}

.navbar-custom {
     background-color: #dee2e6;
     color: #5E995E;
 }

 .btn-outline {
  color: #5E995E;
  background-color: #ffffff;
  border-color: #5E995E;
  font-weight: bold;
  border-radius: 0.375rem;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
  background: #5E995E;
  color: #ffffff;
  border-color: #5E995E;
  border-radius: 0.375rem;
}

.btn-colour-1 {
  color: #fff;
  background-color: #5E995E;
  border-color: #5E995E;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0.375rem;
}

.btn-colour-1:hover,
.btn-colour-1:active,
.btn-colour-1:focus,
.btn-colour-1.active {
  /* let's darken #5E995E a bit for hover effect */
  background: #345534;
  color: #ffffff;
  border-color: #345534;
  border-radius: 0.375rem;
}
.pagination {

  -bs-pagination-active-bg: #5e995e;
  --bs-pagination-active-border-color: #5e995e;
}

.form-check-input:checked{
  background-color: #5e995e;
  border-color: #5E995E;
}