/* REVEAL
/////////////////////////////////////////////////////// */

.reveal { 
	width: 100%;
    margin: 0 auto;
	position: relative; }

.reveal__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, var(--orange), var(--orange)) no-repeat;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 1s;
	position: relative; }

.reveal__text h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 900;
    font-size: 14.942vw;
    line-height: 0.813em; 
    letter-spacing: -0.0125em;
    text-align: center;
    color: rgba(255,80,0,0.3); }

.reveal__home .reveal__text h2 {
    font-size: 17.942vw; }

/* COLORS
/////////////////////////////////////////////////////// 

#timeline .reveal__text {
    background: linear-gradient(to right, var(--fuchsia), var(--fuchsia)) no-repeat;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 1s; }

#timeline .reveal__text h2 {
    color: rgba(255,0,255,0.3); }

#quiz .reveal__text {
    background: linear-gradient(to right, var(--blue), var(--blue)) no-repeat;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 1s; }

#quiz .reveal__text h2 {
    color: rgba(0,0,255,0.3); }

#words .reveal__text {
    background: linear-gradient(to right, var(--green), var(--green)) no-repeat;
    -webkit-background-clip: text;
            background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1,.5,.5,1) 1s; }

#words .reveal__text h2 {
    color: rgba(39,231,80,0.3); }

*/

/* STYLE
/////////////////////////////////////////////////////// */