@import 'https://fonts.googleapis.com/css?family=Merriweather:400,700';
/* GLOBAL VARIABLES */
/* For Media Query Mixin Below */
/* Colors */
/*$secondary: #81a3e2;*/
/* GLOBAL MIXINS */
/* Media Queries */
/* Link Colors */
a, a:link, a:visited {
  color: #907209;
  transition: color .5s; }
  a:hover, a:link:hover, a:visited:hover {
    color: #7f5f00; }

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

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

/* Content Colors */
#main {
  border-color: #777979; }
  #main h1 {
    color: #a1c655; }
  #main h2 {
    color: #a1c655; }

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

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