h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-transform: capitalize;
}

.nav-wrapper ul li a {
  font-weight: 400;
  text-transform: capitalize;
  color: black;
  padding: 4px 0;
  display: block;
}

header.header.v2 {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

h1 {
  text-transform: capitalize;
  font-weight: 900;
  text-align: center;
}

h4 {
  text-transform: capitalize;
  font-weight: 800;
}

.expandedHeader .nav li a {
  text-transform: none;
  color: #878787;
  font-variant: normal;
  font-style: normal;
}

.menu-main-menu {
  width: 350%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 100;
  text-transform: capitalize;
}

.nav navbar-nav {
  float: none;
}
.custom-logo {
max-height: 30px;
}
site-logo .site-logo-inner {
    display: flex;
    align-items: center;
    height: 70px;
}