@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;
}

.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;
}

.notable b {
    background-color: #B88;
    border-radius: 7px;
}

div.menu {
  font-family: "Tourney", sans-serif;
    font-size: 1.3em;
    margin-bottom: 0.7em;
}

div.menu a {
    width: 20%;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    padding: 0.3em 1.0em;
    display: inline-block;
    border-radius: 8px;
}
div.menu a:hover {
    background-color: #DDD;
}

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%;
}
.album img {
    vertical-align: middle;
    width: 40%;
    padding: 10px;
}

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-size: 5em;
    opacity: 0.7;
    font-variant: small-caps;
}

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

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

.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;
        border-bottom: 2px dotted #666;
}
a:hover {
	color: #777;
        text-decoration: underline;
}

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

li:hover {
	background-color: #445;
}

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;
}

.resources-div {
    background-color: none;
}

.resource {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 3px dotted #FFF;
}

.resource a {
    border: none;
    padding: 2px 3px;
    margin: 0 2px;
}

.resource:hover a {
    background-color: white;
}

.resource .name,
.resource .description {
}

.resource .name {
    width: 30%;
    font-size: 1.1em;
    font-weight: bold;
}

.resource .types {
    font-size: 0.4em;
    color: blue;
    width: 14%;
}

.resource .description {
    font-size: 0.7em;
    color: #666;
}

