/* Define the @font-face rule for the custom font */
@font-face {
  font-family: 'Roboto Mono';
  src: url('fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}




@media (min-width: 800px) {
    .deep {
      padding-left: 38%;
      padding-right: 10%;}
}

@media (max-width: 1100px /*1290px*/) {
    /*.deep {
      color: white;
      text-shadow: 1px 1px 2px black;}*/
      
    html {
        height: 100%;
      }
    
    body {
      height: 100%;
      /*background-size: 100%; only for field bg and big bg*/
      background-position: center;
      background-repeat: repeat repeat;
      background-size: 100%;
      }
      
    p {
      background-color: rgb(255,255,255,0.5);
      }
      
    .gtxt {
      color: darkgreen;
      }
}

body {
  font-family: 'Roboto Mono', monospace;
    font-size: 12pt;
}


/*body classes for register months*/

.october23 {
    background-image: url("https://coils.neocities.org/pics/bg_oc23.png");
    background-attachment: fixed;
    background-position: left;
    background-repeat: repeat-y;
  }
  /*background-size: 500px 739px; for field bg*/

/*end*/

a:hover {
  color: green;
  background: #dae5be;
  }


.highlight {
    background: #dae5be;
  }


hr {
    border: 1px dotted;
  }

.hdr {
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
}

.core {
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
}

#indeximg {
      max-width: 100%;
      min-width: 200px;
      }

.sides {
    width: 450px;
    height: 600px;
    margin: 10px;
    display: inline-block;
  }
  
.gtxt {
  color: #789922;
  }

.code {
  background-color: #dddddd;
  border-radius: 2px;
  white-space: pre;
  }
  
.studytitle {
  background-color: #d4f7ab;}


/*MAP*/

.box {
    padding: 3px;
    border: 2px #9dd134 dotted;
}

#map {
    margin: 0px;
    padding: 0px;
    border: 1px white solid;
    height: 360px;
    overflow-y: hidden;
}

#map::-webkit-scrollbar {
    display: none;
  }
  
#maphdr {
  padding-bottom: 30px;
  }

#mapcont {
    padding-top: 0px;
}

  
/* ADMIN */


.deep {
  padding-top: 50px;
  text-align: left;
  margin: 0 auto;
  }

  
/*field notes*/

.mainbody {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: space-between;   
}

.book {
    position: relative;
    margin-right: 10px;
    padding: 5px;
    width: 160px;
    border: 1px solid black;
  }
  
.grey {
    border: 1px dotted #a8a8a8;
  }
  
.contentwrap {
    position: relative;
    max-width: 600px;
    height: 360.5px;
    padding: 5px;
    text-align: left;    
    overflow-y: scroll;
    overflow-x: hidden;
    border: solid black 1px;
  }
  
.cont {
    text-align: left;
  }
  
.cont::-webkit-scrollbar {
    display: none;
  }
  
.calendar {
    /*font-size: 8pt;*/
    margin: 0 auto;
    border: solid grey 1px;
    border-collapse: collapse;
    position: relative;
  }
  
td {
  padding: 3.5px;
  border: solid grey 1px;
  }
  
.unavailable {
  background-color: #d6d6d6;
  color: #9e9e9e;
  }


/*
ascii
*/

.gallery {
    display: flex;
    flex-direction: row-reverse;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
    column-gap: 8px;
    grid-row-gap: 8px;
}

.asciicont {
    border: #9dd134 2px dashed;
    padding: 5px;
}

.ascii {
    font-family: 'ms-pgothic', 'MS PGothic','ＭＳ Ｐゴシック','Trebuchet MS', Verdana, Futura, Arial, Helvetica, sans-serif;
    font-size: 6pt;
    line-height: 1;
    white-space: pre;
    overflow: auto;
    word-wrap: normal;
}

/*
register & exit
*/

#exitimg {
    text-align: center;
    padding-top: 50px;
  }
  
.content {
    padding: 7px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px;
  }

.exitcontent {
    padding-top: 20px;
    text-align: left;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  
.exit {
    border: 1px black solid;
    padding: 7px;
    padding-bottom: 15px;
    height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px;
  }
  
#log {
  border: 0px;
  height: 500px;
  }

  
/*
new - to revise
*/

main {
    max-width: 700px;
    min-width: 30%;
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0 auto;
  }

.hidden {
  margin: 0 auto;
  }
  
