@charset "utf-8";
body {
	font-size: 90%;   /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #f3f3f3/*#EC2125*/;
	color: #000000;
	margin: 0;
	box-sizing: border-box;
	/*background-color: #111111;*/
	background-repeat: no-repeat;
	background-size:contain;
}

body a, body a:link, body a:visited {
	color: #061494a1;
	text-decoration: none;
}

body a:hover {
	color: #9b0008;
	background-color: #dddddd;
}

/*p. {:both;}*/

#splash {
	position: relative;
	margin-top: 0px;
	background-image: url('images/splash_2023.jpg');
	background-size:contain;
	-webkit-background-size: contain;
	-mox-background-size: contain;
	-o-background-size: contain;
	background-repeat: no-repeat;
	width:100%;
	padding-top: 42%;
    box-sizing: border-box;
	overflow:auto;
	/*width: 1006px
	height: 625px;*/

}

#titlebar {
	position: relative;
	margin-top: 0px;
	background-image: url('images/titlebar_2020documentation.jpg');
	background-size:contain;
	-webkit-background-size: contain;
	-mox-background-size: contain;
	-o-background-size: contain;
	background-repeat: no-repeat;
	padding-top: 27%;
	
}

#titlesquare {
	display:flex;
	overflow:hidden;
}

#splash-quote {
	position: absolute;
	top: 3%;
	left: 40%;
	margin-right: 8%;
	font-size: calc(5px + 1vw);
}

#declaration {
	font-size: calc(6px + 1vw);

}

img.splash {
	max-width: 85%;
	height: auto;
	width: auto\9; /* ie8 */
	box-sizing: border-box;
}



.lastyear {
	position:relative;
}

.lastyearoverlay {
	position: absolute;
	bottom: 245px;
	left: 10px;
	font-size: 11px;

}

.columns {
	/*overflow: hidden;
	position:relative;
	box-sizing: border-box;*/
	display: flex;
	flex-wrap: wrap;
	margin-left: 30px;
	margin-right: 30px;
}

.column {
	/*position:relative;
	float:left;*/
	width: 300px;
	/*width: 23%;
	min-width: 120px;*/
	padding: 10px;
	/*font-size: calc(2.7px + 0.75vw);*/
	font-size: 11px;
	/*box-sizing: border-box;*/
}

.column-wide {
	width: 410px;
	padding: 10px;
	font-size: 11px;
}

.column-xwide {
	width: 620px;
	padding: 10px;
	font-size: 11px;
}

.column-center {
	width: 200px;
	padding: 10px;
	font-size: 9px;
	text-align: center;
}

squeeze {
	letter-spacing: -1px;
}

#text-outer {
	margin: auto;
	margin-top: 20px;
	width: 100%;
	background-color: rgba(1, 1, 1, 0.5);
	padding: 2%;
	border: solid 1px #000;
}

#text-inner {
	margin: 0px;
	border: dotted 1px #000;
	padding: 2%;
	text-align: center;
	vertical-align: bottom;
	font-size: 1vw;
}

#quotes {
	width: 500px;
	text-align: left;
	margin-left: 100px;
}

#quotes dl {
	font-weight: normal;
	display: inline;
	}

#quotes dt {
	font-style: italic;
	display: inline;
	}

#quotes dd {
	font-size: .7em;
	font-weight: bold;
	font-style: normal;
	padding-left: 0;
	padding-bottom: .8em;
	}



.separate {
	width: 80%;
	height: 1px;
	color: #fff;
	background-color: #000;
	border: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.documentation_container {
	margin-left:auto;
	margin-right:auto;
	width: 264px;
	font-size: 1.2em;
	font-weight: bold;
}

/* For gallery.js */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.image-container {
    max-width: 90%;
    max-height: 90vh;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* --------  */


.bold1 {
	font-size: 1.2em;
	font-weight: bold;
}

.bold2 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.bold3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.artists {
	margin: auto;
	width: 250px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;

}

.artists dl {
	font-weight: 1.1em;
	font-weight: bold;
	display: inline;
	}

.artists dt {
	font-size: .9em;
	font-weight: normal;
	display: inline;
	}

.artists dd {
	font-size: .9em;
	font-weight: normal;
	font-style: italic;
	padding-left: 0;
	padding-bottom: .5em;
	}

/* Borrowed from w3schools responsive design. */

/*.2020::after {
    content: "";
    clear: both;
    display: table;
}*/
[class*="col-"] {
    float: left;
	padding: 15px;
	max-width: 95%;
}

.header {
    background-color: #f3f3f3;
    color: #ffffff;
}
.grid-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.grid-menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-size: 13px;
	text-align:left;
	max-width: 300px;
}
.grid-menu li:hover {
    background-color: #dddddd;
}


.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
/*.footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}*/

.footer {
    background: rgba(243, 243, 243, 0.6);
    color: #1a1a1a;
		opacity: 1;
    text-align: right;
    font-size: 8px;
    padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:0px;
	width: 100%;
	position:fixed;
	bottom: 0;
}

.twitter-img {
	background-image:url("../images/twitter-black.png");
	height: 30px; width: 35px;
	background-repeat: no-repeat;
	background-size: contain;
	float:right;
}

.facebook-img {
	background-image:url("../images/facebook-black.png");
	height: 30px; width: 35px;
	background-repeat: no-repeat;
	background-size: contain;
	float:right;
}

.youtube-img {
	background-image:url("../images/youtube-black.png");
	height: 30px; width: 46px;
	background-repeat: no-repeat;
	background-size: contain;
	float:right;
}

.twitch-img {
	background-image:url("../images/twitch-black.png");
	height: 30px; width: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	float:right;
}

.instagram-img {
	background-image:url("../images/instagram-black.png");
	height: 30px; width: 35px;
	background-repeat: no-repeat;
	background-size: contain;
	float:right;
}

@media only screen and (min-width: 481px) {
[class*="col-2"] {
    width: 200px;
}
}

[class*="col-6"] {
    width: calc(90% - 210px);
}

/* For mobile phones: */
@media only screen and (max-width: 550px) {
[class*="col-s-12"] {
    width: 100%;
}
}



iframe {/*width: calc(50vw); height: calc(50vw/1.77);*/ width:60vw; height: calc(60vw/1.77);}
	.grid-container {
			display: flex;
			flex-wrap: nowrap;
	}
	.grid-container .menu {float:left; width: 30vw; padding-left:12px;}
	.grid-container .content {float:left; width: 60vw; padding-left:12px; padding-right:12px; font-size: 13px;}
	.hz_description {padding-left:12px; width: 30vw;}
