.navbar-brand span {
  color: rgb(241, 245, 2);
}

.navbar a {
  font-size: 25px;
}

.navbar ul li a {
  font-size: 18px;
  font-weight: lighter;
}

/* #home {
  background: #abadad;
} */

.jumbotron a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  font-size: 30px;
  z-index: 0;
}

.jumbotron a::before {
  content: "";
  inset: 0;
  background: #d55650;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.jumbotron a:hover {
  color: #000000;
}

.jumbotron {
  padding-top: 10rem;
  background: url("/img/design-background-portfolio.jpg") no-repeat;
  background-size: cover;
}

.jumbotron h3 {
  color: white;
  font-weight: lighter;
}

.jumbotron .display-4 {
  color: white;
}

.jumbotron h4 {
  color: white;
  font-weight: lighter;
}

.jumbotron span {
  color: rgb(245, 199, 115);
}

#about {
  font-size: 20px;
  text-align: justify;
}

@media screen and (max-width: 576px) {
  #about p {
    padding: 15px;
    text-align: justify;
  }
}

.p .download {
  padding-top: 20px;
  text-align: justify;
}

/* project */
/* #project {
  background-color: #9ba8ae;
} */

footer {
  background: #747373;
  padding: 20px;
}

footer a {
  color: rgb(245, 199, 115);
  font-weight: lighter;
}

section {
  padding-top: 5rem;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .carousel-item {
    padding-bottom: 145px;
  }

  .carousel-caption {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

#footer {
  color: black;
  background: #eff4f0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0563bb;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: grey;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}

#caption .p {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}
