body{
  color: white;
  font-family: 'Raleway', sans-serif;
  font-optical-sizing: auto;
}
.cmfi_logo{
  width: 15rem;
}
.centered-align-items{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmfi-custom-button{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  color: #0e2c3b;
  background: white;
  border: 2px solid white;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 30px;
  transition: 0.4s all;
}
.cmfi-custom-button:hover{
  color: white;
  background: #0e2c3b;
  border: 2px solid white;
  transition: 0.4s all;
}
.custom-nav-link{
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: white;
  padding-bottom: 0;
  border-bottom: 4px solid transparent;
  margin-right: 6rem !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  transition: 0.3s ease !important;
}
.custom-nav-link:hover{
  color: white;
  border-bottom: 3px solid white;
  transition: 0.3s ease !important;
}
.cmfi-custom-button-reverse{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
  /* color: #0e2c3b; */
  /* background: white; */
  color: white;
  background: #0e2c3b;
  border: 2px solid white;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 30px;
  transition: 0.4s all;
}
.cmfi-custom-button-reverse:hover{
  color: #0e2c3b;
  background: white;
  border: 2px solid white;
  transition: 0.4s all;
}
.cmfi-footer{
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.footer-link{
  font-weight: 600;
  font-size: 1.15rem;
  color: white;
  text-decoration: underline;
}
.footer-sep-div div{
  margin-bottom: 0.45rem;
}
.footer-link-text{
  color: white;
  font-weight: 550;
}
