/* Image Scroll in Text - Infinite */
/* Currently NOT IN USE*/
.cloud-text {
	background-clip: text;
    -webkit-text-fill-color: transparent;	
	background-image: url(/img/clouds.gif);
	background-size: auto;
	background-attachment: inherit;
	background-position: 0%;
	width: 100%;
	margin: 10%;
	animation: clouds-moving infinite 220s;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-timing-function: linear;
	-webkit-text-stroke:5px #453e41;
    paint-order: stroke fill;
}
@keyframes clouds-moving {
	0% {
		background-position: 0%;	
	}
	50% {
		background-position: 100%;	
	}
	100% {
		background-position: 0%;
	}
}

/* Magic Sparkly Text Code - BEGIN */
/* Source: https://freefrontend.com/code/sparkling-gradient-text-highlight-2026-02-14/ */

:root {    /* Gradient Colors */
    --purple: rgb(123, 31, 162);
    --blue: #7fdeff;
    --yellow: #ffe8a2;
    --gold: #f8d671;
}

@keyframes background-pan {
    from {
        background-position: 0% center;
    }
    
    to {
        background-position: -200% center;
    }
}

@keyframes scale {
    from, to {
        transform: scale(0);
    }
    
    50% {
        transform: scale(1);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(180deg);
    }
}

sparkle > .magic {
    display: inline-block;
    position: relative;
}

sparkle > .magic > .magic-star {
    --size: clamp(20px, 1.5vw, 30px);
    
    animation: scale 2s ease-in-out infinite alternate forwards;
    display: block;
    height: var(--size);
    left: var(--star-left);
    position: absolute;
    top: var(--star-top);
    width: var(--size);
}

sparkle > .magic > .magic-star > svg {
    animation: scale 2s ease-in-out infinite alternate forwards;
    animation: rotate 2s ease-in-out infinite alternate forwards;
    display: block;
    opacity: 0.7;
}

sparkle > .magic > .magic-star > svg > path {
    fill: var(--gold);
}

sparkle > .magic > .magic-text {
    animation: background-pan 5s linear infinite; /* Gradient Speed */
    background: linear-gradient(
        to right,
        var(--purple),
        var(--blue),
        var(--yellow),
        var(--purple)
    );
    background-size: 200%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

sparkle > .magic > .magic-text-stroke { /*  For title/logo  */
    animation: background-pan 3s linear infinite; /* Gradient Speed */
    background: linear-gradient(
        to right,
        var(--purple),
        var(--blue),
        var(--yellow),
        var(--purple)
    );
    background-size: 200%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:5px rgba(255, 255, 255, 0.9);
    paint-order: stroke fill;
    white-space: nowrap;
    text-shadow: rgba(97, 61, 147, 0.8) 15px 10px 15px;
}


sparkle > .magic > .magic-title {
    color: white;
    font-family: var(--titlefont);
    font-size: 110px;
    margin: 0px;
    padding: 0.1rem;
    text-align: center;
}
/* Magic Sparkly Text Code - END */

/* Scroll Box - Cloud - BEGIN */
.scrollbox {
background: #fff;
background-clip: padding-box;
border: 20px solid;
border-image: url(../img/assets/borders/cloud.png) 15 round round;
width:70% center;
min-height:10px;
max-height:100px;
overflow-y:auto;
}
/* Scroll Box - Cloud - END */

/* Gradient Stroke Text - BEGIN */
.gradmask-yellow {
background: linear-gradient(#FFFFFF, #FFF95B, #ECAA0F);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
filter: drop-shadow(0px 1.5px #5C5C5C) drop-shadow(0 -1.5px #5C5C5C) drop-shadow(1.5px 0 #242424) drop-shadow(-1.5px 0 #242424);
}

.gradmask-blue {
background: linear-gradient(#FFFFFF, #aaeaff, #00a5e0);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
filter: drop-shadow(0px 1.5px #5C5C5C) drop-shadow(0 -1.5px #5C5C5C) drop-shadow(1.5px 0 #242424) drop-shadow(-1.5px 0 #242424);
}

.gradmask-pink {
background: linear-gradient(#FFFFFF, #fecef1, #ef9cda);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
filter: drop-shadow(0px 1.5px #5C5C5C) drop-shadow(0 -1.5px #5C5C5C) drop-shadow(1.5px 0 #242424) drop-shadow(-1.5px 0 #242424);
}

.gradmask-pinkwhite {
background: linear-gradient(#FFFFFF, #fecef1, #ef9cda);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
filter: drop-shadow(0px 1.5px #FFFFFF) drop-shadow(0 -1.5px #FFFFFF) drop-shadow(1.5px 0 #FFFFFF) drop-shadow(-1.5px 0 #FFFFFF);
}

.gradmask-purplewhite {
background: linear-gradient(#FFFFFF, #dabfff, #584597);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
filter: drop-shadow(0px 1.5px #FFFFFF) drop-shadow(0 -1.5px #FFFFFF) drop-shadow(1.5px 0 #FFFFFF) drop-shadow(-1.5px 0 #FFFFFF);
}

.gradmask-silver {
background: linear-gradient(#FFFFFF, #888888, #525252);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
filter: drop-shadow(0px 1.5px #FFFFFF) drop-shadow(0 -1.5px #FFFFFF) drop-shadow(1.5px 0 #FFFFFF) drop-shadow(-1.5px 0 #FFFFFF);
}

.gradmask-trans {
background: linear-gradient(#f7a8b8, #ffffff, #55cdfc);
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;
filter: drop-shadow(0px 1.5px #FFFFFF) drop-shadow(0 -1.5px #FFFFFF) drop-shadow(1.5px 0 #FFFFFF) drop-shadow(-1.5px 0 #FFFFFF);
}
/* Gradient Stroke Text - END */

/*  Expanding Content Box - Dotted - BEGIN  */
.dotbox { 
    background: rgba(255, 255, 255, 0.4);
    border: 3px dotted #fff;
    min-height:10px;
    padding: 0.5rem;
    display: flex;
    border-radius: 12px;
}

.dotbox img { 
    float:left;
    border-radius: 25px;
}
/*  Expanding Content Box - Dotted - END  */

/*  Image Gallery Modal - BEGIN */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
    transform: scale(1.2);
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(85, 75, 105, 0.8);
    /* BG w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 120px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
    width: 100%;
    }
}
/*  Image Gallery Modal - END */

/* In-Page Tabs - BEGIN */
/* Style tab bar */
.tablinks {
    background-color: #dabfff;
    color: white;
    float: left;
    border: 3px dotted #fff;
    outline: none;
    cursor: pointer;
    padding: 10px 5px;
    font: 1.8em var(--headerfont);
    width: 25%;
    border-radius: 12px;
}

.tablinks:hover {
    transform: scale(125%);
    background: url(../img/assets/Skitty-1.gif) no-repeat right;
    background-color: #f1e8ff;
    cursor: pointer;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    background-color: #dabfff;
    display: none;
    padding: 50px 0px;
    border-radius: 12px;
}

#Tab1 {background-color: mediumpurple;}
#Tab2 {background-color: green;}
#Tab3 {background-color: blue;}
#Tab4 {background-color: orange;}
/* In-Page Tabs - END */

/* Hamburger Menu - BEGIN */
#burger {
    display:none;
    width:100%;
    position:fixed;
    top:0;
}

#burger summary {
    list-style-type: none;
    cursor: pointer;
    display:flex;
    align-items:center;
    color:var(--burger);
    padding:5px;
    background:var(--background);
}

#burger summary::before, #burger[open]>summary::before {
    height:40px;
    width:40px;
    background:var(--burger);
}

#burger summary::-webkit-details-marker {
    display: none;
}

#burger summary::before {
    content: '';
    mask-image:var(--burgericon);
    -webkit-mask-image:var(--burgericon);
    mask-size:40px;
    -webkit-mask-size:40px;
}

#burger[open]>summary::before {
    content: '';
    mask-image:var(--closeicon);
    -webkit-mask-image:var(--closeicon);
    mask-size:40px;
    -webkit-mask-size:40px;
}

#burger[open] {
    position:fixed;
    background:var(--overlay);
}

.skip a {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.skip a:focus {
    position:static;
    width:auto;
    height:auto;
}

#burger-menu {
    height:calc(100vh - 70px);
    overflow:auto;
    z-index:1000;
    background:var(--navbg);
    width:200px;
}
/* Hamburger Menu - END */