body{
  font-family: RedHatText, "Red Hat Text", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5{
  font-weight: 400;
  font-family: 'RedHatDisplay', 'Red Hat Display', 'Overpass', Overpass, 'Helvetica Neue', Arial, sans-serif;
}

.nav-band{
  box-shadow: 0 2px 4px 0 #e0e0e0;
  background: #ffffff;
  position: fixed;
  display: flex;
  width: 100%;
  top: 0;
  align-items: center;
}

.nav-container{
  margin-left:30px;
  margin-right: 30px;
}

@media (min-width:797px){
  .nav-container{
    margin-left: auto;
    margin-right: auto;
}
  

.mdBtnR .mdBtnR-text, a.mdBtnR .mdBtnR-text{
  font-size: 18px;
}
  
.header-top-margin{
  margin-top:80px !important;
}
