@charset "UTF-8";
.navbar-brand img   {
    max-height: 60px;
}
body {
    background-color: #000000;
    background-image: url(../images/bgnd.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.jumbotron {
    background-color: rgba(0,0,0,0.00);
}
.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    background-color: none;
}
.trixeltitle {
    max-width: 400px;
}
.video-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    text-align: center;
}
.video-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 8px solid rgba(110,248,255,0.30);
    position: absolute;
}
h1 {
    font-family: 'VT323', monospace;
    color: rgba(255,255,255,1.00);
    font-size: 80PX;
}
h2 {
    font-family: 'VT323', monospace;
    color: rgba(110,248,255,1.00);
    font-size: 65px;
}
h3 {
    font-family: 'VT323', monospace;
    color: rgba(110,248,255,1.00);
    font-size: 46px;
}
h4 {
    font-family: 'VT323', monospace;
    color: rgba(229,253,255,1.00);
    font-size: 46px;
    text-align: center;
}
.btn-comingsoon {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

* { 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;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
.row .col-lg-12.mb-4.mt-5.text-center p {
}
@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; }
}.screengrab {
    border: 8px solid rgba(110,248,255,0.30);
}
.screengrab2 {
    border: 8px solid rgba(110,248,255,0.30);
    width: 90%;
    text-align: center;
}
a:hover {
    color: rgba(255,255,255,1.00);
}
a {
    color: rgba(255,110,218,1.00);
}
.jumbotron{}
.screengrab2 {
}
.indicates-required {
    color: rgba(255,185,237,1.00);
}
.mc-field-group {
    color: rgba(110,248,255,1.00);
}
#mc_embed_signup_scroll #mc-embedded-subscribe {
    background-color: rgba(255,110,218,1.00);
    color: rgba(255,255,255,1.00);
    width: 339px;
    height: 51px;
    border-style: none;
    border-radius: 10px;
    font-size: 27px;
}
footer {
    padding: 20px;
    margin: 50px 0px;
    background-color: rgba(0,0,0,0.71);
    text-align: center;
    color: rgba(110,248,255,1.00);
}
p {
    color: rgba(236,254,255,1.00);
}
li {
    color: rgba(236,254,255,1.00);
}
.pinkicon {
    color: rgba(255,110,218,1.00);
    margin-left: 17px;
}
.socialicons {
    list-style-type: none;
    text-align: right;
}
