@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: #618020;
  transition: color .5s; }
  a:hover, a:link:hover, a:visited:hover {
    color: #405c06; }

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

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

/* Content Colors */
#main {
  border-color: #45485d; }
  #main h1 {
    color: #8389b0; }
  #main h2 {
    color: #8389b0; }

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

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