/*=====================================================================
    VARIABLES
=====================================================================*/
:root {
    --primary-accent: #8d7caa;
    --secondary-accent: #d0c3e6;
    --lt-color: #F2F0F5;
    --mid-color: #463e55;
    --dk-color: #211e29;
    --dkest-color: #0c0b0f;
    --header-bg: linear-gradient(to bottom, #FFF 1%, var(--primary-accent) 9%, #372E47 90%);
    --site-width: 1200px;
}
/*=====================================================================
    FONTS
=====================================================================*/

@font-face {
    font-family: 'TinyUnicode';
    src: url(/stylesheet/fonts/TinyUnicode.ttf);
}

@font-face {
    font-family: '16bfZX';
    src: url(/stylesheet/fonts/16bfZX.ttf);
}

@font-face {
    font-family: 'JinxedWizards';
    src: url(/stylesheet/fonts/JinxedWizards.ttf);
}

@font-face {
    font-family: 'SNESesque';
    src: url(/stylesheet/fonts/SNESesque.ttf);
}

@font-face {
    font-family: 'Adventurer';
    src: url(/stylesheet/fonts/Adventurer.ttf);
}

@font-face {
    font-family: 'BasicHandwriting';
    src: url(/stylesheet/fonts/BasicHandwriting.ttf);
}
/*=====================================================================
    BASICS
=====================================================================*/
body {
    height: fit-content;
    background: var(--dkest-color);
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 13.2px;
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    scrollbar-color: var(--primary-accent) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}
/*=====================================================================
    PRIMARY STYLING
=====================================================================*/
a,
ul ::marker,
ol ::marker,
.titleheader,
.text-accent,
.updatetitle {
    color: var(--primary-accent);
}

a,
.btn,
button,
select {
    text-decoration: none!important;
    box-shadow: none!important;
    outline: none;
    transition: .25s ease;
}

a:hover,
a:focus,
.music-button,
.text-faded,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    color: var(--secondary-accent);
}

.bg-primary,
.card-primary,
.badge-primary,
a.badge-primary,
.progress-bar,
.btn-primary
 {
    background: var(--primary-accent)!important;
}

.btn:hover,
.btn:focus,
.btn.active,
button:hover,
.dropdown-item:hover,
.dropdown-item:focus {
    background: var(--secondary-accent)!important;
}

.btn,
.dropdown-item {
    letter-spacing: 1px;
    font-family: 'SNESesque';
}

.btn {
    font-size: 1.4rem;
}
/*=====================================================================
    CLASSES
=====================================================================*/
.social-button,
button,
select {
    background: var(--dkest-color);
    padding: .25rem .5rem!important;
}

body,
.container,
.container-fluid,
.errorpage {
    margin: 0 auto;
}

.container,
.container-fluid,
.errorpage {
    padding: .7rem;
}

.container {
    max-width: var(--site-width);
}

ul,
ol {
    margin: 0;
}

.navbar-toggler,
.navbar-expand-lg {
    padding: 0;
}

.card,
.window-header,
.window-icon,
.social-button,
.dropdown-menu,
button,
select,
optgroup {
    border-radius: 8px;
    border: 1px solid var(--primary-accent);
}

.bg-faded {
    background: var(--dkest-color)!important;
}

.innercard,
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    background: #352F41!important;
    border: none;
    border-radius: 4px;
}

.innercard {
    margin: 0 .25rem .25rem;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    padding: 3px 10px;
}

.nav-tabs .nav-link.active {
    padding: 6px 10px 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    margin-top: -3px;
    height: calc(100% + 3px);
}

.card,
.dropdown-menu,
.window-header,
.window-icon,
optgroup {
    background: var(--dk-color);
}

.dropdown-menu,
optgroup {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu {
    top: 2.48rem;
    width: 280px;
}

.dropdown-item {
    padding: .25rem 1rem;
    font-size: 1.15rem;
}

hr {
    border-top: 2px solid rgba(141, 124, 170, .4);
}

.flex-column {
    flex-direction: column;
}

.flex-column,
.window-header,
.imgcredit {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1!important;
}

.flex-grow-2 {
    flex-grow: 2!important;
}

.flex-grow-3 {
    flex-grow: 3!important;
}

.navbar-toggler {
    font-size: 2rem;
}

.navbar-toggler,
.btn,
.dropdown-menu,
.nav.nav-tabs,
button,
select,
optgroup {
    border: none;
}

.navbar,
.nav.row.no-gutters {
    width: 100%!important;
}

.navbar,
.nav.row.no-gutters,
.window-header,
.social-button {
    justify-content: space-between;
}

.navbar,
.nav.row.no-gutters,
.window-header {
    align-items: center;
}

.dropdown-item.disabled {
    text-decoration: line-through!important;
}

.btn,
.dropdown-item,
.nav.nav-tabs,
.titleheader {
    text-transform: uppercase;
}

button,
select,
.window-icon {
    display: inline-flex;
}
/*=====================================================================
    PERSONAL
=====================================================================*/
.window-header {
    padding: 0 .5rem .25rem;
    background: var(--header-bg);
    border-top: none;
    border-left: none;
    border-right: none;
}

.window-title {
    margin-bottom: -.25rem;
    font-size: 15.5pt;
    letter-spacing: 1px;
    font-family: '16bfZX';
    text-transform: uppercase;
}

.window-icon {
    height: 20px;
    width: 20px;
    margin-left: .15rem;
    padding: .25rem;
    background: var(--header-bg);
    border-top: 1px solid var(--primary-accent);
    border-bottom: 2px solid var(--dk-color);
    border-left: 1px solid var(--primary-accent);
    border-right: 2px solid var(--dk-color);
    justify-content: center;
}

.window-header,
.window-icon {
    border-radius: 0;
}

.window-icon,
.social-button {
    align-items: center;
}

body,
.btn,
.music-button,
.navbar-toggler,
.dropdown-item,
.nav-tabs .nav-link {
    color: white;
}

.text-body,
.social-button,
button,
select {
    color: white!important;
}

.navbar-toggler,
.social-button {
    display: block;
}

.social-button:hover,
.social-button:focus {
    background: var(--primary-accent);
}

.updatetitle {
    font-size: .9rem;
    letter-spacing: .08rem;
    font-family: 'BasicHandwriting';
    font-weight: bold;
    text-transform: capitalize;
}

.titleheader {
    margin-bottom: 1.5rem;
    font-size: 3.8rem;
    font-family: 'JinxedWizards';
    font-weight: bold;
    line-height: .5;
    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;
}

.titlequote {
    font-size: 1.7rem;
    font-family: 'TinyUnicode';
    line-height: .7;
}

.charactername {
    font-size: .93rem;
    font-weight: 700;
    line-height: 1.2;
}

.navsticky {
    position: sticky;
    top: 0;
    z-index: 9999;
}

.imgcredit {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .25rem;
    flex-direction: column;
    background: var(--dk-color);
    border-right: none;
    border-radius: 50% 0 0;
}

.neighbor,
.stamp {
    display: inline-block;
}

.stamp {
    padding: .25rem;
}

.errorpage {
    text-align: center;
}

.errorpage {
    max-width: 500px;
    justify-content: center;
    align-items: center;
    font-size: .95rem;
}
/*=====================================================================

    EXTRA LARGE DEVICES (COL-XL)

=====================================================================*/
@media (min-width: 1200px) {
  
  
  
}
/*=====================================================================

    LARGE DEVICES (COL-LG)

=====================================================================*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  
  .window-title {
    font-size: 16pt;
  }
  
}
/*=====================================================================

    MEDIUM DEVICES (COL-MD)

=====================================================================*/
@media (min-width: 768px) and (max-width: 991.98px) {
  
}
/*=====================================================================

    SMALL DEVICES (COL-SM)

=====================================================================*/
@media (min-width: 576px) and (max-width: 767.98px) {
  
}
/*=====================================================================

    EXTRA SMALL DEVICES (COL-XS)

=====================================================================*/
@media (max-width: 575.98px) {
  
  .social-button {
    display: flex;
  }
  
  .titleheader {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  
  .window-title {
    font-size: 1.5rem;
  }
  
  .dropdown-menu {
    top: 2.31rem;
    left: .5rem;
    right: .5rem;
    width: 385px;
  }
  
  .btn {
    font-size: 1.35rem;
  }
  
  .dropdown-item {
    font-size: 1.2rem;
  }
  
}