@import url('https://fonts.googleapis.com/css2?family=Handjet:wght,ELGR,ELSH@100..900,1..2,0..16&display=swap');
/* 
Weight (wght): 100 - 900
Element Grid (ELGR): 1 - 2
Element Shape (ELSH): 0 - 16
*/

/*General*/
body
	{
	font-family: 'Handjet', serif;
	margin: 0rem;
	}
header
	{
	background-color: black;
	}
nav
   {
   background-color: #7CC639;
	margin-bottom: 0.5rem;
   }
nav ul
   {
   display: flex;
	justify-content: space-around;
   font-size: 1.4rem;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   margin: auto;
   }
nav ul li a
   {
   text-decoration: none;
   color: green;
	font-weight: bold;
   }
ul
   {
   padding: 0rem;
	list-style: none;
   }
a:hover
	{
	color: #FFFFFF;
	text-shadow: 0px 0px 20px #FFFFFF;
	animation-name: spin;
	animation-duration: 3s;
	animation-direction: normal;
	animation-iteration-count: infinite;
	}
img
   {
   display: block;
	height:auto;
	margin: auto;
	border: 5px solid black;
	max-width: 300px;
   }
h1
	{
	margin: 0rem;
	color: #FFFFFF;
	text-shadow: 0px 0px 15px #FFFFFF, 0px 0px 30px #7CC639, 0px 0px 20px #7CC639;
	text-align: center;
	font-size: 5rem;
	font-variation-settings: "wght" 400, "ELSH" 2.6;
	padding: 0.8rem;
	animation-name: spin;
	animation-duration: 6s;
	animation-direction: normal;
	animation-iteration-count: infinite;
	}
#gridhero
	{
	display: grid;
	place-content: center;
   height: 65dvh;
	}
@media (prefers-reduced-motion: no-preference)
	{
		@keyframes spin {
			0% {
				font-variation-settings: "ELSH" 2.6;
				}
			100%	{
				font-variation-settings: "ELSH" 6.5;
				}
	}
}
h2
	{
	font-size: 2.8rem;
	padding-left: 0.8rem;
	border-bottom: 2px dashed #7CC639;
	}
h3
	{
	padding-left: 0.5rem;
	font-size: 1.9rem;
	}
.intro
	{
	text-align: center;
	background: black;
	padding: 0.3rem;
	margin-top: 1rem;
	margin-bottom: 0.8rem;
	}
.intro h2
	{
	color: #7CC639;
	border: none;
	}
p
	{
	color: #7CC639;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	font-size: 1.5rem;
	}
p a
	{
	color: #7CC639;
	}
p a:hover
	{
	color: black;
	}
#schedule li
	{
	padding-left: 0.5rem;
	color: #7CC639;
	font-size: 1.2rem;
	}
/*Schedule Page*/
.scheduletable
	{
	background-color: #7CC639;
	width: 100%;
	margin-bottom: 1rem;
	table-layout: fixed;
	}
.scheduleday
	{
	font-size: 2.3rem;
	text-align: center;
	}
caption
	{
	background-color: black;
	color: #FFFFFF;
	padding: 0.5rem;
	}
th
	{
	font-size: 1.5rem;
	}
td
	{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.3rem;
	text-overflow: hidden;
	}
tr:nth-child(even) 
	{
   background-color: #96D161;
	}
.tabletime
	{
	width: 20%
	}
.tableevent
	{
	width: 50%
	}
.tablepresenter
	{
	width: 30%
	}
/*Speakers Page*/
.cardrow
	{
	 display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    max-width: 1000px;
    margin: auto;
	}
.cardcard
	{
	flex-basis: 200px;
   flex-grow: 1;
   margin-left: 0.5rem;
   margin-right: 0.5rem;
   margin-bottom: 1rem;
   margin-top: 0.5rem;
	background-color: black;
	padding: 0.2rem;
	}
.cardcard h2
	{
	color: #FFFFFF;
	text-align: center;
	padding: 0.5rem;
	font-size: 4rem;
	margin-top: 0rem;
	}
.cardcard p
	{
	text-align: center;
	}
.cardcard img
	{
	border: 2px solid #7CC639;
	}
/*Workshops Page*/
.important
	{
	font-size: 2rem;
	color: #FFFFFF;
	}
/*Register Page*/
button
	{
	font-family: 'Handjet', serif;
	color: #7CC639;
	font-size: 2.5rem;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 0.5rem;
	}
.centerbutton
	{
	text-align: center;
	}
button:hover
	{
	background-color: #7CC639;
	color: #FFFFFF;
	}
@media (min-width: 414px)
	{
	.scheduleday
		{
		font-size: 2rem;
		}
	.scheduletable th
		{
		font-size: 1rem;
		}
	.scheduletable td
		{
		font-size: 1rem;
		}
	.important
		{
		font-size: 1.5rem;
		}
	.cardcard p
		{
		font-size: 1rem;
		}
	}
@media (min-width: 768px)
	{
	h1
		{
		font-size: 6rem;
		}
	nav ul
		{
		font-size: 1.5rem;
		}
	h2
		{
		font-size: 3rem;
		}
	p
		{
		font-size: 1.5rem;
		}
	.scheduleday
		{
		font-size: 2.5rem;
		}
	.scheduletable th
		{
		font-size: 1.5rem;
		}
	.scheduletable td
		{
		font-size: 1.5rem;
		}
	.important
		{
		font-size: 2rem;
		}
	button
		{
		font-size: 2.5rem;
		}
	.cardcard p
		{
		font-size: 1.5rem;
		}
	.cardcard h2
		{
		font-size: 4rem;
		}
	img
		{
		max-width: 100%;
		}
	.cardcard
		{
		min-width: 400px;
		}
	}
@media (min-width: 1024px)
	{
	h1
		{
		font-size: 12rem;
		}
	nav ul
		{
		font-size: 2rem;
		}
	h2
		{
		font-size: 4rem;
		}
	p
		{
		font-size: 2rem;
		}
	.scheduleday
		{
		font-size: 3rem;
		}
	.scheduletable th
		{
		font-size: 2rem;
		}
	.scheduletable td
		{
		font-size: 2rem;
		}
	.important
		{
		font-size: 3rem;
		}
	button
		{
		font-size: 3rem;
		}
	.cardcard p
		{
		font-size: 2rem;
		}
	.cardcard h2
		{
		font-size: 6rem;
		}
	}