.card {
  border: none;
}

.max-width-section {
  max-width: 1200px;
}

.services-card {
  margin-bottom: 2rem;
}

.project-item {
  margin-bottom: 3rem;
}

.cta-section {
  background-color: #143651;
  
}

.expander-bar {
  transition: 1s;
}
.expander-bar:hover {
  background-color: lightgray;
}

[aria-expanded=false] .fa-chevron-up,
[aria-expanded=true] .fa-chevron-down {
  display: none;
}/*# sourceMappingURL=index.css.map */

.main_button {
  color:white;
  border: solid 2px white;
}

.main_button:hover {
  background-color: white;
  color:#143651;
  font-weight: 700;
  border: solid 2px #143651;
}

.secondary_button{
  border:solid 2px #143651;
  color:white;
  background-color:#143651;
  font-weight:500;
}

.secondary_button:hover {
  background-color:white;

  border:solid 2px #143651;
  color: #143651;
  font-weight:500;
}

#brandText {
  font-size: 48px;
}

#brandSubtext {
  font-size: 24px;
  font-weight: 300;
}

@media (min-width: 768px) {
  #brandText {
    font-size: 80px;
  }
  #brandSubtext {
    font-size: 40px;
  }
}