/*
The purpose of this stylesheet is to build site-specific styles on top of the
oxstrap.css standard styling.
*/
/*
-------------------------------------------------------------------------------

LOGOS

-------------------------------------------------------------------------------
*/
.navbar .fas {
  font-size: 2rem;
  color: #99a6b5;
  margin: 0 0.5rem 0.25rem 0; }

.stacked-header .navbar-brand {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  margin-left: 96px;
  margin-top: 12px; }

@media (min-width: 992px) {
  .stacked-header .navbar-brand {
    font-size: 3rem;
    margin-left: 160px;
    margin-top: 32px; } }
