body
{
background-color: black;
background-position: center top;
color: orange;
text-align: center;
margin: 0px;
padding: 0px;
background-image: url('images/bg.png');
}

a,a:visited
{
	color: orange;
}

a:hover
{
	text-shadow: black 0 0 5px;
}

p,div.p_style
{
	text-shadow: blue 0 0 5px;
	background: radial-gradient(rgba(0, 0, 200, 50%), rgba(0, 0, 0, 0));
}

div.head
{
background-image:linear-gradient(180deg, #00a 0%, rgba(0, 0, 0, 0) 100%);
background-repeat: no-repeat;
margin: 0px;
padding-bottom: 20px;
}

h1
{
	margin: 0px;
	padding-top: 30px;
}

.headspacing, .headspacing img
{
	margin: 0px;
	padding: 0px;
}

.glowbox
{
	box-shadow: 0px 0px 20px #aaf;
}

span.abbr
{
	cursor: help;
	text-decoration:underline;
}

.xlarge
{
	font-size: xxx-large;
}

@media screen, print 
{
.xlarge
{
	font-size: x-large;
}
}

table.Yspaced
{
	border-spacing: 10px 5px;
}

.glow {
  color: black;
  text-align: center;
  
text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #6af,
    0 0 82px #6af,
    0 0 92px #6af,
    0 0 102px #6af,
    0 0 151px #6af;  
  /*text-shadow: 0 0 30px orange;*/
/*
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
*/
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px orange, 0 0 20px #fcf, 0 0 30px #fce, 0 0 40px #fcd, 0 0 50px #fcc, 0 0 60px #fcb, 0 0 70px #fca;
  } 
  to {
    text-shadow: 0 0 20px orange, 0 0 30px #fae, 0 0 40px #fad, 0 0 50px #fac, 0 0 60px #ffb, 0 0 70px #faa, 0 0 100px #fa0;
  }
}

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

th
{
  width: 30%;
}

table *
{
  text-align: center;
}

.mini
{
  font-size: small;
  font-family: monospace;
  letter-spacing: 0.2rem;
}

#bgVideo 
{
   width: 100vw;
   height: 100vh;
   object-fit: cover;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}

.content 
{
  position: fixed;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.content table
{
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 5px 15px 5px 15px;
}

.grow { 
  transition: all .2s ease-in-out; 
}

.grow:hover { 
  transform: scale(1.2); 
}

.growbig { 
  transition: all .2s ease-in-out; 
  margin-left: 10px;
  margin-right: 10px;
}

.growbig:hover { 
  transform: scale(1.6); 
}


.partnerglyph
{
  min-width: 100px;
  height: 100px;
}

.swiper {
  width: 1000px;
  height: 530px;

  margin-bottom: 30px;
}

.swiper-slide>img
{
  margin-top: 15px;
  height: 500px;
  max-width: 1000px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 60px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
