/* GENERAL */

@font-face{
    font-family: "BC Sans";
    src: url("../fonts/BC-Sans/BCSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "BC Sans";
    src: url("../fonts/BC-Sans/BCSans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: "BC Sans";
    src: url("../fonts/BC-Sans/BCSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: "BC Sans";
    src: url("../fonts/BC-Sans/BCSans-BoldItalic.woff") format("woff");
    font-weight:bold;
    font-style: italic;
}

body {
  font-family: 'BC Sans', cursive;
}

/* HEADER MENU */
.header-container {
  margin: 0 auto;
}
.header-menu-desktop {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  padding-top: 30px;
  padding-bottom: 20px;
  background: rgba(255,255,255,0.5)
}
.navbar-light {
  background: #FFF;
  box-shadow: 2px 2px 10px #ccc;
}
.navbar-brand-logo {
  width: 140px;
  margin-top: 5px;
  max-width: none;
  min-width: inherit;
}
@media only screen and (max-width: 768px) {
  .navbar-brand-logo {
    width: 70px;
  }
}
.mapster-header {
  float: right;
  margin-top: -5px;
  /*margin-left: 10px;*/
  line-height: 1.3;
  margin-top: 10px;
  font-size: 32px;
  font-family: 'BC Sans', cursive;
}
.mapster-header span {
  /* color: white; */
  font-size: 45px;
  font-family: 'BC Sans', cursive;
}
@media only screen and (max-width: 768px) {
  .mapster-header span {
    font-size: 20px;
  }
}
.mobile-header {
  margin-top: 5px;
  margin-left: 0px;
}

#navbarNavDropdown {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  font-size: 20px;
}

/* team */
.team-page {
  text-align: center;
}
.team-page .card img {
  border-radius: 50%;
}

/* dictionary */
.search-form label {
  display: none;
}
body .select2-container {
  max-width: 100%;
  width: 100% !important;
  min-width: auto;
}

.design-top-right {
  position: absolute;
  right: 0;
  width: 40px;
  top: 140px;
  z-index: 1000;
  /* filter: brightness(0%); */
}
@media only screen and (max-width: 768px) {
  .design-top-right {
    display: none;
  }
}

.gradient-menu-foot {
  height: 20px;
  margin-top: 110px;
  width: 100%;
  position: absolute;
  left: 0;
  background-image: linear-gradient(#777, #ccc);
}

/* ALL PAGES */
/*
#content {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  #content {
    margin-top: 30px;
  }
}
*/
.tiny-image {
  width: 30px;
  height: 30px;
  float: left;
}

a.anchor {
    display: block;
    position: relative;
    top: -260px;
    visibility: hidden;
}

/* ACCORDIONS (STORY PAGE) */
.accordion-button::after {
  background-image: url(../images/accordion-button.png)
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-button.png);
  transform: rotate(-180deg);
}

.accordion-header button {
  background-image: linear-gradient(rgba(0,0,0, 0), rgba(0, 0, 0, 0.2));
}

.accordion-body {
  padding-top: 15px;
}

.gradient-x-overlay-lg-dark::before {
  background-image: linear-gradient(to right,rgba(139,69,19,.5) 0,rgba(139,69,19,.7) 80%)
  /* background-image: none; */
}

.bg-img-overlay {
  background-image: linear-gradient(to right,rgba(222,184,135,.1) 0,rgba(222,184,135,.3) 80%)
}

.swiper {
  height: 80vh;
}

.card {
  margin-bottom: 20px;
  width: 100%;
}

.main-img-overlay {
    position : fixed;
    top : -150px;
    bottom : 0;
    right : 0;
    left : 0;
    background-image : url('../images/bg3.png');
    background-size : cover;
    opacity : 0.6;
    pointer-events : none;
    z-index : -1;
}

footer {
  height : 300px;
  padding-top: 220px;
  background-image : url('../images/canoe.png');
  background-repeat : no-repeat;
  background-size : cover;
  background-position: 100% 100%;
}

footer .container {
  padding-bottom: 0px;
}
.hal { font-style: italic; color: black}
.literal { font-size: smaller; }
.english { font-size: medium; }
.filled { fill: currentColor; }

#id_entry_type {
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 1em;
}
