body {
  font-size: 1rem;
  /*font-family: "Source Sans Pro", sans-serif;*/
  color: #383838;
  background-color: #2b3541;
}

.nav-link:hover {
    color: rgb(225, 118, 40) !important;
}

.nav-link.active {
    color: rgb(225, 118, 40) !important;
}

.navbar-toggler {
    background: rgb(225, 118, 40);
}

.navbar-brand img {
    width: 90px !important;
}

h1 {
  color: rgb(172, 201, 220);
}

.column-text-white p{
    color: #FFFFFF;
}

.img-thumbnail {
    border: none;
}

h2 {
    color: rgb(172, 201, 220);
}

hr {
    color: #fff;
}

a {
  color: #1d4596;
  text-decoration: none;
}

p{
    color: #FFF;
}

.img-thumbnail {
    background: transparent;
}

.card {
    background-color: #2b3541;;
}

.card h5 a {
    color: rgb(172, 201, 220);
}

table {
    color: #fff;
}

.flag svg{
    width: 20px;
}

#begin_adventure, a.timetrek_buttons, button.timetrek_buttons {
    color: #fff;
    background-color: rgb(225, 118, 40);
    padding: 10px;
    border-radius: 0.375rem;
}

a.timetrek_buttons:hover, , button.timetrek_buttons:hover {
    color: #2b3541 !important;
    background-color: rgb(225, 118, 40) !important;
}

#talence_words p{
    color: #000;
}

@media (min-width: 992px) {
  #logos-carousel .carousel-item {
    margin-right: 0;
    flex: 0 0 10%;
    display: block;
  }
  #logos-carousel .carousel-inner {
    display: flex;
  }
}

#map {
    height: 500px;
}

#map .leaflet-popup-tip { display: none; }

.leaflet-control-locate a .leaflet-control-locate-location-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 7px;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='black' d='M445 4 29 195c-48 23-32 93 19 93h176v176c0 51 70 67 93 19L508 67c16-38-25-79-63-63z'/></svg>");
}