@font-face {
  font-family: "Apercu";
  src: url("https://cdn.glitch.com/903fe6d5-756c-42c2-929e-567e2bf5d75e%2FApercu-Regular.eot?v=1614902618926");
  src: url("https://cdn.glitch.com/903fe6d5-756c-42c2-929e-567e2bf5d75e%2FApercu-Regular.eot?v=1614902618926") format("embedded-opentype"),
    url("https://cdn.glitch.com/903fe6d5-756c-42c2-929e-567e2bf5d75e%2FApercu-Regular.woff2?v=1614802829782") format("woff2"),
    url("https://cdn.glitch.com/903fe6d5-756c-42c2-929e-567e2bf5d75e%2FApercu-Regular.woff?v=1614802829615") format("woff"),
    url("https://cdn.glitch.com/903fe6d5-756c-42c2-929e-567e2bf5d75e%2FApercu-Regular.ttf?v=1614902619006") format("truetype"),
    url("https://cdn.glitch.com/903fe6d5-756c-42c2-929e-567e2bf5d75e%2FApercu-Regular.svg?v=1614902619286") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*{
  font-family: 'Apercu', sans-serif;
}
.navHr {
  background-color: #dd0031;
  width: 100%;
  height: 1px;
  margin:.5rem 0;
}
.cfaLogo {
  max-height: 50px;
}
.bg-cfa {
  background-color: #fff;
}
.navbar-cfa a {
  color: #dd0031;
  text-decoration:none;
}
.dropdown-menu a:hover {
  background-color: #dd0031;
  color: #fff;
}
.smLogo {
  width: 100%;
}
.cfaNav {
  color: #dd0031;
  border-width: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}
.navbar-toggler {
  color: #dd0031;
}
.border-nav {
  border-bottom: 5px solid #dd0031;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.dropdown-menu {
  border-left-color: #dd0031;
  border-width: 1px 1px 1px 2px;
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(45, 0, 10, 0.7);
}

.smLogo {
  text-align: center;
}
.navbar{
  min-height:76px;
}
ul.navbar-nav{
  padding-right:2rem;
}
.smLogoWrapper{
  right:1px;
}
html,
body {
  height: 100%;
}
.thinFont{
  font-weight:300;
}
.bg-1{
  background:#dd0031;
}
.bg-2{
  background:white;
}
a{
  cursor:pointer;
}
li.nav-item{

  margin:0 .5rem;
}
.sm-nav{
  padding-right:0!important;
}
.btn-team {
  background: linear-gradient(
    -180deg,
    rgba(254, 67, 108, 0.99),
    rgba(221, 0, 49, 0.99) 49%,
    #c20726
  );
  border-radius: 99px;
  color: #fff!important;
  margin: .5rem auto;
  max-width: 30ch;
  font-size: 1rem;
  text-decoration:none!important;
}
.btn-team:hover {
  background: linear-gradient(-180deg, #d0021b, #d0021b 49%, #af272f);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  color: #fff!important;
  text-decoration:none!important;
}
.modal-content{
  border:none;
}
.modal a {
  text-decoration: underline #dd0031;
  color: #dd0031;
}
.modal a:hover {
  text-decoration: underline #6e0018;
  color: #6e0018;
}
.modal b{
  color:#dd0031;
}
.linkContainer {
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 1rem;
}
.text-align-center{
  text-align:center;
}
.padding-1{
  padding:1rem;
}
.padding-top-1{
  padding-top:1rem;
}
.flip{
  transform:rotate(180deg);
}
@media only screen and (max-width: 767px){
  .optionsContainer{
  margin:auto;
  display:block;
  width:150px
}
}
.bodyContainer{
  padding-top:81px;
  min-height:calc(100vh - 81px);
  display:grid;
  place-items:center;
}