/* tutorial: https://codingyaar.com/bootstrap-carousel-multiple-items-increment-by-1/ */

.title-text {
  font-family: 'code-pro-demo-regular', sans-serif;
}

.img-wrapper {
  max-width: 100%;
  height: 15em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 578px) {
  .carousel-inner {
    display: flex;
  }
}

@media (min-width: 578px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
}

.article-news {
  /*margin-right: 0;*/
  /*flex: 0 0 33.333333%;*/
  /*display: block;*/
}

.carousel-inner {
  padding: 1em;
}

.card {
  margin: 0 .5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}

.carousel-control-prev, .carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.card:hover {
  transform: scale(1.03);
}

.card {
  transition: all 0.3s;
}

.hactive a {
  border-bottom: 2px solid #e1000f;
}

dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 12px;
}

dt {
  float: left;
  width: 35%;
  padding: 0;
  margin: 0;
}

dd {
  float: left;
  width: 65%;
  padding: 0;
  margin: 0;
}

.athlete-name-cont {
  /*border-bottom: 2.5px solid #e1000f;*/
  /*position: relative;*/
}

.img-desc:hover {
  opacity: 0.1;
}

.img-desc {
  transition: all 0.3s;
}

.line {
  height: 2px;
  width: 100px;
  background-color: #e1000f;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

a.anchor {
  display: block;
  position: relative;
  top: -77px;
  visibility: hidden;
  scroll-behavior: smooth;
}

.parallax-custom {
  position: relative;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.parallax-custom:before {
  content: "";
  background-image: url('grey_triangular_background_gr_v9.png');
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
  background-attachment: fixed;
  height: 100%;
}

.fa.fa-angle-down.icon-down {
}

.container .fa-angle-down {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.container img {
  display: block;
}

