@charset "utf-8";

/* Get Fonts */
@font-face {
	font-family: 'Kromelink Roman';
	src: url("WT_Kormelink_Family_Web/2_WEB/1_WT_Kormelink_Roman/WT_Kormelink_Roman.woff");
}
@font-face {
	font-family: 'Kromelink Italic';
	src: url("WT_Kormelink_Family_Web/2_WEB/2_WT_Kormelink_Italic/WT_Kormelink_Italic.woff");
}
/* Get Fonts */


html {	
	scroll-behavior: smooth;
	font-size: 15px;
}

body {
	background-color: #000000; 
	font-family:"Kromelink Roman";	
	position:relative;
}

header { 
	position: fixed;
}

div.footer {
	padding-top: 10rem;
}

/* Title */
h1 {
	font-family:'Kromelink roman';
	background: linear-gradient(to bottom, hsla(0,0%,0%,1.00) 70% ,hsla(0,0%,0%,0.00));
	display: block;
	position: fixed;
	width: 100%;
	height: 2em;
	top: -1em;
	padding-top: 1em;
	z-index: 10;
}


h1.index {
	background: none;
	display: block;
	position: fixed;
	width: 100%;
	height: 2em;
	top: -1em;
	padding-top: 1em;
	z-index: 10;
}


h1 a {
    font-style: normal;
    font-size: 1.9rem;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
/* Title */

/* Text Style */
h2 {
    font-style: normal;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: normal;
	padding-top: 5.5rem;
	width: 30rem;
}

h3 {
    font-style: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: normal;
	padding-top: 5em;
	width: 30rem;
}

h3#archive-title {
    font-style: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: normal;
	padding-top: 1.5em;
	width: 30rem;
}

h3#braodcast-offline {
    font-style: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: normal;
	padding-top: 7em;
	width: 100%;
}



.no-padding-top {
  padding-top: 0;
}


h3 a {
    font-style: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: normal;
	padding-top: 5em;
}

h3 a:hover {text-decoration: underline;}

h3.Credits {
    font-style: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: normal;
	padding-top: 2em;
	width: 30rem;
}

h4 {
	margin-top: -0.3rem;
 	font-style: normal;
    font-size: .7rem;
    color: #FFFFFF;
    font-weight: normal;

}

h8 {
	display: block;
	width: 100%;
	margin-top: 0rem;
	padding-top: .5rem;
 	font-style: normal;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: normal;

}

h4#schedule {
	width: 30rem;
	margin-top: -1rem;
 	font-style: normal;
    font-size: .9rem;
    color: #FFFFFF;
    font-weight: normal;

}

#right-icons {
	width: 20rem;
	position: relative;
	float: right;
	
}

h4#full-screen {
	position: absolute;
	right: 0;

}

#display-sleep { 
	position: absolute;
	right: 0;
	bottom: -2.2rem;
	padding-top: .3rem;
	padding: .2 .5rem;
	font-size: .6rem;
	font-family: 'Kromelink Roman';
	background: black;
	color: white;
	border: thin solid white;
	cursor: pointer;
	
}


h5 {
	font-style: normal;
	font-size: 1rem;
    color: #FFFFFF;
    font-weight: normal;
	width: 100%;
	margin: 0 0 0.5rem 0;

}



p {
	font-style: normal;
	font-size: 1rem;
    color: #FFFFFF;
    font-weight: normal;
	width: 30rem;
}

p.theory {
	font-style: normal;
	font-size: 1rem;
    color: #FFFFFF;
    font-weight: normal;
	width: 100%;
	
}

a {
    font-style: normal;
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

span.itallisized {
	font-family: "Kromelink Italic";
}

span.font-scale-down {
	font-size: .9rem;
	padding-left: .5rem;
}

span.drop-cap {
	font-size: 5rem;
	padding: 0 .5rem 0 0;
	margin-bottom: -2rem;
	float: left;
	
}

span.txt-right {
	float: right;
}
/* Text Style */

/* Mobile Menu Toggle */
#toggle { 
	visibility: collapse;
	position: absolute;
}



label {
	padding: .7rem;
	width: 1.5rem;
	height: 1.5rem;
	top: .1rem;
	left: 0rem;
	position: fixed;
	visibility: collapse;
	background: hsla(0,0%,0%,0.00);
	z-index: 10;

}


#menu-icon {
	width: 1.3rem;
	height: 1.3rem;
}
/* Mobile Menu Toggle */

/* Navigation Menu */
nav {
	top: 3.9rem;
    position: fixed;
	z-index: 9;
}

nav.archive-nav {
	top: 0;
    position: fixed;
	z-index: 9;
}

nav a:hover {text-decoration: underline;}

nav a.selected {
    text-decoration: underline;
}

nav ul {
	padding-left: 1em;
	border-left: thin solid hsla(0,0%,100%,1.00);
	list-style-type: none;
	padding-top: .5em;	
}

nav ul li {
	padding-bottom: .5em;
	padding-top: .5em;
	
}nav.archive-nav ul li {
	padding-bottom: .9em;
	padding-top: .9em;
}
/* Navigation Menu */


main {
	padding: 0 17rem 0 17rem;
}

main.theory {
	padding: 5.5rem 17rem 0 17rem;
}

main.image-gallery {
	padding: 0 0 0 10rem;
}

main.archive {
	padding: 0 0 0 0;
}


/* Contact Form */
form.contact-form {
	width: 30rem;
	
}

form.contact-form textarea {
	font-family: "Kromelink Roman";
	font-size: 1rem;
	width: 30rem;
	height: 20rem;
	background: black;
	border: thin solid white;
	color: white;
	margin-bottom: -1rem;
}

form.contact-form input {
	font-family: "Kromelink Roman";
	font-size: 1rem;
	width: 10rem;
	padding-right: 10rem;
	background: black;
	border: thin solid white;
	color: white;
}

button.submit {
	padding-top: .3rem;
	padding: .2 .5rem;
	font-size: 1rem;
	font-family: 'Kromelink Roman';
	background: black;
	color: white;
	border: thin solid white;
	cursor: pointer;
}


input:not(input:-webkit-autofill)::-webkit-contacts-auto-fill-button {
	background-color: white;
}
/* Contact Form */


/* Thumbnail Hyperlinks */
a.thumbnail-container {
	width: 9rem;
	height: 9rem;
	text-align: center;
	margin: 0 2rem;
}

a.span-thumbnail {
	width: 100%;
	text-align: center;
	margin: 0 2rem;
}

img.thumbnail-img {
	width: 9rem;
	margin: auto 0;
	padding-bottom: 0.5rem;
}

img.span-thumbnail {
	width: 100%;
	margin: auto 0;
	padding-bottom: 0.5rem;
}

img.design_img {
	width: 100%;
}

img.design_img_16 {
	width: 100%;
}



video{
	width: inherit;
	height: inherit;
}

div.list {
	border-left: thin solid white;
	margin-left: 0.5rem;
	padding-left: .7rem;
}

a.list {	
	font-style: normal;
	font-size: .9rem;
    color: #FFFFFF;
    font-weight: normal;
	width: 100%;
	margin: 0 0 0.5rem 0;
}

a.list:hover {text-decoration: underline;}

div#CreditsContainer{
	padding-left: 0.5rem;
	padding-bottom: 5rem;
}

div.thumbnail-grid {
	width: 20rem;
	margin: 0 auto;
	padding-top: 2rem;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
}
/* Thumbnail Hyperlinks */











/* Carousel */



div.design-grid {

	margin: 0 auto;
	width: 30rem;
	height: 30rem;
	overflow: hidden;
	display: grid;
	grid-template-columns: auto;

}



::-webkit-scrollbar {
	height: 0;
	background: black;
	border-left: thin solid white;
	border-right: thin solid white;
	width: .7rem;
}

::-webkit-scrollbar-corner {
	background: black;
}

::-webkit-scrollbar-thumb {
	background: white;
}


.design-grid__imgs {
	overflow: scroll;
}

.design-grid img {
	outline: none;
	width: 100%;
}

.design-grid-container {
	text-align: center;
	padding-top: 5rem;
}

h4.design-grid__title {
	margin-top: .5rem;
}

/*graphs*/


/* Image Grids */

div.graph-grid {
	width: 36rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 18rem 18rem;
	justify-content: center;
}

div.graph-grid img {
	width: 18rem;
	padding-bottom: 5rem;
}
div.graph-grid img.comp-ave {
	width: 36rem;
	grid-column: 1 / 2;
	
}
div.gallery-grid {
    display: grid;
	grid-template-columns: auto;
}

div.gallery-grid img {
	outline: none;
	width: 100%;
}


.design_img-container {text-align: center;}

div.archive-grid {
	border-left: thin solid white;
	margin-top: 0rem;
	margin-left: 0.5rem;
	padding-left: .7rem;
	display: grid;
	width: 15rem;
	grid-auto-flow: column;
	grid-template-rows: auto auto auto auto auto auto auto auto;
}

div.session-directory {
	position: absolute;
	bottom: -3rem;
	display: grid;
	width: 100%;
	grid-auto-flow: column;
	grid-template-rows: auto;
	padding-top: 1.5rem;
	border-top: thin solid white;
}

div.archive-grid__item {
	width: auto;
	margin-bottom: 0.5rem;
}

div.session-directory__item {
	font-size: 1rem;
	text-align: center;
	color: white;
	width: 100%;
	margin: 0;
}
div.session-directory__item__title {
	font-size: 1rem;
	text-align: left;
	color: white;
	width: 100%;
	margin: 0;
}

div.session-directory__item__active {
	font-size: 1rem;
	text-align: center;
	color: white;
	width: 100%;
	margin: 0;
	border-bottom: thin solid white;
}
/* Image Grids */

/* Video */

div.video-vertical {
	font-size: 2rem;
	width: 9em;
	height: 16em;
	margin: 0 auto;
	padding-bottom: 3em;
}


div.broadcast {
	font-size: 2.6rem;
	width: 16em;
	height: 9em;
	margin: 1rem auto 0 auto;
	padding-bottom: 2rem;
	text-align: center;
}


div.video-16x9 {
	font-size: 2.6rem;
	width: 16em;
	height: 9em;
	margin: 5rem auto 0 auto;
	
}

div.archive-video {
	width: 99vw;
	height: 55.6875vw;	
	margin: 0 auto .5rem auto;
}


div.design_vid {
	font-size: 2rem;
	width:20em;
	height:10em;
	margin: 0 auto;	
}

div.video-3x2 {
	font-size: 12rem;
	width: 3em;
	height: 2em;
	margin: 0 auto;
	padding-bottom: 1rem;
}

div.main-video-container {
	position: absolute;
	top: 4rem;

}

div.main-video {
	z-index: 1;
	position: inherit;
	width: 100vw;
	height: 177.78vw;
	overflow: hidden;
	top: -86.7vw;
}


iframe {
	width: inherit;
	height: inherit;
}

#live-test {
}

.contact-form textarea[name='message']{
	opacity:0 !important;
	height:0 !important;
	width:0 !important;
	position:fixed !important;
	overflow:hidden !important;
	font-size:0 !important;
	margin:0 !important;
	padding:0 !important;
	top:0;
	left:0;
}
.active > a{
	text-decoration:underline !important;
}
/* Video */



@media (max-device-width:5in) and (orientation:portrait){
				
	html {font-size: 40px;}
	
	form.contact-form {width: 95%;}

	form.contact-form textarea {width: 95%; margin-bottom: 0;}

	form.contact-form input {width:20%;}
	
	h1 { text-align: center; top: -1.5em;}
	
	h1.index { text-align: center; top: -1.5em;}
	
	h1 a { font-size: 1.5rem;}
	
	span.drop-cap {font-size: 2.5rem; margin-bottom: -1rem;}
	
	main { padding: 0 1rem 0 1rem;}
	
	main.theory { padding: 5rem 1rem 0 1rem;}
		
	main.image-gallery { padding: 0;}
		
	div.graph-grid { width:100%;  grid-template-columns: 100%;}
	
	div.design-grid {width: 100%; height: 100vw;}
	
	div.graph-grid img {width: 100%;}
	
	div.graph-grid img.comp-ave {width: 100%;}
	
	div.video-3x2 {width: 100%;}

	div.design_vid {width: 100%;}
			
	div.broadcast {font-size: 5.7vw; text-align: center;}
	
	div.video-16x9 {font-size: 5.7vw;}
	
	div.broadcast {font-size: 5.7vw; text-align: center;}
	
	img.span-thumbnail {width: 90%;}
	
	h4#schedule {  width: 100%; font-size: 1rem;}
	
	#right-icons {width: 100%; float: none;}
	
	h4#full-screen { position: relative; margin: .2rem auto 0 auto}
	
	h3#braodcast-offline { padding-bottom: 1rem; font-size: 1rem;}
	
	#display-sleep { position: relative; visibility: collapse; float: none;}
				
	p {width: 100%;}
	
	h2 {width: 100%;}
	
	h3 {width: 100%;}
	
	h3#archive-title {width: 100%;}
	
	h3.Credits {width: 100%;}
	
	h4 {width: 100%;}
	
	h5 {width: 100%;}
	
	label { visibility: visible;}
	
	nav ul { width: 30rem;}
		
	nav { padding-right: 100%; padding-bottom: 500%; background: black; top: 0; padding-top: 2rem;}
	
	#menu { visibility: collapse;}
	
	#toggle:checked + #menu { visibility: visible;}
	
	div.main-video {
	position: fixed;
	font-size: 10rem;
	width: 9em;
	height: 16em;
	overflow: hidden;
	top: -7.4em;
	}
}
	


@media (max-device-width:5in) and (orientation:landscape){
			
	html {font-size: 15px;}
	
	
}

@media (max-width:900px){
	html {font-size: 15px;}
	
	h1 { text-align: center; top: -1.5em;}
	
	h1 a { font-size: 1.5rem;}
	
	main { padding: 0 1rem 0 1rem;}
	
	main.theory { padding: 5rem 1rem 0 1rem;}
		
	main.image-gallery { padding: 0;}
	
	p {width: 30rem;}
	
	label { visibility: visible;}
	
	nav { padding-right: 100%; background: linear-gradient(to right, hsla(0,0%,0%,1.00) ,hsla(0,0%,0%,0.00));}
	
	#menu { visibility: collapse;}
	
	#toggle:checked + #menu { visibility: visible;}
	
	div.main-video {
	position: fixed;
	font-size: 10rem;
	width: 9em;
	height: 16em;
	overflow: hidden;
	top: -7.4em;
	}
}
	

@media screen and (min-width:2000px){
	html {font-size: 20px;}
	
}

@media screen and (min-width:4000px){
	html {font-size: 25px;}
	
}

