            /* START HERE: COLORS */
            /* Primary Color */
            body { 
                color: #7b14e2;
            }

            /* Secondary Color */
            a:hover {
                color: ;
            }

            /* Accent Color */
            a,
            a:visited,
            a:focus,
            a:active  {
                color: ;
            }

            .cat-links {
                color: ;
            }

            /* Social Icons Color */
            .widget-social a {
                color:  !important;
            }

            /* Social Icons Hover Color */
            .widget-social a:hover {
                color:  !important;
            }

            /* Button Colors */
            .button,
            button,
            input[type="button"],
            input[type="reset"],
            input[type="submit"],
            .mc4wp-form input[type="submit"],
            .jetpack_subscription_widget input[type=submit] {
                background: ;
                color:  !important;
                border-color: ;
            }

            /* Button Hover Colors */
            .button:hover,
            button:hover,
            input[type="button"]:hover,
            input[type="reset"]:hover,
            input[type="submit"]:hover,
            .mc4wp-form input[type="submit"]:hover,
            .jetpack_subscription_widget input[type=submit]:hover {
                background: ;
                color:  !important;
                border-color: ;
            }

            /* BACKGROUND */
            /* Container Color */
            .container { 
                background-color: ;
            }

            /* HEADER: SITE TITLE COLORS */
            .site-title a,
            .site-title a:visited {
                color: ;
            }

            .site-title a:hover,
            .site-title a:active {
                color: ;
            }

            .site-description {
                color: ;
            }

            /* HEADER: COLORS */
            .main-navigation a,
            button.menu-toggle {
                color:  !important;
            }

            .main-navigation a:hover,
            button.menu-toggle:hover {
                color:  !important;
            }

            .site-header,
            .site-header .container,
            button.menu-toggle,
            button.menu-toggle:hover {
                background-color: ;
            }

            .search-top .site-search:before {
                color: ;
            }

            /* FOOTER: COLORS */
            .site-footer,
            .site-footer .container,
            .footer-widget .widget-title {
              background-color: ;
              color: ;
            }

            .site-footer a,
            .site-footer a:visited {
              color: ;
            }

            .site-footer a:hover,
            .site-footer a:focus,
            .site-footer a:active  {
              color: ;
            }

            .site-footer-bottom,
            .site-footer-bottom .container {
              background-color: ;
              color: ;
            }

            .site-footer-bottom a,
            .site-footer-bottom a:visited {
              color: ;
            }

            .site-footer-bottom a:hover,
            .site-footer-bottom a:focus,
            .site-footer-bottom a:active  {
              color: ;
            }
        