/* Jumbotron */
.jumbotron-social {
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.jumbotron-social li {
  display: inline-block;
  font-size: 24px;
}

.jumbotron-social li a {
  color: #00000080;
  pointer-events: all;
}

.jumbotron-social li a:hover {
  color: #111111;
  transform: scale(1.1);
}

.jumbotron-social li::after {
  content: "|";
  color: #111111;
  padding-inline: 8px;
  font-weight: 400;
}

.jumbotron-social li:last-child::after {
  display: none;
}

.jumbotron-social a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.jumbotron-social:hover a > :not(:hover) {
  opacity: 0.5;
  transform: scale(0.9);
}




/* Section */
section {
  padding-top: 5.2rem;
}

.title-section {
  font-family: "Lora", serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}

section p {
  font-size: 1.1rem;
  line-height: 1.2;
}
