/*loaded font*/
@font-face {
  font-family: 'dogica';
  src: url('/fonts/dogica.ttf') format('truetype');
}

/*marquee at top*/
.marquee {
  z-index: 10;
  background-color: black;
  position: absolute;
  top: -0px;
  left: -0px;
  height: 30px;
  width: 100%;
}

/*sidebar button hover interaction*/
a.button:hover, .button:hover {
  background-color: rgba(0, 0, 0);
  color: rgb(255, 0, 217) !important; 
  letter-spacing: 0.2em;
}

.header {
  background-color: rgba(0, 0, 0);
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header p {
  text-align: center;
  margin: 0;
  padding: 5px 0;
}

/*minecraftzombie title text*/
.mz {
  font-family: dogica;
  z-index: 2;
  font-size: 16px;
  color: rgb(120, 255, 212);
  margin-left: 3px;
  padding: 5px 0;
  text-align: center;
}

/*general container*/
.layout {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: fixed;
  top: 96px;
  left: 50%;
  transform: translateX(-60%);
}

.container-main {
  background-color: rgb(255, 255, 255);
  width: 628px;
  height: 700px;
  border: solid 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  overflow-y: auto;
  box-sizing: border-box;
}

.container-sidebar {
  width: 245px;
  height: 500px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 75px;
}

.container-meat {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

/*first row*/
.firstrow-boxes {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}

.firstrow-boxes img {
  height: 100%;
  margin-left: auto;
}

.intro-msg {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  flex: 1;
  margin-left: 0px;
  border: solid 2px;
  box-sizing: border-box;
}

.intro-msg img {
  height: 1em; /* matches text height, adjust as needed */
  vertical-align: middle;
}

.intro-msg p {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: -6px;
}

.intro-two {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  flex: 1;
  margin-left: 5px;
  border: solid 2px;
  box-sizing: border-box;
}

.intro-two p {
  font-family: helvetica neue;
  font-size: 16px;
  text-align: left;
  
  margin-left: 10px;
}

/*second row*/
.update-log {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 100%;
  height: 200px;
  margin-top: 10px;
  border: solid 2px;
  box-sizing: border-box;

  overflow: scroll;
}

.update-log p:first-child {
  position: sticky;
  top: 0;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid black;
}

/*third row*/
.thirdrow-boxes {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
}

.thirdrow-boxes img {
  height: 100%;
  margin-left: auto;
}

.reading {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  flex: 1;

  border: solid 2px;
  box-sizing: border-box;
  margin-right: 5px;
  
  text-align: center;
}

.reading img {
  height: 200px;
  filter: grayscale(100%);
  margin: 5px;
}

.third-msg-two {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  margin-left: 0px;
  border: solid 2px;
  box-sizing: border-box;
}

.emoticon {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  margin-left: 5px;
  border: solid 2px;
  box-sizing: border-box;

  height: 40px;
}

.emoticon2 {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  margin-left: 5px;
  border: solid 2px;
  box-sizing: border-box;

  height: 40px;
  margin-top: 5px;
}

.third-msg img {
  height: 1em; /* matches text height, adjust as needed */
  vertical-align: middle;
}

.third-msg p {
  font-family: helvetica neue;
  font-size: 16px;
  text-align: left;
  
  margin-left: 10px;
}

ul {
  margin-right: 24px;
  font-family: 'helvetica neue';
}

/*fourth row*/
.mini {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  width: 100%;
  height: 90px;
  margin-top: 10px;

  box-sizing: border-box;

  overflow: scroll;
}

/*highlight text*/
.highlight {
  color: rgb(62, 204, 159);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.blinkies {
  background-color: rgb(255, 255, 255);
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  margin-top: auto;
  text-align: center;
}

.button {
  display: block;
  width: 100%;
  font-family: impact;
  font-size: 24px;

  color: rgb(255, 255, 255);
  background-color: black;

  margin-bottom: 10px;

  text-align: justify;
  text-align-last: justify;

  padding: 0 6px;
  box-sizing: border-box;
  
}

/*container*/
.canvas {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.canvas img {
  width: 100%;
  height: auto;
  display: block;
}

.canvas-item {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.caption {
  font-family: 'helvetica neue';
  font-size: 12px;
  text-align: right;
  display: block;
  margin: 0;
  padding: 2px 0;
}

.item {
  position: absolute;
}

.item img {
  width: 100%;
  display: block;
  border: solid 2px black;
}

/*container-iheartmusicpage*/
.month {
  border: solid 2px black;
  margin-bottom: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}

.largetext {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.note {
  margin-bottom: 5px;
}

/*logbook rambling*/
.logbook {
  width: 100%;
  margin-top: 10px;
  border: solid 2px black;
  box-sizing: border-box;
}

.log-entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid black;
  cursor: pointer;
  gap: 20px;
}

.log-entry:hover {
  background-color: black;
  color: rgb(255, 0, 217);
}

.log-entry:hover .log-date,
.log-entry:hover .log-title {
  color: rgb(255, 0, 217);
}

.log-date {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 12px;
  color: rgb(62, 204, 159);
  min-width: 100px;
}

.log-title {
  font-family: 'helvetica neue';
  font-size: 14px;
  color: black;
}

.log-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  border-bottom: solid 2px black;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.log-body {
  padding: 0 10px;
}

.log-body p {
  margin-bottom: 10px;
  line-height: 1.6;
}


/*sketchbook*/

.image-marquee {
  overflow: hidden;
  width: 100%;
  background: #ff1ea1;
  padding: 20px 0;
}

.image-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.image-track img {
  height: 400px;
  margin: 0;
  flex-shrink: 0;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.inline-link {
  color: rgb(65, 158, 129);
  text-decoration: underline;
}

.inline-link:hover {
  color: rgb(255, 0, 217);
}

/*abt me*/

.abt-text p {
  font-size: 40px;
  line-height: 1.6;
}

.bigword {
  font-family: 'Monsieur La Doulaise', cursive;
  font-size: 74px;
  color: rgb(62, 204, 159);
}

/*general*/

.footer {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

.footer img {
  width: 50px;
}

.footer p {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 20px;
  color: rgb(62, 204, 159);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}

body {
  background-color: rgb(255, 255, 255);
  position: relative;
  margin: 0;
  padding: 0;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/thumbnails/mzombie-bg.png);
  background-size: cover;
  background-position: center -200px;
  background-repeat: no-repeat;
  filter: saturate(0) contrast(100%) brightness(5);
  mix-blend-mode: luminosity;
  z-index: -1;
  
}

a {
  text-decoration: none;
}

p {
  font-family: 'helvetica neue';
  font-size: 16px;
  margin: 0;
  padding: 5px;
}

marquee {
  font-family: impact;
  font-size: 12px;
  color: rgb(120, 255, 212);

  margin-top: 5px;
}

/*visited link colors*/
a:visited { color: rgb(62, 204, 159); }
a:active { color: rgb(255, 0, 144); }

.container-sidebar a:visited {color: white;}

/*webamp music player*/

#app {
  position: fixed;
  top: 622px;
  left: 1460px;
}

/*status box*/
#statuscafe {
    padding: .5em;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}
#statuscafe-username {
    margin-bottom: .5em;
    color: black;
    a:visited { color: black; }
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

/*mobile layout*/
@media (max-width: 768px) {
  .layout {
    position: relative;
    flex-direction: column;
    top: 30px;
    left: 0;
    transform: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    gap: 10px;
    z-index: 1 !important;
  }

  .container-main {
    width: 100%;
    height: auto;
    min-height: 400px;
    z-index: 1 !important;
  }

  .container-sidebar {
    width: 100%;
    height: auto;
    margin-top: 0;
    order: -1;
    z-index: 1 !important;
  }

  .container-meat {
    width: 100%;
  }

  .firstrow-boxes {
    flex-direction: column;
  }

  .intro-msg {
    width: 100%;
  }

  .intro-two {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }

  .update-log {
    height: auto;
  }

  .button {
    font-size: 18px;
  }

  .marquee {
    position: fixed;
  }

  #webamp {
    display: none !important;
  }

  .footer {
    display: none;
  }

  .blinkies {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
  }

    .thirdrow-boxes {
    flex-direction: column;
  }

  .reading {
    width: 100%;
    margin-right: 0;
  }

  .reading img {
    height: 150px;
  }

  .third-msg-two {
    width: 100%;
    margin-top: 5px;
  }

  .emoticons {
    width: 100%;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .emoticon, .emoticon2 {
    margin-left: 0;
    margin-top: 5px;
    height: auto;
    flex: 1;
    min-width: 45%;
  }
}

