@import url(https://fonts.bunny.net/css?family=literata:500|atkinson-hyperlegible:400,400i,600);
:root {
    --headercolor: #614959;
    --headerback :  #debab1;
    --sectioncolor: #0e043c;
    --sectionback : #c191bb;
    --s2color     : #392990;
    --s2back      : #e59449;
    --s4color     : #392990;
    --s4back      : #e59449;
}


*,html,body {font-family: 'Atkinson Hyperlegible', sans-serif; font-size: 18px; font-weight: 400;}
a { color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; text-decoration: none;}
ul, ol { padding: 10px 20px;}

ul, ol { padding: 10px 20px; }
li { margin-bottom: 10px; line-height: 1.25em;}
input[type=text] { all: unset; background-color: inherit; outline: none; border-bottom: 2px dashed; }
input[type=checkbox] { background-color: var(--s4back);}
#container { max-width: 960px; margin: 0 auto; padding: 0px 10px;}
#container a {border-bottom: 1px dashed;}

p { line-height: 1.25em; margin-bottom: 1em;}
h1 { font-size: 2em; font-family: 'Literata', serif; font-weight: 500;}
h2 { font-size: 1.60em; margin-bottom: 0.5em;  font-family: 'Literata', serif; font-weight: 600;}
h3 { font-size: 1.25em;}
h4 { font-size: 0.8em; font-weight: 300;}

li h4 { margin-bottom:20px; margin-left: 30px;}


.section { margin: 20px 0px; border: 2px dashed; padding: 15px 20px; background-color: var(--sectionback); color: var(--sectioncolor); border-radius: 10px;}
.section,#section1 a { border-bottom: 1px dashed;}
#section1 {margin: 20px 0px; padding: 15px 20px; padding: 0px;}
#section2 { background-color: var(--s2back); color: var(--s2color);}
#section4 { background-color: var(--s4back); color: var(--s4color);}

.dir { margin: 0px 0px;  border: 2px dotted #ccc; border-radius: 10px; padding: 20px 10px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.dir h3 { color: var(--s2color);}
.dirgrid {
      display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, auto);
}

#version {font-size: 80%;}

header { background-color: var(--headerback); color: var(--headercolor); padding: 15px 20px; text-align: center; margin-bottom: 20px; border-radius: 0px 0px 10px 10px;}
header #flags {height: 20px;}
header #flags img { float: right; max-width: 30px; margin-left: 10px;}
header #flags .faded {opacity: 30%;}

header { margin-bottom: 5px;}

footer { background-color: var(--headerback); color: var(--headercolor); padding: 15px 20px; text-align: center; margin-top: 20px; border-radius: 10px 10px 0px 0px;}
footer p { font-size: 75%; margin-bottom: 0px;}

nav ul li { display: inline-block; margin: 0px 15px;}
nav ul { padding: 0px 10px;}

#gr_name { width: 50%;}
#gr_owner { width: 50%;}
#gr_desc,#gr_profile { width: 100%;}

#footer { font-size: 0.8em; color :#a1a1a1;}
#footer a { font-size: inherit; color: #a1a1a1; text-decoration: none; border-bottom: 1px dashed #a1a1a1;}
.css-checkbox { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }#inputPreview { display: flex; gap: 20px; justify-content: center;	}.css-checkbox + label { position: relative; font-size: 16px; cursor: pointer; display: inline-flex; align-items: center; height: 18px; color: rgb(0, 0, 0); }.css-checkbox + label::before { content: " "; display: inline-block; vertical-align: middle; margin-right: 3px; width: 16px; height: 16px; background-color: var(--s3back); border-width: 1px; border-style: inset; border-color: rgb(204, 204, 204); border-radius: 2px; box-shadow: none; }.css-checkbox:checked + label::after { content: " "; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+"); background-repeat: no-repeat; background-size: 14px 14px; background-position: center center; position: absolute; display: flex; justify-content: center; align-items: center; margin-left: 0px; left: 0px; top: 0px; text-align: center; background-color: transparent; font-size: 10px; height: 18px; width: 18px; }

.warn { padding: 10px; background-color:antiquewhite; color:#e59449; margin-top: 40px;}



@media only screen and (max-width: 800px) {
  body {
    h1 {font-size: 1.5em;}
    h2  {font-size: 1.2em;}
  }
  .dir { margin: 20px 0px; }
  .dirgrid {
    display: block;
}
  
}
