/* Theme for the Denamore site */
/* Defines the general appearance of all pages */
body {
    font-family: Arial, sans-serif;
    background-color: white;
    text-align: center;
}
/* Defines how unordered lists will be shown */
ul {
   list-style-type: none;
}
/* This is for the logo at the top of the page */ 
.pagelogo {
   /*position: relative;*/
   text-align: center;
   width: 100%;
}
/* Used on the logo image itself */
.logo {
    height: auto;
}
/* Used on the flavor image that gets loaded on a page */
.back {
    width: auto;
    max-height: 500px;
    max-width: 400px;
    opacity: 0.5;
    padding: 1vw;
}
/* Used on the small flavor image that gets loaded on a page */
.smback {
    width: auto;
    max-height: 125px;
    opacity: 0.5;
    padding: 2vw;
}
.imgcaption {
   font-size: xx-small;
   text-decoration: none;
   color: grey;
   clear: both;
   vertical-align: text-top;
}
/* This is the primary page that is shown */ 
.pagebody {
   /*position: relative;*/
   text-align: center;
   padding-left: 2vw;
   padding-right: 2vw;
}
.pageleft {
   /*position: relative;*/
   float: left;
   text-align: right;
   vertical-align: text-top;
   left: 10%;
   max-width: 40vw;
}
.pageleftclose {
   /*position: relative;*/
   float: left;
   text-align: right;
   vertical-align: text-top;
   left: 30%;
}
.pageleftback {
   /*position: relative;*/
   float: left;
   text-align: right;
   vertical-align: text-top;
   left: 15%;
   z-index: -1;
}
.pageleftcloseback {
   /*position: relative;*/
   float: left;
   text-align: right;
   vertical-align: text-top;
   left: 30%;
   z-index: -1;
}
.pageright {
   /*position: relative;*/
   float: right;
   text-align: left;
   vertical-align: text-top;
   right: 10%;
   max-width: 40vw;
}
.pagerightclose {
   /*position: relative;*/
   float: right;
   text-align: left;
   vertical-align: text-top;
   right: 30%;
}
.pagerightback {
   /*position: relative;*/
   float: right;
   text-align: left;
   vertical-align: text-top;
   right: 15%;
   z-index: -1;
}
.pagerightcloseback {
   /*position: relative;*/
   float: right;
   text-align: left;
   vertical-align: text-top;
   right: 30%;
   z-index: -1;
}
.pagecenter {
   position: relative;
   /*clear: both;*/
   vertical-align: text-top;
   text-align: justify;
   max-width: 50vw;
}
.pagecenternarrow {
   position: relative;
   /*clear: both;*/
   vertical-align: text-top;
   width: 40%;
}
.pagecenterback {
   position: relative;
  /* clear: both;*/
   vertical-align: text-top;
   z-index: -1;
}

.scoreblock0 {
}

.scoreblock1 {
}
/* For creating the arrays of rolled values */
.setblock0 {
  position: relative;
  padding: 10px;
  border-style: double;
  float: left;
  display: block;
  font-size: large;
  /*overflow: hidden;*/
}
.setblock1 {
  position: relative;
  background-color: lavender;
  padding: 10px;
  border-style: double;
  float: left;
  display: block;
  font-size: large;
  /*overflow: hidden;*/
}
/* For creating the tooltips */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  overflow: visible;
  right: 10%;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: -20px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  overflow: visible;
}
/* For creating the great collapsing boxes of text */
.togcheck {
    display: none;
}
.togcheck:checked + .togcontent {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
}
.togcontent {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 1s;
    margin: 0;
    text-align: justify;
}
.togcontent p {
    padding: 50px 10px;
    margin: 0;
}
.togbutton {
    display: block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
.copyright {
   font-size: xx-small;
   text-decoration: none;
   color: grey;
   clear: both;
   vertical-align: text-top;
}
.copyright:link , .copyright:visited , .copyright:active {
    text-decoration: none;
    color: grey;
}
.plainlink {
   text-decoration: none;
}

.spellbook {
    border: 1px solid black;
    padding: 0em 1em;
}

.spellname {
    font-weight: bold;
    text-decoration: underline;
}
.spellrev {
    font-style: italic;
    font-size: small;
}
.spelldesc {
    text-indent: 1em;
    text-align: justify;
    white-space: pre-wrap;
}
.calnav {
    display: grid;
    grid-template-areas: 'tom dick harry';
}
@media only screen and (max-width: 1000px){
    .calnav {
        grid-template-areas: 'tom'
        'harry'
        'dick';
    }
    .pageright {
        text-align: center;
        max-width: inherit;
    }
    .pageleft {
        text-align: center;
        max-width: inherit;
    }
    .calnavrightalign {
        margin-right: 2.5em;
    }
}
.navalt {
    display: grid;
    grid-template-areas: 'tom dick harry';
}
@media only screen and (max-width: 1000px){
    .navalt {
        grid-template-areas: 'dick'
        'harry'
        'tom';
    }
    .pageright {
        text-align: center;
        max-width: inherit;
    }
    .pageleft {
        text-align: center;
        max-width: inherit;
    }
    .pagecenter {
        max-width: inherit;
    }
    .calnavrightalign {
        margin-right: 2.5em;
    }
}
.altnav {
    display: grid;
    grid-template-areas: 'tom dick harry'
        'tina diana harriet';
}
@media only screen and (max-width: 1000px){
    .altnav {
        grid-template-areas: 'tom'
        'harry'
        'tina'
        'harriet'
        'dick'
        'diana';
    }
    .pageright {
        text-align: center;
    }
    .pageleft {
        text-align: center;
    }
    .calnavrightalign {
        margin-right: 2.5em;
    }
    .calnavright {
        margin-top: 2.5em;
    }
    .altnavright {
        margin-top: 10em;
    }
    .calnavmain {
        margin-top: 2.5em;
    }
    .altnavleft {
        margin-top: 10em;
    }
}

.calnavright{
    grid-area: harry;
    /*text-align: left;*/
}
.altnavright{
    grid-area: harriet;
    /*text-align: left;*/
    margin-top: 2.5em;
}
ul.calnavleftalign{
    list-style-type: none;
    margin-right: 2.5em;
}
li {
    margin-bottom: 0.5em;
}
ul.calnavrightalign {
    list-style-type: none;
}
.calnavleft{
    grid-area: tom;
    /*text-align: right;*/
}
.altnavleft{
    grid-area: tina;
    /*text-align: right;*/
    margin-top: 2.5em;
}
.calnavmain{
    grid-area: dick;
}
.altnavmain{
    grid-area: diana;
    margin-top: 2.5em;
}

.calendar {
  border-collapse: collapse;
  border: 3px solid black;
  width: 100%;
  table-layout: auto;
}

.calmonth {
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  padding: 30px;
  caption-side: top;
}

.calmonthmini {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  padding: 5px;
  caption-side: top;
}

.calweek {
  text-align: center;
  font-size: large;
  font-weight: bold;
  border: 1px solid black;
  border-bottom-width: 2px;
}

.caldate {
  color: gray;
  font-weight: bold;
  position: relative;
  float: right;
  vertical-align: text-top;
}

.caldayactive {
  text-align: center;
  border: 1px solid black;
  width: 13%;
}

.caldayinactive {
  text-align: center;
  border: 1px solid black;
  width: 13%;
  background-color: lightgrey;
}

.calholiday {
  color: maroon;
  font-size: x-small;
  text-align: left;
  height: 40px;
  width: 100%;
}

.calseason {
  color: gray;
  font-size: x-small;
  text-align: right;
  height: 20px;
  width: 100%;
}

.calbutton {
  border: 1px double black;
  padding: 1vw;
  background-color: white;
  text-decoration: none;
  margin-top: 3em;
  margin-bottom: 3em;
}
.calbutton:hover {
    background-color: lightgrey;
}

.loghdr {
  color: gray;
  font-weight: bold;
  position: relative;
  vertical-align: text-bottom;
  font-size: small;
}
.logdata {
  text-align: center;
  border: 1px solid black;
  font-size: small;
  text-align: justify;
}
