@font-face {
  font-family: 'Headline';
  src: url(fonts/HEADOH__.TTF);
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-regular-400.ttf");
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-filter: blur(5px);
  color: white;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
body:fullscreen {
  zoom: .363636
}
body:fullscreen canvas,
body:fullscreen .engine_systems_render_css3d {
 zoom: 2.75
}
html body.dark {
  background: #111 url(background.jpg) no-repeat center center fixed;
  background-size: cover;
}
header {
  display: flex;
  background: #222;
  white-space: nowrap;
  justify-content: right;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header h1 {
  margin: 0;
  background: #555;
  padding: .5em;
  text-shadow: 0 0 5px black;
}
header menu {
  flex: 1;
  text-align: right;
  padding-right: 2em;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
header menu a,
.dark header menu a {
  display: inline-block;
  color: #fff;
  xwidth: 6.5em;
  padding: 0 20px;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .4s ease, background-color .4s ease;
}
header menu a:hover {
  color: #9ee;
  background: #444;
}
#background {
  xbackground: url(images/supercritical-blackhole.jpg) 50% 50% no-repeat;
  height: 100%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section {
  min-height: 100vh;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: black;
  text-shadow: 0 0 5px white;
  font-weight: bold;
}
section#intro h2 {
  padding-top: 3em;
}

section:nth-child(2n) {
  background: rgba(51,51,51,.8);
  box-shadow: 0 0 25px black;
  color: white;
  font-weight: normal;
}
section>h2 {
  font-size: 5em;
  text-align: center;
  margin-top: 0;
  font-family: Headline, sans-serif;
  font-weight: normal;
  text-shadow: 0 0 15px black;
}
section>p {
  line-height: 2em;
  max-width: 40em;
  margin: 0 auto;
  text-align: justify;
}
#scrollindicator {
  text-align: center;
}
#scrollindicator:after {
  border-left: 4px solid white;
  border-bottom: 4px solid white;
  width: 50px;
  height: 50px;
  transform: rotate(-45deg);
  display: block;
  animation: bounce 1s infinite;
  content: ' ';
  box-shadow: -4px 4px 4px rgba(0,0,0,.5);
  text-align: center;
  display: inline-block;
  position: relative;
}
@keyframes bounce {
   0% { top: 0; }
   50%   { top: 10px; }
   100% { top: 0; }
}
ul.portfolio {
  display: flex;
  flex-direction: row;
  list-style: none;
}
ul.portfolio>li {
  border: 1px solid black;
  background: #333;
  box-shadow: 0 0 15px black;
  border: 1px solid black;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  width: calc(33% - 42px);
  overflow: hidden;
  transition: transform 75ms ease;
}
ul.portfolio>li:hover {
  transform: scale(1.025);
}
ul.portfolio>li h3 {
  margin-top: 0;
}
ul.portfolio>li>img {
  max-width: 100%;
  max-height: 200px;
}
#portfolio-supercriticalindustries>img {
}
  
form input {
  font-size: 2em;
  border: 1px solid black;
  border-radius: .5em;
  padding: .2em .5em;
  box-shadow: 0 0 5px black;
  background: #ccc;
  text-align: center;
}
form input:hover {
  background: #eee;
}
form input:focus,
form input:active {
  border-color: lime;
  box-shadow: 0 0 10px lime;
  outline: 0;
  background: #eee;
}
ul.avatars li {
  display: inline-block;
}
ul.avatars li>img {
  width: 64px;
  height: 64px;
}
ul.avatars li>img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}
#start .startbutton {
  border: 1px solid black;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
  background: #666;
}
#start .startbutton button {
  font-size: 3em;
  border-radius: 10px;
  padding: .2em .5em;
  cursor: pointer;
  background: #666;
  color: white;
  text-shadow: 0 0 5px black;
}
#start button:hover {
  background: #777;
}
#content>section {
  transition: opacity 500ms ease;
  opacity: 1;
}
#content.hiding>section,
#content.hidden>section {
  opacity: 0;
  pointer-events: none;
}
#content.hidden {
  display: none;
}
section#social ul {
}
janus-voip-picker>ul li {
  display: inline-block;
  border: 1px solid black;
  border-radius: 10px;
  background: #666;
  box-shadow: 0 0 5px black;
}
janus-voip-picker>ul li button,
janus-voip-picker ui-button {
  width: 300px;
  height: 100px;
  background: #666;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.5em;
  color: white;
  text-shadow: 0 0 5px black;
}
janus-voip-picker ui-button {
  margin-top: 1em;
  border: 1px solid black;
  box-shadow: 0 0 5px black;
  line-height: 50px;
  height: 50px;
}
janus-voip-picker>ul li button:hover {
  background: #777;
}
janus-voip-picker>ul li button:focus {
  background: #6a6;
}
janus-voip-picker>ul li button[disabled] {
  color: #888;
  text-shadow: 0 0 5px #444;
  cursor: not-allowed;
}
