/* <!-- 
#386641
#6a994e
#a7c957
#f2e8cf
#464542
#bc4749
#ffd639
#fbaf00
--> */

body {
    font-family: 'Atkinson Hyperlegible Mono';
}

header {
    border: 1px solid #2d681800;
    width: 60vi;
    text-align: center;
    display: block;
    margin: 10px auto;
    opacity: 100%;
    font-size: 18;
    color: #f2e8cf;
}

body {
    position: relative;
    background-image: url("assets/backgrounds/Summer4.png");
    background-attachment: fixed;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div {
    border-radius: 5px;
    opacity: 100%;
}

h2,
h3,
h4 {
    color: #f2e8cf;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

h4 {
    font-size: 1em;
    text-align: center;
    margin: auto;
}

li {
    color: #f2e8cf;
    margin-left: 10px;
}

p {
    color: #f2e8cf;
    font-size: 0.9em;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

a {
    margin-top: 0px;
    color: #f2e8cf;
    font-size: 0.9em;
}

table {
    margin: 5px;
}

table,
th,
td {
    width: 100%;
    table-layout: fixed;
    border: 2px solid #a7c957;
    border-collapse: collapse;
    color: #f2e8cf;
    flex-grow: 1;
    margin-bottom: 10px;
    font-size: 0.9em;
    vertical-align: top;
    overflow: hidden;
}

.banner {
    width: inherit;
    opacity: 100%;
}


.bar-item {
    width: 100%;
    background-color: #666359B3;

    outline: #f2e8cf;
    outline-width: 2px;
    outline-style: solid;

    overflow: auto;
    flex: 2 1 auto;
}

.left-bar {
    width: 25%;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.middle-bar {
    width: 80%;

    display: flex;
    flex-direction: column;
    gap: 10px;

}

.right-bar {
    width: 20%;
    height: 80vh;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flex {
    width: 80vw;
    align-items: start;

    display: flex;
    gap: 10px;

    margin: 0 auto;
    margin-top: 15px;
}

.flex-item {
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.recent-played {
    color: #f2e8cf;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.recent-played-track {
    color: #f2e8cf;
    margin: auto;
    font-size: 0.9em;
    margin-top: 0px;
}

.recent-played-icon {
    height: 100%;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.imood {
    color: #f2e8cf;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.imood-img {
    width: 90px;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.site-updates {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 200px;
}

.middle-bar-header {
    font-size: 1.5em;
}

.txt-gradienttext {
    background: linear-gradient(to top, #f2e8cf 2%, #ffd639 98%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #464542;
}


/* Scrollbar stuff */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #464542;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a7c957;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6a994e;
}