@media all and (min-width:1000px) {
	body {
		font-family: arial, sans;
		margin: 2% 20%;
	}
}

.rubik-glitch-regular {
  font-family: "Rubik Glitch", system-ui;
  font-weight: 400;
  font-style: normal;
}


.handjet-plain {
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "ELGR" 1,
    "ELSH" 2;
}


.tourney-plain {
  font-family: "Tourney", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



ul.main-list {
	margin: 1.0em 10% 2em 10%;
}
ul.main-list li {
	font-size: 1.4em;
}

ul.main-list li::marker {
	color: #382;
	font-size: 1.8em;
	content: "►";
	ycontent: "§ ";
	xcontent: "❧ ";
}

ul.main-list span.list-comment {
    font-size: 0.8em;
    color: #555;
}
ul.main-list span.list-comment::before {
    content: '—  ';
    color: #888;
}

.main-header {
    text-align: center;
}

.main-header img {
    max-height: 250px;
    width: auto;
    border: none;
}

.panel {
    border-radius: 10px;
    background-color: #336;
    padding: 3px 10px;
    width: 30%;
    xdisplay: inline-block;
    display: none;
    vertical-align: top;
}

.code {
    font-family: courier, monospace;
    font-size: 1.1em;
    display: inline-block;
    background-color: rgba(255,255,255,0.2);
    padding: 1px 6px;
    border-radius: 2px;
}

.panelHolder {
    border: 0;
    padding: 0;
    position: relative;
    height: 60%;
}

p.intro {
    margin: 2em 7em;
}

.notable {
    display: block;
    background-color: rgba(255,255,0,0.2);
    padding: 11px 20px;
    border-radius: 15px;
    border: solid 3px red;
    margin: 13px 25px;
}

div.footer {
    pointer-events: none;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0.8em;
    position: fixed;
    width: 30%;
    right: 1em;
    bottom: 1em;
    text-align: center;
    font-size: 0.8em;
}

div.album {
    margin: 20px;
    width: 100%;
}
ximg {
    vertical-align: middle;
    width: 60%;
    margin: 10px;
    border: solid 3px black;
}

.ref {
    font-size: 0.7em;
}

body {
	font-family: arial, sans;
	background-color: #99A;
        background-image: url(flyer-bg-sm.jpg);
        background-size:     cover;
        background-repeat:   no-repeat;
        background-position: center center;
        color: black;
}

.main-text {
    color: black;
    -webkit-text-stroke: 0.5px #888;
    font-size: 2.7em;
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
}

h1, h2 {
	text-align: center;
	color: black;
}
h1 {
    font-family: "Alegreya SC", serif;
    font-size: 5em;
    line-height: 1.1em;
    margin: 0;
}

h2 {
	border-top: dashed 2px #AAA;
	padding-top: 5px;
	margin-top: 2em;
}

h3 {
    color: #DDA;
    font-size: 1.4em;
    margin-bottom: 0;
}

div.img-top, div.img-bottom {
    text-align: center;
}
div.img-top img, div.img-bottom img {
    border: solid 3px black;
    height: 300px;
    max-width: 90%;
}

.menu img {
    position: fixed;
    top: 1em;
    left: 1em;
    border: none;
    width: 150px;
}

@media (max-width: 1000px) {
    h1 { font-size: 2.2em; }
    .menu img {
        position: relative;
        padding: 0 10px 30px 10px;
        height: 80px;
        width: auto;
    }
}

.panel h3 {
    padding: 8px;
    margin: 4px 0;
}
.panel:hover h3 {
    background: radial-gradient(circle, #4f46e4 25%, transparent 26%);
    background-size: 0.3em 0.3em;
}
.panel h3:hover {
    cursor: grab;
}

.note {
	color: #444;
	text-align: center;
}

a {
	color: #666;
        text-decoration: none;
}
a:hover {
	color: #777;
        text-decoration: underline;
}

li {
	font-size: 0.95em;
        color: #333;
	margin: 0 0 0.5em 0;
	padding: 2px 8px;
	border-radius: 3px;
}


li a {
	font-weight: bold;
}

li.pause {
	margin-top: 1.0em;
}

blockquote {
	padding: 8px 12px;
	border-left: solid 2px #555;
	color: #444;
}

blockquote li {
	font-size: 1.0em;
	padding: 0;
}

#the-patterns h4 {
    margin: 2.5em 0 0 0;
    padding: 2px 11px;
    background-color: #AAA;
    border-radius: 5px;
    color: #555;
}

#the-patterns p.comment {
    color: #555;
    font-size: 0.95em;
    padding-left: 2em;
    text-indent: -2.2em;
    line-height: 1.2em;
}

#the-patterns p.comment::before {
    content: '❧ ';
    font-size: 1.9em;
    position: relative;
    bottom: -0.2em;
}

#the-patterns em {
    font-size: 1.2em;
}

#the-patterns xxem::before {
    content: '\201C  ';
    font-size: 3.5em;
    position: relative;
    bottom: -0.4em;
}

#the-patterns xxem::after {
    content: '   \201D';
    font-size: 3.5em;
    position: relative;
    bottom: -0.4em;
}


