body {
  background-color: #f7f7f7;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

h2 {
  font-size: 2.5rem;
  padding: 60px 0 50px 0;
}

nav {
  --bs-navbar-color: #fff !important;
  background-color: rgb(0 71 171) !important;
}

#navbarNav {
  flex-direction: row-reverse;
}

:root {
  --bs-link-color: rgb(0 71 171) !important;
  --bs-link-color-rgb: 0, 71, 171;
}

.btn-primary {
  --bs-btn-bg: rgb(0 71 171) !important;
  --bs-btn-border-color: rgb(0 71 171) !important;
  /* rgb(0 71 171) !important; */
}

section {

  margin-bottom: 80px;
}

#hero {
  background-image: url('../img/passadicos-pb-light.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#hero>div {
  background-color: rgb(0 71 171 / 70%);
  padding-top: 100px;
  padding-bottom: 100px;
}

#hero h1 {
  font-size: 3.5rem;
}


#hero h2 {
  text-align: left;
}

.professional-headshot {
  /* margin-top: 125px; */
  margin-bottom: 25px;
  max-width: 250px;
}

#about-me .btn {
  margin-bottom: 40px;
}

#skills-tools {
  background-color: #e9e9e9;
  padding: 20px 0 40px 0;
}

#skills-tools .col {
  margin-bottom: 30px;
}

@media screen and (min-width:992px) {
  #skills-tools p {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
  }

}

#skills-tools i {
  font-size: 50px;
}

#work .card-title {
  padding: 10px 0;
}

#work .card-title a {
  text-decoration: none;
}

#work .card-subtitle {
  padding: 10px 0;
}

#work ul {
  margin-bottom: 0;
}

#contact .card-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

#contact i {
  font-size: 35px;
  margin-bottom: 20px;
}

#contact a {
  /* color: rgb(33, 37, 41); */
  text-decoration: none;
}

#contact a:hover {
  background-color: #f0f0f0;
}