/*
Theme Name: Gracey
Theme URI: https://gracey.qodeinteractive.com
Description: Creative Portfolio Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: gracey
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* target the exact selector from Gracey‑Core */
.qodef-portfolio-slider-holder.qodef-background-text 
  .qodef-text-marquee .qodef-m-text span {
  
  /* new size to get ~3 lines instead of 7 */
  font-size: 32.63vh !important;
	  
  /* inside fill 
  -webkit-text-fill-color: #D19850 !important;*/
  /* outline 
  -webkit-text-stroke-color: #D19850 !important;*/
  
  /* fallback if fill/stroke aren’t supported 
  color: #D19850 !important;*/
  
  /* keep the rows snug */
  line-height: 1 !important;
}

/* Apply to the <span class="marquee-letter">…</span> elements you wrapped around each character */
.marquee-letter:nth-child(7n+1){ color:#00cfff; }   /* cyan      */
.marquee-letter:nth-child(7n+2){ color:#ffd600; }   /* yellow    */
.marquee-letter:nth-child(7n+3){ color:#800020; }   /* burgundy  */
.marquee-letter:nth-child(7n+4){ color:#009e4f; }   /* green     */
.marquee-letter:nth-child(7n+5){ color:#000000; }   /* black     */
.marquee-letter:nth-child(7n+6){ color:#ff92c2; }   /* pink      */
.marquee-letter:nth-child(7n+7){ color:#004c4c; }   /* dark teal */

