body {
  font-family: 'Barlow Condensed', 'Arial', sans-serif;
}

nav {
  font-size: 1.3rem !important;
  background: white;
}

nav a:hover,
.link-grey {
  color: #808080 !important;
}

.about-section, .nav_space {
  margin-top:100px;
}

.moto-gallery-header {
  font-size: 1.5rem;
  font-weight: bold;
}

.moto-gallery-desc {
  font-size: 1rem;
}

img {
  border-radius: 3%;
}

/* NAVBAR */
#logo-main {
  height: 6vh;
}

#translation>span {
  float: right;
  padding-right: 0.5rem;

}

.navbar_link_space {
  border-bottom: 1px solid #333333;
}

.flex-elem-adjust {
  flex: 1 1 auto;
}

.flex-elem-adjust-2 {
  flex: 2 1 auto;
}

@media (max-width: 992px) {
  #navbarSupportedContent {
    display: none !important;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }

  .mob-hr {
    display: block;
    height: 3px;
  }

  hr.half-width {
    width: 50%;
    margin: 0 0 1rem 0;
    border-top-width: medium;
  }
  
}

@media (min-width: 993px) {
  #navbarSupportedContent2 {
    display: none !important;
  }

  .mob-hr {
    display: none;
  }

  hr.half-width {
    width: 50%;
    margin: 0 0 3rem 0;
    border-top-width: medium;
  }
  .reset-padding {
    padding-right: calc(var(--bs-gutter-x)* .5) !important;
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
  }
}


.same_high_element {
  height: 100%;
}

.contact-section a {
  text-decoration: none;
  color: black;
}

footer {
  background-color: #8e8e8e;
}

footer a {
  text-decoration: none;
  color: white;
}

#contact-email {
  color: rgba(0, 0, 0, .5) !important
}

.hr {
  display: inline-block;
}

.hr:after {
  content: '';
  display: block;
  border-top: 3px solid grey;
  margin-top: 0.5em;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.arrow {
  text-align: right;
  align-self: center;
}

.icon-link {
  text-decoration: none;
  color: black;
}

/* articles */

.pagination a {
  text-decoration: none;
  color: grey;
  font-weight: bold;
}

.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.pagination a.active {
  color: black;
}

.page-link:hover {
  text-decoration: none !important;
  color: black !important;
}

.active>.page-link {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: white !important;
}