@import 'https://fonts.googleapis.com/css?family=Merriweather:400,700';
/* GLOBAL VARIABLES */
/* For Media Query Mixin Below */
/* Colors */
/* GLOBAL MIXINS */
/* Media Queries */
/* Link Colors */
a, a:link, a:visited {
  color: #1d7eaf;
  transition: color .5s; }
  a:hover, a:link:hover, a:visited:hover {
    color: #24b5ff; }

/* Navigation Colors */
nav ul li.active a {
  color: #bf0303; }

/* Content Colors */
#main {
  border-color: #252525; }
  #main h1 {
    color: #bf0303; }
  #main h2 {
    color: #bf0303; }

/* Header Colors */
#header .header__utility-nav__headline {
  background-color: #252525; }
  @media screen and (min-width: 40.3125em) {
    #header .header__utility-nav__headline {
      color: #bf0303;
      background-color: transparent; } }

/* Footer Colors */
#footer .footer__top {
  background-color: #252525; }

#footer .footer_bottom .social_icons a {
  color: #1d7eaf;
  fill: #1d7eaf; }
