﻿/*
    SteveKraft.com Radio seasonal layer
    The permanent Radio page remains one HTML file.
    websiteTheme controls holiday presentation.
    musicSeason controls actual station/music wording.
*/

body[data-website-theme="newyear"] .eyebrow {
    text-shadow: 0 0 14px rgba(255,255,255,.55);
}

body[data-website-theme="valentines"] .eyebrow {
    text-shadow: 0 0 14px rgba(255,100,150,.55);
}

body[data-website-theme="presidents"] .eyebrow {
    text-shadow: 0 0 14px rgba(120,170,255,.55);
}

body[data-website-theme="stpatricks"] .eyebrow {
    text-shadow: 0 0 14px rgba(80,220,120,.55);
}

body[data-website-theme="memorial"] .eyebrow {
    text-shadow: 0 0 14px rgba(180,200,255,.55);
}

body[data-website-theme="fourthofjuly"] .eyebrow {
    text-shadow: 0 0 14px rgba(255,100,100,.55);
}

body[data-website-theme="laborday"] .eyebrow {
    text-shadow: 0 0 14px rgba(255,200,100,.55);
}

body[data-website-theme="halloween"] .eyebrow {
    text-shadow: 0 0 14px rgba(255,130,40,.7);
}

body[data-website-theme="thanksgiving"] .eyebrow {
    text-shadow: 0 0 14px rgba(220,150,70,.65);
}

body[data-website-theme="christmas"] .eyebrow {
    text-shadow: 0 0 14px rgba(255,255,255,.65);
}

#radio-seasonal-title,
#radio-stream-name,
#radio-seasonal-eyebrow {
    transition: all .35s ease;
}
