@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  color: #333;
  font:
    1.2em / 1.5 Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
      -webkit-user-select: none; /* Safari */
      -ms-user-select: none; /* IE 10 and IE 11 */
      user-select: none; /* Standard syntax */
}

p {
  margin-top: 3em;
}
.roboto-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
 html {
      margin: 0;
      padding: 0;
      height: 100%;
        scroll-behavior: smooth;
      
 }
 ::-webkit-scrollbar {
    width: 0px;
    display: none;
}
 
* { box-sizing: border-box; }
#video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
#video-foreground,
#video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
		position: sticky;
}
#bgmusic {
	display: none;
}
#vid-info {
position: absolute;
top: 0;
right: 0;
width: 33%;
border-radius: 0px 0px 0px 50px;
background: rgba(0,0,0,0.3);
color: #fff; padding: 1rem;
font-family: Avenir, Helvetica, sans-serif;
font-weight: bold;
	       }
#volumeicon {
  position: absolute;
  top: 8px;
  right: 16px;
    font-size: 30px;
}
@media (min-aspect-ratio: 16/9) {
  #video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
#vid-info { width: 50%; padding: .5rem; }
#vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
#vid-info #acronym { display: none; }
}


@keyframes disappear {
  from { opacity: 1; }
  to { opacity: 0; }
}

.fade-out {
  animation: disappear 0.5s forwards;
}

#infobox {
	  font-family: Avenir, Helvetica, sans-serif;
	  font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
}

#infoboxcontent {
      background: white;
      padding: 20px 40px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
      text-align: center;
}

#infoboxbutton {
      margin-top: 15px;
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      background-color: #4CAF50;
      color: white;
      border-radius: 5px;
      cursor: pointer;
}

#infoboxbutton:hover {
      background-color: #45a049;
}


.center {
  margin: 0;
  position: absolute;
  top: 90%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

#glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

#glow-on-hover:active {
    color: #000
}

#glow-on-hover:active:after {
    background: transparent;
}

#glow-on-hover:hover:before {
    opacity: 1;
}

#glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

#section2 {
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%;
  backdrop-filter: invert(80%) blur(2px);
  margin: 0;
  position: absolute;
  top: 200%;
  left: 50%;
  -ms-transform: translate(-100%, -100%);
  transform: translate(-50%, -50%);
	
}

.sticky {
	position: sticky;
	top: 0;
}

iframe {
	border: none;
	overflow: hidden;
	width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  display: block;
	
}

.ball {
  border-radius: 25px;
  width: 50px;
  height: 50px;
  backdrop-filter: sepia(100%) invert(80%) opacity(100%) blur(50px);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1s;
}
main {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  height: 400px;
  border: 1px solid #ccc;
  padding: 20px;
}
div.clickEffect{
	position:fixed;
	box-sizing:border-box;
	border-style:solid;
	border-color:#000000;
	border-radius:50%;
	animation:clickEffect 0.4s ease-out;
	z-index:99999;
}
@keyframes clickEffect{
	0%{
		opacity:1;
		width:0.5em; height:0.5em;
		margin:-0.25em;
		border-width:0.5rem;
	}
	100%{
		opacity:0.2;
		width:15em; height:15em;
		margin:-7.5em;
		border-width:0.03rem;
	}
}