/*
Theme Name: october
Theme URI: https://micheleborn.com
Author: Michele Born
Author URI: https://micheleborn.com
Description: Hello 80's
Version: 1.0.0
License: GNU General Public License v2 or later
*/



:root {
  --main-color: rgba(46, 214, 166, 1);
  --main-color: #70efac;
  --shadow-color: rgba(46, 214, 166, .3);
  --background-color: #000;
  --font-size: 16px;
  --font-family: "Courier New", Courier, monospace;
  --scanlines: repeating-linear-gradient(
    transparent 0px 1px,
    hsl(154 10% 5% / 0.3) 1px 4px
  );
}

body {
  margin: 0;
  padding: 20px;
  font-size: var(--font-size);
  text-transform: uppercase;
  background-color: var(--background-color);
  font-family: var(--font-family);
  background-image:
    var(--scanlines),
    radial-gradient(
      hsl(154 15% 18%) 0%,
      hsl(154 40% 8%) 70%
    );
}


  /* Text Shadow */
p, td, th, li a, div {
  text-shadow: 0 0 5px var(--shadow-color), 0 0 2px var(--shadow-color), 0 0 10px var(--shadow-color); 
  }

  #hu-outer-wrapper p,
  #hu-outer-wrapper div {
    text-shadow: 0; 
    }

    #hu-revoke .hu-revoke-button {
      background: #313131;
    }

    .date-main {
      display: flex;
      flex-wrap: wrap;
    }

    main {
      max-width: 600px;
      margin: auto;
    max-width: 600px;
    margin: auto;
    border: 2px solid var(--shadow-color);
    padding: 20px;
    }

    .the-title a {
          color: #313131;
          text-decoration: none;
          background-color: var(--main-color);
    }

  h1 {
    margin: 0px 0px 40px 0px;
  }  

  h2 {
    font-size: var(--font-size);
    background: var(--main-color);
    color: #1a1a1a;
    width: fit-content;
    padding: 0px;
    line-height: 24px;
    text-shadow: 0 0 transparent;
}

    
  p {
    margin: 0px;
  }

  .post-template-default p {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: left;
}

.post-template-default {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-height: 90vh;
}


  
  #content {
    display: flex;
    justify-content: center;
  }

  body, .cursor, .retro-button, .input-box, a, button {
    color: var(--main-color);
    font-size: 15px;
  }

  pre {
        font-family: var(--font-family);
  }
  
  .cursor {
    display: inline-block;
    width: 10px;
    background-color: #70fc56;
    margin-left: 5px;
    animation: blink 1s steps(2, start) infinite;
    height: 1.5rem;
    position: absolute;
  }
  
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  
  .flex-end {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
  .flex-col {
    flex-direction: column;
  }

  

  .retro-button {
    background: transparent;
    border: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px;
    margin-top: 30px;
    text-shadow: 0 0 5px var(--shadow-color), 0 0 2px var(--shadow-color), 0 0 10px var(--shadow-color); 
    text-decoration: none;
    font-size: var(--font-size);
}

.retro-button:hover {
  color: var(--main-color);
}



button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px;
    text-shadow: 0 0 5px var(--shadow-color), 0 0 2px var(--shadow-color), 0 0 10px var(--shadow-color); 
    text-decoration: underline;

}

button:hover {
  color: #000;
}


  .input-box {
    background: transparent;
    border: none;
    min-width: 240px;
    white-space: pre-wrap;
    outline: none;
    user-select: text;
    text-transform: uppercase;
    border-bottom: 0px;
    margin-top: 20px;
}
  
  #inputArea:empty:before {
    content: " "; 
  }
  
  #inputArea:focus {
    outline: none; 
  }
  

  code {
    background-color: #0A0A0A;
    color: #b7dabe;
    border-radius: 15px;
    transition: all 0.3s ease;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    width: fit-content;
    overflow-wrap: break-word;
    word-break: normal;
    display: flex;
    padding: 5px 5px 0px 5px;
    margin: 40px 0px;
    max-width: 500px;
    display: inline;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 10px;
    font-weight: 100;
}
  
 
.entry {
      text-transform: none;
    font-size: 16px;
    line-height: 24px;
}


td, th {
    border: 0px;
    text-align: left;
    padding: 0px 10px;
}

.intro {
    margin-bottom: 40px;
}



  ul {
    list-style-type: none;
    padding-left: 0;
    gap: 30px;
    margin: 0px 0px 20px;
}

.menu ul {
  justify-content: center;
}

.menu button,
.menu a {
      font-size: 15px;
      font-family: var(--font-family);
      text-decoration: none;
}

.entry ul {
      list-style-type: square;
    padding-left: 0;
    gap: 30px;
    margin: 20px 0px 20px;
    list-style-position: inside;
}


li:hover {
   background: var(--main-color);
   color: #000;
   padding: 0px;
   margin: 0px;
}


.content-wrapper {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-between;
    padding: 20px;
}


.greetings {
    margin-top: 100px;
}

.greetings .question {
    background-color: var(--main-color);
    color: #313131;
}


/* Container to hold the scanning line */
.scanline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; 
  background: rgba(150, 195, 150, 0.15); 
  box-shadow: 0 0 8px rgba(74, 103, 74, 0.02);
  animation: scanline-move 5s linear infinite;
  pointer-events: none; /* so it doesn’t block clicks */
  z-index: 9999;
}

/* Keyframes to move it down */
@keyframes scanline-move {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}



.flex {
  display: flex;
  align-items: center;
  margin-top: 8px;
}


div#inputArea {
  margin: 0px;
}

#container ul {
  gap: 0px;
}

.post-template-default p {
  display: inline;
  align-items: left;
}

#post {
  font-size: 15px;
}

div#container {
  padding: 30px;
  max-width: 700px;
  column-gap: 50px;
}

.menu a:hover, .menu li:hover {
  color: #000;
}


header .menu {
  display: block!important;
}

.menu ul {
  display: flex;
}

#container .wp-block-image img,
.entry .wp-block-image img {
  margin: 40px 5% 40px 0px;
  max-width: 90%;
  border-radius: 20px;
  border: 1px dashed var(--main-color);
  box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin: 20px 0px;
    border: 1px solid #344b42;
    border-radius: 15px;
}


.inner-content-copy-tags {
  padding: 20px 0px;
}

footer {
  display: flex;
  font-size: 15px;
  justify-content: flex-end;
}


@media (max-width: 800px) {

  .menu ul {
    display: flex;
    flex-direction: column;
}

}
