/*================================
    VARIABLES
================================*/
:root {
    --dkest-color: #07060A;
    --dk-color: #0E0B1F;
    --mid-color: #A98BE8;
    --lt-color: #FFF;
    --primary: #5C44AB;
    --site-bg: linear-gradient(to bottom, #07060A 50%, #0E0B1F 100%);
    --header-bg: linear-gradient(to bottom, #341961 20%, #0E0B1F 80%);
    --divider: #FFFFFF21;
    --bg-faded: #090811;
}

/*================================
    IMPORTS
================================*/
@import url(https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap);

/*================================
    FONT FAMILIES
================================*/

@font-face {
    font-family: 'Sigmar One';
    src: url(/Stylesheet/Graphics/CSS-Stuff/SigmarOne-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Toy Box';
    src: url(/Stylesheet/Graphics/CSS-Stuff/wayfarers-toy-box.ttf);
    font-weight: 400;
}

/*================================
    BASICS
================================*/
body {
    font-family: 'Shantell Sans', Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: var(--lt-color);
    background-image: url(/Stylesheet/Graphics/CSS-Stuff/tiles.png), var(--site-bg);
    background-attachment: fixed;
    background-size: 70px;
    background-repeat: repeat;
    margin: 2vw auto;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    scrollbar-color: var(--primary) var(--dkest-color);
    scrollbar-width: thin;
}

/*================================
    LINK STYLE
================================*/
a {
    color: var(--primary);
}

a:hover,
.font-italic,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: var(--mid-color);
}

a,
a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.button {
    text-decoration: none;
    transition: color .25s ease;
}

/*================================
    CLASSES
================================*/
table {
    width: 100%;
    border: 1px solid var(--divider);
    font: inherit;
    overflow: auto;
}

main {
    margin: 0 2rem 0 -2rem;
}

badges,
playlist {
    margin-left: auto;
}

yippee,
blinkie {
    margin-left: -16.5rem;
    margin-right: 17rem;
}

playlist {
    max-width: 41.6666666667%;
    margin-top: -1.2rem;
    z-index: 2;
}

yippee {
    margin-top: -7.5rem;
    z-index: 1;
}

blinkie {
    max-width: 80%;
    margin-top: -1rem;
}

badges {
    bottom: 0;
    max-width: 65%;
    margin-top: -3.3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: bold;
}

h3 {
    font-size: 1rem;
}

hr {
    border-top: 2px solid var(--divider);
}

ul {
    margin: 0;
    list-style: url(/Stylesheet/Graphics/CSS-Stuff/purple_star_bullet.png);
}

.card,
.header,
.button,
.navbutton,
.imgcredit,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 3px solid var(--dk-color);
}

/*================================
    ADD-IN CLASSES
================================*/
.container,
.container-fluid {
    margin: 1rem auto;
    padding: 0;
    max-width: 1050px;
}

.title {
    margin: auto;
    font-size: 2.7rem;
    font-family: 'Sigmar One', sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2.2px -2.2px 0 #FFF,
        2.2px -2.2px 0 #FFF,
        -2.2px 2.2px 0 #FFF,
        2.2px 2.2px 0 #FFF;
}

.header {
    padding: .25rem;
    display: flex;
    background: var(--header-bg);
    border-top: none;
    border-left: none;
    border-right: none;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.window-icon {
    height: 23px;
    width: 23px;
    margin-left: .25rem;
    display: inline-flex;
    padding: 0 .25rem;
    background: var(--header-bg);
    border-top: 1px solid var(--mid-color);
    border-bottom: 2px solid var(--dk-color);
    border-left: 1px solid var(--mid-color);
    border-right: 2px solid var(--dk-color);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: normal;
}

.card {
    background: var(--dkest-color);
    border-radius: 0;
}

.bg-faded {
    background: var(--bg-faded);
}

.navbutton {
    width: 100%;
    display: block;
    padding: 4px 2px;
    background: var(--site-bg);
    border-left: none;
    border-right: none;
    align-items: center;
    color: inherit;
    text-align: center;
    text-transform: capitalize;
    transition: background .25s ease;
}

.navbutton:focus,
.navbutton:hover {
    background: var(--mid-color);
    color: inherit;
    transition: background .25s ease;
}

.button {
    width: 100%;
    display: inline-block;
    padding: 4px 10px;
    background: var(--site-bg);
    color: var(--lt-color);
    align-items: center;
    text-align: center;
}

.imgcredit,
.navbutton,
.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-bottom: none;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link.active {
    padding: 3px 10px;
    background: var(--bg-faded);
    color: inherit;
}

.nav-tabs .nav-link.active {
    margin: -3px -3px 0 0;
    height: calc(100% + 6px);
    color: var(--mid-color);
}

.blorbo {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--dk-color);
}

.favename {
    margin-bottom: -.2rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.imgcredit {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    padding: .25rem;
    flex-direction: column;
    background: var(--dk-color);
    border-right: none;
    border-radius: 50% 0 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: hsla(60, 29%, 97%, .05);
}

.progress {
    background: var(--bg-faded);
    border-top: 1px solid var(--dk-color);
    border-left: 1px solid var(--dk-color);
}

.musicbutton {
    margin: -5px 0 0 -6px;
    padding: .25rem;
    background: var(--bg-faded);
    border-top: 1px solid var(--dkest-color);
    border-bottom: 2px solid var(--dk-color);
    border-left: 1px solid var(--dkest-color);
    border-right: 2px solid var(--dk-color);
}

.decor {
    display: inline-block;
    margin: .25rem;
}

.hvr-rotate {
    
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus, 
.hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

/*================================
    TABLET STUFF
================================*/
@media only screen and (max-width: 1620px) {
    
    playlist {
        margin-top: -2rem;
    }
    
    yippee,
    blinkie {
        margin: -6rem 8.5rem 0 -15.5rem;
    }
    
    badges {
        margin-top: -3.4rem;
    }
    
    .container,
    .container-fluid {
        max-width: 1030px;
    }
    
/*================================
    MOBILE STUFF
================================*/
@media only screen and (max-width: 800px) {
    
    main {
        margin: 0 0 1rem;
    }
    
    yippee,
    playlist,
    badges,
    blinkie {
        max-width: 100%;
        margin: 0;
    }
    
    yippee,
    playlist,
    badges,
    blinkie {
        margin-top: 1rem;
    }
    
    h3 {
        font-size: .9rem;
    }
    
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    
    .title {
        font-size: 1.8rem;
    }
    
    .nav-tabs .nav-link.active {
        height: calc(100% + 9px);
    }
    