@charset "UTF-8";

/* ADD NEW FONTS */
    
  @font-face {
    font-family: ms mincho;
    src: url(/fonts/MSMINCHO.ttf);
    }
  
  html {
  }
  
  body {
    font-size: 14px;
    font-family: ms gothic;
    overflow-y: auto;
    background-image: url("https://cementgarden.neocities.org/images/bg/pinkplaid.gif");
    background-color: #fcfbf9;
    color: #4e1818;
    word-break: break-word;
  }
  
  .main {
    min-width: 350px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: inherit;
  }
  
  .header {
    position: relative;
    height: 50px;
    padding: 10px;
    background-image: url("https://cementgarden.neocities.org/images/bg/quilt.png");
    background-color: inherit;
  }
  
  .content {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    height: 85vh;
    background-color: inherit;
  }
  
  .content > .left-content {
    width: 220px;
    height: inherit;
    background-color: inherit;
    border: 1px solid #373031;
    border-right: none;
    position: relative;
    height: inherit;
    background-color: inherit;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
  }
  
  .content > .center-content {
    flex: 5;
    height: inherit;
    background-color: inherit;
    border: 1px solid #373031;
    position: relative;
    height: inherit;
    background-color: inherit;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
  }

  .contentbox {
    position: relative;
    height: inherit;
    background-color: inherit;
    padding: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
  }
  
  .contentbox-text {
    padding: 20px;
    background-color: inherit;
    display: flex;
    flex-direction: column;
  }
  
  .contentbox-text > div{
    flex: 1;
  }
  
  .mainbox-text {
    padding: 0px;
  }
  
  .mainbox-text-inner {
    padding: 20px;
  }
  
  .mainbox-text > img {
  }
  
  .footer {
    position: relative;
    background-color: inherit;
    background-image: url("https://cementgarden.neocities.org/images/bg/checked.gif");
    border: 1px solid #373031;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #4e1818;
    text-shadow: 0 1px #f5d9de, 1px 0px #f5d9de, 0 -1px #f5d9de, -1px 0px #f5d9de;
  }
  
  .scrollbox {
    margin: 0px;
    height: 100%;
    max-height: 240px;
    padding: 10px;
    border: 1px solid #373031;
    background-image: url("https://cementgarden.neocities.org/images/bg/pink-dot-big.gif");
    background-color: inherit;
  }
  
  @media (max-width: 600px) {
    .grid-container {
      flex-direction: column;
    }
    
    .content {
      display: flex;
      flex-direction: column;
      height: auto;
    }
    
    .content > .left-content {
      width: 100%;
      height: 200px;
      border-right: 1px solid #373031;
      border-bottom: none;
    }
    
    .content > .center-content {
      border-bottom: none;
    }
    
    .contentbox-text {
      flex-direction: column;
      display: flex;
    }
  }
  .grid-container {
    display: flex; 
    position: relative; 
    flex-wrap: wrap;
  }
  
  .grid-container > div {
    height: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    position: relative;
    flex: 1;
  }
  
  div.cell {
    flex-basis: 25%;
    margin: 10px;
    border: 1px solid #373031;
  }
  
  .gallery {
    background-image: url("https://cementgarden.neocities.org/images/bg/checked.gif");
    border: none;
  }
  
  .dots {
    background-image: url("https://cementgarden.neocities.org/images/bg/pink-dot-big.gif");
  }
  
  div.cell:hover {
    transform: rotate(3deg);
  }
  
  .cellbody {
    padding: 10px;
    overflow-y: auto;
    max-height: 170px;
  }

  .grid-header {
    background-image: url("https://cementgarden.neocities.org/images/bg/checked.gif");
    padding: 10px;
    text-shadow: 0 1px #f5d9de, 1px 0px #f5d9de, 0 -1px #f5d9de, -1px 0px #f5d9de;
    text-align: center;
  }
  
  .grid-container-noflex {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
  
  .grid-container-noflex > div {
    margin: 10px;
    height:auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    position: relative;
  }

  .flexcol {
    flex-direction: column;
  }
  
  .gallery img {
    width: 100%;
  }
  
  .popout {
    max-height: 90%;
  }
  
  .homework-container {
    background-image: url("https://cementgarden.neocities.org/images/bg/pink-dot-big.gif");
    border: 1px dashed #373031;
    margin: 20px;
    padding: 20px;
  }
  
  .censor {
    background-color: #4e1818;
    color: transparent;
  }
  
  .censor::after {
    background-color: transparent;
    color: #4e1818;
  }
  
  .modal{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 200;
    overflow: auto;
    backdrop-filter: blur(5px);
  }

  .modal-content{
    max-width: 600px;
    height: 95%;
    padding: 0px;
    position: absolute;
    margin: auto;
    z-index: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    animation: zoom 1s;
  }
  
  @keyframes zoom {
      0% { transform: scale(.99) translate(-50%, -50%); left: 50%; top: 50%; }
      100% { transform: scale(1) translate(-50%, -50%); left: 50%; top: 50%;}
  }
  
  .modal-border {
    border: 1px solid #373031;
    background-image: url("/images/bg/checked.gif");
  }
  
  .X {
    font-weight: bold;
    color: #f5d9de;
    text-shadow: 0 1px #977357, 1px 0px #977357, 0 -1px #977357, -1px 0px #977357;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 2px;
    font-size: 20px;
    /*background-color: #f5d9de;*/
  }

  .blur div:not(.modal-content){
    filter: blur(0.5rem);
    z-index:1;
  }

  a {
    text-decoration: none;
    font-weight: bold;
    color: #977357;
    }
    
  a:hover {
    color: #C0A188;
    }
  
  button {
    margin: 0;
    padding: 0;
    color: #54362d;
    border: none;
    background-color: transparent;
  }
  
  .modal-button {
    margin: 0;
    padding: 0;
    color: #54362d;
    border: none;
    background-color: transparent;
  }
  
  blockquote{
    border-left: 2px solid #C6D2B2;
    margin:1.5em 10px;
    padding:.5em 10px;
    }
    
  br {
    line-height: 10px;
  }
  
  h2 {
    margin: 5px;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #4e1818;
    text-shadow: 0 1px #f5d9de, 1px 0px #f5d9de, 0 -1px #f5d9de, -1px 0px #f5d9de;
  }
  
  h1 {
    font-size: 16px;
    font-weight: bold;
    color: #4e1818;
    /*text-shadow: 0 1px #f5d9de, 1px 0px #f5d9de, 0 -1px #f5d9de, -1px 0px #f5d9de;*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline 2px dotted #adbd91;
  }
  
  hr {
    border: 1px solid #f5d9de;
  }
  
  iframe {
    width: 100%;
    height: 100%;
    border: none;
    font-family: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    }

  img {
    width: auto;
    height: auto;
  }
  
  img:hover {
  }
  
  p {
    overflow-wrap: normal;
  }
  
  p > img {
    max-width: 100%;
  }
  
  ul {
      display: block;
      list-style-type: disc;
      margin-left: 10px;
  }
  
  ul.tab {
      list-style-type: none;
      margin: 0px;
      margin-bottom: 10px;
      padding: 0;
      overflow: hidden;
      border-bottom: 1px solid #373031;
      background-image: url("https://cementgarden.neocities.org/images/bg/checked.gif");
  }

  ul.tab li {
      float: left;
      border-right: 1px solid #373031;
      list-style-type: none;
  }
  
  ul.tab li a {
      display: block;
      text-align: center;
      padding: 5px 5px;
      text-decoration: none;
      transition: 0.3s;
  }
  
  ul.tab li a:hover {
      background-color: #f5d9de;
  }
  
  ul.numberlist {
    list-style: decimal;
  }
  
  span {
  }
  
  span.greentext {
    color: #adbd91;
    background-color: transparent;
    font-weight: bold;
  }
  
  span.gingham {
    background-image: url("https://cementgarden.neocities.org/images/bg/checked.gif");
    font-weight: bold;
  }
  
  z {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  z span1 {
    display: block;
    position: relative;
    padding: 5px;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0; 
    height: auto;
    background-color: inherit;
    text-align: left; 
  }
  
  .desc {
    padding: 5px;
    color: #4e1818;
    text-shadow: 0 1px #f5d9de, 1px 0px #f5d9de, 0 -1px #f5d9de, -1px 0px #f5d9de;
  }

  z:hover span1 {
    display: block;
  }
  
  table {
    width: 100%;
    margin: 0px;
    padding: 5px;
    font-family: ms gothic; 
    font-size: 14px;
    background-image: url("https://cementgarden.neocities.org/images/bg/pink-dot-big.gif");
    border-collapse: collapse;
    
  }

  tr {
    margin: 0;
    padding: 0;
  }
  
  td, th {
    border: 1px solid #373031;
    padding: 2px;
    margin: 0;
    /*background-color: #FCE9F2;*/
  }
  
  .dropdown-btn {
    text-decoration: none;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
  }
  
  .dropdown-container {
    display: none;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    border-left: 2px solid #C6D2B2;
  }
  
  .dropdown-container2 {
    display: none;
    margin-bottom: 5px;
  }
  tooltip {
      display: inline;
      position: relative;
    }
    
  #s-m-t-tooltip {
      max-width: 150px;
      margin: 5px 7px -2px 5px;
      padding: 5px;
      background-color: inherit;
      background-image: url("https://cementgarden.neocities.org/images/bg/pink-dot-big.gif");
      color: #000;
      text-align: center;
      font-style: none;
      font-family: ms gothic;
      font-size: 14px;
      z-index: 999999999999999999999999999999999999;
      transition: none;
    }
  
  /* width */
    ::-webkit-scrollbar {
      width: 5px;
    }

  /* Track */
    ::-webkit-scrollbar-track {
      background: transparent; 
    }
     
  /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #f5d9de; 
    }
    
  /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    }

  .node-link { cursor: pointer; }
  
  .noHover{
      transform: rotate(0deg);
  }
/* logic symbols */

horseshoe: &sup;
equivalence: &equiv;
tilde: &tilde;
wedge; &or;
conj: &middot;
