* {
  box-sizing: border-box;
  color:#fff;
  scrollbar-color: #60c662 #7fb49c;
}

body {
  height: 100%;
  background-size: 100%;
  background-color: #2a2a2a;
  background-image: url(https://jacoblarose.com/assets/imgs/bg.webp);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: none;
}

h1 {
	font-family: "Aubrey", system-ui;
	font-weight: bold;
	margin-right: 4%;
	margin-left: 4%;
  font-size: 1.5em;
	text-shadow: 1px 1px 6px #56cb6e;
}

h2 {
	font-family: "Aubrey", system-ui;
	font-weight: bold;
	font-size: 1.5em;
	text-shadow: 1px 1px 8px #56cb6e;
}


h3 {
	font-family: "Aubrey", system-ui;
	font-weight: bold;
	margin-right: 4%;
	margin-left: 4%;
	font-size: 1.5em;
	text-shadow: 1px 1px 6px #56cb6e;
}

h4 {
	font-family: "Aubrey", system-ui;
	font-weight: bold;
	margin-right: 4%;
	margin-left: 4%;
	font-size: 1.5em;
	text-shadow: 1px 1px 4px #56cb6e;
}

h5 {
	text-shadow: 1px 1px 4px #56cb6e;
}

h6 {
	font-family: "Aubrey", system-ui;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
  text-shadow: 0px 0px 16px white;
  animation-name: h6anim;
  animation-duration: 4s;
  animation-interpolation: linear;
  animation-iteration-count: infinite;
}

@keyframes h6anim {
  0% {text-shadow: 0px 0px 16px white}
  25% {text-shadow: 0px 0px 16px red}
  50% {text-shadow: 0px 0px 16px yellow}
  75% {text-shadow: 0px 0px 16px green}
  100% {text-shadow: 0px 0px 16px light-blue}
}

p {
	font-family: "Aubrey", system-ui;
	margin-right: 4%;
	margin-left: 4%;
  text-indent: 18px;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px #56cb6e;
}

img {
    padding: 5px;
    width: 150px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

tr,th {
  padding:4px;
  float: left;
}

canvas {
  display: block;
  width: 600px;
  height: 400px;
  margin: auto;
  padding: 2px;
  border: 2px solid white;
  background-color: black;
}

div.bg_img {
  background-image: url(assets/imgs/covers/geist-thumb.png);

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.grid-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 50%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 2.5%;
  padding: 2.5%;
  float: center;
  margin-left: auto;
  margin-right: auto;
}

div.grid-container > a img {
  background-color: rgba(42, 42, 42, 0.8);
  color: #fff;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 12px 0 rgba(53, 225, 100, 0.8), 0px 0px 32px 0 rgba(88, 187, 115, 0.3);
}

div.grid-container > a video {
  background-color: rgba(42, 42, 42, 0.8);
  alpha: 30%;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 12px 0 rgba(53, 225, 100, 0.8), 0px 0px 32px 0 rgba(88, 187, 115, 0.3);
}

div.grid-container-small {
  background: url(assets/imgs/monitor_off.jpg);
  background-size: fill;
  flex: 50%;
  display: grid;
  grid-template-columns: auto auto;
  padding: 16%;
  float: center;
  margin-left: 16%;
  margin-right: 16%;
  z-index: 1;
}

div.grid-container-small > a img {
  background-color: rgba(42, 42, 42, 0.8);
  color: #fff;
  padding: 2px;
  font-size: 12px;
  text-align: center;
  z-index: 2;
}

div.nav {
	float:left top;
	flex: 20%;
	left: 4%;
	background: url(assets/imgs/elements/green_points.png);
  background-size: 200%;
}

div.monitor-overlay-on {
  background: url(assets/imgs/monitor_on_a.png);
  z-index: 3;
}

div.monitor-overlay-off {
  background: url(assets/imgs/monitor_off.jpg);
  z-index: 4;
}

div.sidebar {
	float:center left;
	padding:0.5%;
	position:absolute;
	margin-top: 4%;
	margin-left: 4%;
	min-width:22%;
	margin-right: auto;
	border: 2px solid white;
	outline-style: dotted;
	outline-color: #56cb6e;
	line-height: 2em;
  text-size: 4em;
}

div.streamlinks {
	display: flex;
	justify-content: center;
	margin: auto;
	line-height: 2em;
  text-size: 4em;
}

div.streamlinks > figure {
	align-items: center;
}

div.main {
	float:center right;
	position:flex;
	padding:2%;
	margin-top: 4%;
	margin-left: 40%;
	margin-right: 2%;
}

div.gallery {
	float:center center;
	justify-content: center;
	margin: auto;
	padding: 2%;
}

div.footer {
	position:bottom;
	padding:0.5%;
	float:bottom;
}

div.fig {
	background-color:rgba(187, 190, 206, 0.2);
	padding:0.5%;
	float:center;
	margin: auto;
}

div.audio {
	background-color:#767c98;
	width:92%;
	flex:100%;
	padding:0.5%;
	margin:auto;
	float:center;
}

a {
	font-family: "Aubrey", system-ui;
	text-shadow: 1px 1px 4px #56cb6e;
}

a:link {
	text-decoration:none;
	font-weight: bold;
}

a:hover,a:active {
	text-decoration:none;
}

dd,dt {
	font-size: 1.8em;
	font-family: "Aubrey", system-ui;
	text-shadow: 1px 1px 4px #56cb6e;
}

dt {
	font-weight:bold;
}

dl { 
	margin-right: 6%;
	margin-left: 6%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 140px;
}

figure {
	display:inline;
}

audio {
	margin-left: 3.5%;
}

li {
	display:inline;
}

li a {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	display: block;
  padding: 8px 16px;
}

li a:hover {
  background: radial-gradient(#60c662, transparent);
}

input[type=submit] {
  width: 50%;
  background-color: #4CAF50;
  color: white;
  padding: 10px 16px;
  margin: 6px 15%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

input[type=text], select {
  color:#000;
  width: 50%;
  padding: 10px 16px;
  margin: 6px 15%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

@media screen and (max-device-width: 640px) {
  body {
    background-attachment: scroll;
  }
  div.nav {
	  flex-direction: column;
  }
  div.main {
	  position: relative;
  }
  dd,dt {
	font-size:0.8em;
  }
}