/* Basic elements */
body {
    background-color: #000000;
    color: #ffffff;
    font-family: "Crimson Text", serif;
    font-size: 1.1em;
}

p {
    margin: 0 0 1em 0;
}

a {
    color: #d85869;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #5a58d8;
}

img {

}

aside {
    margin: 0 20px;
    padding: 0;
    width: 15%;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    background-color: #333333;
    border-radius: 5px;
}

/* Main classes */
.header {
    margin: 3em 1em 1em 1em;
    padding: 0;
}

.header #title {
    font-family: "UnifrakturMaguntia", serif;
    font-size: 3em;
    margin: 0;
    padding: 0;
}

.header #title a {
    color: #ffffff;
    font-family: "UnifrakturMaguntia", serif;
}

.main {

}

.footer {
    margin: 1em;
    text-align: center;
}

.flex {
    display: flex;
}

.sidebar-card {
    background-color: #111111;
    margin: 0 0 15px 0;
    padding: 0.5em 1em;
}

.sidebar-card p {
    margin: 0 0 0.5em 0;
}

.sidebar-card img {
    margin: 0.5em 0;
}

.sidebar-card-stamps {
    overflow: hidden;
    text-align: center;
}

.nav-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-left li a {
    color: #d85869;
    font-family: "Spectral", serif;
    transition: all 0.3s ease-in-out;
}

.nav-left li a:hover {
    color: #5a58d8;
    padding-left: 3px;
}

.nav-left li a.active {
    color: #b33949;
}

.nav-left li a.active:hover {
    color: #b33949;
}

.nav-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-right li a {
    color: #d85869;
    font-family: "Spectral", serif;
    transition: all 0.3s ease-in-out;
}

.nav-right li a:hover {
    color: #5a58d8;
    padding-left: 3px;
}

.nav-right li a.active {
    color: #b33949;
}

.nav-right li a.active:hover {
    color: #b33949;
}

.music-player p {
  display: inline;
  font-size: 0.7em;
}

.image-blur {
    transition: filter 0.5s ease-in-out;
}

.image-blur:hover {
    filter: blur(2px);
}

.image-unblur {
    filter: blur(7px);
    transition: filter 0.3s ease-in-out;
}

.image-unblur:hover {
    filter: blur(0);
}

.notes-gallery-flex {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
}

.notes-gallery-item {
    background-color: #111111;
    /* background-image: url("https://cdn.pixabay.com/photo/2017/02/13/03/57/papertexture-2061711_960_720.jpg"); */
    border-color: #242424;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    margin: 0.5em;
    padding: 0.5em 0 1em 0;
    text-align: justify;
    width: 45%;
}

.notes-gallery-item:hover {

}

.notes-gallery-date {
    font-family: "Crimson Pro";
    font-size: 0.9em;
    text-align: right;
}

p.notes-gallery-date {
    color: #a3a3a3;
    font-style: none;
    margin: 0 0.5em 0.75em 0.5em !important;
}

.notes-gallery-image {
    background-color: #111111;
    margin: 0 0.5em;
    text-align: center;
}

.notes-gallery-image p {
  margin: 0.5em 0.5em 0.6em 0.5em !important;
}

.notes-gallery-image img {
    max-width: 100%;
}

.notes-gallery-caption {
    color: #777777;
    font-family: "Crimson Pro";
    font-size: 0.95em;
    font-style: italic;
    max-height: 75px;
    overflow-y: auto;
    margin: 0 0.3em !important;
    padding: 0 0.5em !important;
    text-align: justify;
}

notes-gallery-caption p {
  margin: 0 0 1em 0;
}

.journal-entry {
    background-color: #111111;
    /* background-image: url("https://cdn.pixabay.com/photo/2017/02/13/03/57/papertexture-2061711_960_720.jpg"); */
    border-color: #242424;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    margin: 0 0 1em 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 1em;
    text-align: justify;
}

.journal-entry h2 {
    margin: 0 0 0.8em 0;
}

.journal-entry-date {
    font-family: "Crimson Pro";
    font-style: italic;
    margin: 0 0 1em 0;
    text-align: right;
}

.journal-entry-signature {
    font-family: "Crimson Text";
    font-style: italic;
    text-indent: 1em;
    margin: 0 0 1em 0;
}

.journal-entry-tag {
    color: #777777;
    font-family: "Crimson Pro";
    font-style: italic;
    text-align: right;
}

p.journal-entry-tag {
    margin: 0 0 0.3em 0;
}

.journal-entry-month {
    color: #4b4b4b;
    font-style: none;
    text-align: center;
}

.thoughts-flex {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
}

.thoughts-status {
    background-color: #111111;
    /* background-image: url("https://cdn.pixabay.com/photo/2017/02/13/03/57/papertexture-2061711_960_720.jpg"); */
    border-color: #242424;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    margin: 0.5em;
    max-height: 300px;
    overflow-y: auto;
    padding: 1em 0;
    text-align: justify;
    transition: transform 0.3s ease-in-out;
    width: 45%;
}

.thoughts-status:hover {
  transform: scale(1.025);
}

.thoughts-status-date {
    font-family: "Crimson Pro";
    text-align: right;
}

p.thoughts-status-date {
    color: #a3a3a3;
    font-style: none;
    margin: 0 1em 1em 1em;
}

.thoughts-status-content {
    background-color: #111111;
    color: #ffffff;
    margin: 0 0 0.3em;
    max-height: 150px;
    overflow-y: auto;
    padding: 0 1em;
    text-align: justify;
}

.thoughts-status-tag {
    color: #777777;
    font-family: "Crimson Pro";
    font-style: italic;
    text-align: right;
}

p.thoughts-status-tag {
    margin: 0em 1em 0 0;
}

.music-archive-flex {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.ma-artist {
    background-color: #111111;
    border-color: #242424;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    margin: 0.5em;
    max-height: 300px;
    overflow-y: auto;
    padding: 1em 0;
    text-align: justify;
    width: 45%;
}

.ma-artist-name {
    font-family: "Crimson Pro";
    margin: 0 0 1em 0;
    text-align: left;
}

p.ma-artist-name {
    color: #8f58d8;
    font-weight: bold;
    margin: 0 1em 0 1em !important;
}

p.ma-artist-status {
    color: #a3a3a3;
    font-size: 0.95em;
    margin: 0.5em 0 0 0 !important;
    padding: 0 1em;
}

.ma-artist-content {
    background-color: #111111;
    color: #ffffff;
    font-size: 0.95em;
    margin: 1em 0 0.3em;
    max-height: 150px;
    overflow-y: auto;
    padding: 0 1em;
    text-align: justify;
}

.ma-artist-content p {
    margin: 0 0 1em 0 !important;
}

.music-small-text {
    color: #919191;
    font-family: "Crimson Pro";
    font-size: 0.85em;
}

.footer-stamps {
    margin: 0 auto 0.3em auto;
    overflow: hidden;
    text-align: center;
    width: 60%;
}

.footer-stamps img {
    margin: 0 1px;
}

/* IDs */
#container {
    margin: auto;
    max-width: 1000px;
}

#sidebar-left {
    order: 1;
}

#main-content {
    background-color: #000000;
    border-color: #c23a4c;
    border-style: solid;
    border-width: 1px;
    flex: 1;
    margin: 0;
    height: 500px;
    order: 2;
    overflow-y: auto;
    padding: 1em;
}

#main-content h1 {
  font-family: 'Mea Culpa';
  margin:  0 0.3em 0.5em 0.3em;
}

#main-content p {
  margin: 0 0.5em 1em 0.5em;
}

#notes-main-content {
    background-color: #000000;
    border-color: #c23a4c;
    border-style: solid;
    border-width: 1px;
    flex: 1;
    margin: 0;
    height: 500px;
    order: 2;
    overflow-y: auto;
    padding: 1em;
}

#notes-main-content h1 {
  font-family: 'Mea Culpa';
  margin:  0 0 0.3em 0.3em;
}

#notes-main-content p {

}

#sidebar-right {
    order: 3;
}

#sidebar-card-tips {
    background-color: #111111;
    margin: 0 0 15px 0;
    padding: 0.5em 0.5em 0.5em 1em;
}

#sidebar-card-tips p {
    margin: 0 0 0.5em 0;
}

#sidebar-card-tips-scroll {
  font-size: 0.8em;
  margin: 0 0 0.3em 0;
  max-height: 80px;
  overflow-y: scroll;
  padding: 0 1em 0 0;
}

#site-updates {
    border: white;
    border-style: solid;
    font-size: 0.8em;
    height: 50px;
    margin: auto;
    overflow-y: auto;
    padding: 0.5em;
    width: 50%;
}

#site-updates p {
    margin: 0 0 0.3em 0;
}

#name-definition-pronouns {
  color: #919191;
  font-family: "Crimson Pro";
  font-size: 0.85em;
}

@media only screen and (max-width: 800px) {
    aside {
        width: 100%;
    }

    .flex {
        flex-wrap: wrap;
    }

    #sidebar-left {
        order: 2;
    }

    #main-content {
        height: auto;
        margin: 1em;
        max-height: 500px;
        order: 1;
    }

    #notes-main-content {
        height: auto;
        margin: 1em;
        max-height: 500px;
        order: 1;
    }

    #sidebar-right {
        order: 3;
    }
    
    .abt-gallery-item {
        width: 50%;
    }
    
    .thoughts-status {
        width: 100%;
    }
    
    .ma-artist {
        width: 100%;
    }
}