            /* START HERE: COLORS */
            /* Primary Color */
            body { 
                color: #303030;
            }

            /* Secondary Color */
            a:hover {
                color: #e6c7d5;
            }

            /* Accent Color */
            a,
            a:visited,
            a:focus,
            a:active  {
                color: #53383c;
            }

            .cat-links {
                color: #53383c;
            }

            /* 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: #53383c;
            }

            .main-navigation a:hover {
                color: #b19b86;
            }

            .site-header,
            .site-header .container,
            button.menu-toggle,
            button.menu-toggle:hover {
                background-color: #e6c7d5;
            }

            /* FOOTER: COLORS */
            .site-footer,
            .site-footer .container,
            .footer-widget .widget-title {
              background-color: #e6c7d5;
              color: #53383c;
            }

            .site-footer a,
            .site-footer a:visited {
              color: #666666;
            }

            .site-footer a:hover,
            .site-footer a:focus,
            .site-footer a:active  {
              color: #cccccc;
            }

            .site-footer-bottom,
            .site-footer-bottom .container {
              background-color: #e6c7d5;
              color: #666666;
            }

            .site-footer-bottom a,
            .site-footer-bottom a:visited {
              color: #ffffff;
            }

            .site-footer-bottom a:hover,
            .site-footer-bottom a:focus,
            .site-footer-bottom a:active  {
              color: #53383c;
            }
        