


body {
  font-family: 'Lato';
  color: #212529;
  margin-top: 85px /* for content clearing fixed nav */
}


.bg-dark {
    background-color: #003249 !important;
}

.logo {
	max-width: 250px;
}

.navbar-toggler::before {
  content: 'MENU';
  padding: 3px;
  position: absolute;
  font-size: 0.8em;
  display: inline-block;
  right: 58px;
}

.icon-bar {
	width: 22px;
	height: 2px;
	background-color: white;
	display: block;
	transition: all 0.2s;
	margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('/img/champion-energy-home-bkgrd-2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  background-color: #003249;
}

.masthead h1 {
  color: white;
}

h1,h3,h5 {
  color: #52Ae32; /* brand green */
  font-weight:700;
}

h2,h4,h6 {
  color: #3479b5;
  font-weight:700;
}

a {
  color: #3479b5; /* brand blue */
}

footer a, footer a:hover {
  color: white;
}

footer {
  color: white;
  font-size: 0.85em;
}

footer .logo {
  max-width: 180px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #3479b5; /* brand blue */
}



/* Responsive */

@media (max-width: 576px) {
  body {margin-top: 70px;}
   .logo {max-width: 190px;}
 }
