/* helpers */

.spacer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .dark-bg {
    background-color: #11122b;
    color: #cbcbcb;
  }
  
  .phone a {
    color: #cbcbcb;
    text-decoration: none;
    transition: 0.5s;
  }
  
  .phone a:hover {
    color: #cea135;
    text-decoration: none;
  }

  .spacer60 {
    height: 60px;
    width: 100%;
}


  .spacer10 {
    height: 10px;
    width: 100%;
}


  .anchor-link {
    text-decoration: none;
}

.anchor-link:focus {
    outline: none;
}


.anchor-link h1::after {
  font-family: "Font Awesome 5 Free";
  content: " \f0c1";
  font-weight: 900;
}