
            /* START HERE: COLORS */
            /* Primary Color */
            body { 
                color: #303030;
            }

            /* Secondary Color */
            a:hover {
                color: #a3a3a3;
            }

            /* Accent Color */
            a,
            a:visited,
            a:focus,
            a:active  {
                color: #e572ff;
            }

            /* BACKGROUND */
            /* Container Color */
            .container { 
                background-color: #ffffff;
            }

            /* HEADER: SITE TITLE COLORS */
            .site-title a,
            .site-title a:visited {
                color: #000000;
            }

            .site-title a:hover,
            .site-title a:active {
                color: #a3a3a3;
            }

            .site-description {
                color: #a3a3a3;
            }

            /* HEADER: MENU COLORS */
            .main-navigation a {
                color: #000000;
            }

            .main-navigation a:hover {
                color: #a3a3a3;
            }

            /* FOOTER: COLORS */
            .site-footer,
            .site-footer .container {
              background-color: #262626;
              color: #ffffff;
            }

            .footer-widget .widget-title {
              background-color: #262626;
              color: #ffffff;
            }


            .site-footer a,
            .site-footer a:visited {
              color: #ffffff !important;
            }

            .site-footer a:hover,
            .site-footer a:focus,
            .site-footer a:active  {
              color: #ec766as !important;
            }
        