
.container {
  z-index: 10;
  font-family: 'Fira Mono', 'Times New Roman';
}

#title-name {
  font-size: 36px;
}

.name-row {
  margin-top: 14px;
  margin-bottom: 10px;
}

#title-icons {
  align-self: center;
  text-align: center;
}

#title-intro {
  font-size: 15px;
  font-family: 'DM Sans';
  background: whitesmoke;
  margin: 5px;
  border-radius: 10px;
  padding: 8px;
  padding-bottom: 15px;
}

#title-intro div {
  margin-top: 10px;
}

.section-heading {
  font-size: 34px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.slideshow {
  text-align-last: center;
}

.slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 5px 5px rgb(186, 199, 206);
  border: 1px solid black;
  position: absolute;
  left: 0px;
}

.image-box {
  border-radius: 30px;
  height: 250px;
  position: relative;
}

.slideshow-btn:hover {
  cursor: pointer;
  color: rgb(126, 126, 126)
}

.slideshow-btn {
  color: rgb(0, 0, 0);
  vertical-align: text-bottom
}

.dots {
  position: absolute;
  left: 0px;
  color: white;
  top: 90%;
  width: 100%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.dot {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgb(204, 204, 204);
  border-radius: 20px;
  border: 1px solid rgb(70, 70, 70);
}

.selected-dot {
  background-color: rgb(122, 122, 122);
  transition: background-color 0.5s ease;
  pointer-events: none;
}

.tags {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .tags {
    margin-top: 20px;
  }
  #title-intro {
    font-size: 14px;
  }
}

.tags span {
  font-family: 'Lexend Deca', 'Helvetica';
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.747);
  padding: 4px 6px 4px 6px;
  margin-right: 7px;
  margin-top: 20px;
  font-size: 14px;
}

.tags .col-auto {
  margin-top: 10px;
  padding: 0px
}

.description-title {
  margin: 20px 10px 10px 0px;
  font-weight: bold;
  font-family: 'DM Sans';
  letter-spacing: 1px;
  font-size: 15px;
}

.description-body {
  font-family: 'DM Sans';
  font-size: 14px;
}

.description-links {
  margin-top: 10px;
}

.description-links i {
  color: rgb(92, 92, 92);
}