@font-face {
  font-family: proof-medium;
  src: url('../fonts/Proof-Medium.otf');
}

html {
  scroll-behavior: smooth;
}

#home {
  z-index:999;
}

.bg-dark-grey {
  background-color: #222;
}

.bg-gray-20 {
  background-color: #222 !important;
}

.bg-gray-30 {
  background-color: #333 !important;
}

.bg-gray-40 {
  background-color: #444 !important;
}

.bg-gray-50 {
  background-color: #555 !important;
}

.bg-gray-60 {
  background-color: #666 !important;
}

.bg-gray-70 {
  background-color: #777 !important;
}

.bg-gray-80 {
  background-color: #888 !important;
}

.bg-gray-90 {
  background-color: #999 !important;
}

.bg-gray-A0 {
  background-color: #AAA !important;
}

.text-dark-grey {
  color: #222 !important;
}

.text-white {
  color: #FFF !important;
}

.border-light-grey {
  border: #666 solid 2px;
  border-radius: 5px;
}

.border-wide-dark {
  border: #333 solid 8px;
  border-radius: 8px;
}

.bg-light-grey {
  background-color: #888 !important;
}

.text-light-grey {
  color: #888 !important;
}

.text-red {
  color: #C31010 !important;
}

.text-darkred {
  color: #C32021 !important;
}

body {
  background-color: #151515;
  position: relative;
  color: white;
  font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: proof-medium;
}

.logo-img {
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 2em center;
}


.bg-really-dark {
  background-color: #001423 !important;
}

.bg-black {
  background-color: #080808 !important;
}

.feature-img {
    width: 40vw;
}

/*   width: 50vw; */

.wide-feature-img {
    width: 92%;
    min-width: 20%;
    padding: 5px
}

.mini-feature-img {
    width: 30%;
    /* min-width: 10rem; */
    padding: 5px
}

.med-feature-img {
    width: 20vw;
    min-width: 20rem;
    padding: 5px
}

#features a.nav-link {
  background-color: #222;
}

#features a.nav-link.active {
  background-color: #888;
}

.bgimg,
.bgimg-blurred,
.bgimg-parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-parallax {
  background-attachment: fixed;
}

/*
@media screen and (max-width: 910px) {
  .bgimg,
  .bgimg-blurred,
  .bgimg-parallax {
    background-size: auto 100%;
  }
}
*/

.bgimg-blurred {
  filter: blur(8px);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

header {
  position: relative;
  background-color: black;
  /* height: 75vh; */
  /* min-height: 25rem; */
  width: 100%;
  overflow: hidden;
  /* box-shadow: 0 20px 20px #000; */
}

header video,
header .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  /*
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  */
  max-width: 100%;  
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


.list-group-item {
  background-color: transparent;
  padding: 0.0rem 2.0rem;
  border: 0px 
}

.card-body {
  background-color: #002e50;
}

.jumbotron {
  background-color: black;
}

.shader-serial,
.shader {
  background-color: rgba(255,255,255,0.5);
}

.shader-serial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer {
  background-color: rgba(0,0,0,0.9);
}

.darkener {
  background-color: #101820;
}


.copyright {
  background-color: #000;
  color: #555;
}

.overview-header {
  border-top: #555 solid 1px;
  border-bottom: #555 solid 10px;

  /*   background:linear-gradient(to right,#0c0e15,#03202a); */
  /* border-bottom: #C32021 solid 10px; *
  /* box-shadow:inset 0 30px 15px -15px rgba(0,0,0,0.5); */
}

.line-thingray-30 {
    border-bottom: #333 solid 5px;
}

.line-gray-30 {
  border-bottom: #333 solid 10px;
}

.line-gray-70 {
  border-bottom: #777 solid 10px;
}

.line-gray-80 {
  border-bottom: #888 solid 10px;
}

.line-gray-90 {
  border-bottom: #999 solid 10px;
}

.line-gray-A0 {
  border-bottom: #AAA solid 10px;
}

.red-line {
  border-bottom: #C32021 solid 10px;
}

.bg-red {
  background-color: #C32021 !important;
}

.text-red {
  color: #C32021;
}

	       
.text-biglink {
  color: #FFF !important;
  font-size: 1.25rem;
}

.text-sm {
  font-size: 90%;
}

.text-link {
  color: #FFF !important;
}

.store-link {
  color: #F00 !important;
}


.text-grayE0 {
  color: #EEE !important;
}

.text-grayD0 {
  color: #DDD !important;
}

.text-grayC0 {
  color: #CCC !important;
}

.text-grayB0 {
  color: #BBB !important;
}

.text-grayA0 {
  color: #AAA !important;
}

.text-gray90 {
  color: #999 !important;
}

.text-gray70 {
  color: #777 !important;
}

.text-gray60 {
  color: #666 !important;
}

.text-gray50 {
  color: #555 !important;
}

.text-gray40 {
  color: #444 !important;
}

/*
.card-img-top {
  width: 50% !important;
}
*/

.video-columns {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.video-columns > .card {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 910px) {
  .video-columns > .card {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}


.mobile-height-5 {
  height: 15em;
}


.f12-card > .card {
  border: 5px solid rgba(1, 0, 0, 0.125);
}



.f12-divcard {
  border-radius: 0.5rem;
}

