

.brand-logo {
    color: red;
}

#navbar{
  position: fixed;
  display: flex; 
  justify-content: flex-end;
  align-content: center;
  height: 7vh;
  width: 100vw;
}

.no-shadows {
  box-shadow: none!important;
}

.nav {
  position: fixed;
}

.gd-image{ 
  background: rgba(0, 0, 0, .8) url(../img/buzz-andersen-145254-unsplash.jpg) no-repeat center center /cover;
  z-index: -10;
}

.wide-image-container {
  background: rgba(0, 0, 0, .65) url(../img/Game_Capture3.JPG) no-repeat center top /cover;
  background-blend-mode: darken;
  height: 100%;
  z-index: -10;
}

.scripts-image {
  background: rgba(0, 0, 0, .33) url(../img//Over_100_Scripts.JPG) no-repeat center top /cover;
  background-blend-mode: darken;
  width: 50%;
  height: 100%;
}

.darken-bg {
  background: rgba(0, 0, 0, 0.781);
  padding: 2rem;
  padding-top: 0rem;
  display: inline-block;
  border-radius: 10px;
}

.h2-img{
  z-index: -1;
  position: absolute;
  height: 200%;
  width: 100%;
  background-blend-mode: darken;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  transform: scale(1.1);
}

.gd-image{ 
  background: rgba(0, 0, 0, .8) url(../img/buzz-andersen-145254-unsplash.jpg) no-repeat center center /cover;
}

*{
  color: white;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: black;
}

.card {
  box-shadow: none!important;
}

.astext {
  background:none;
  border:none;
  margin:0;-
  padding:0;
  cursor: pointer;
}

i {
  position: relative;
}

.cont-l {
  margin: 0vw 10vw;
  position: absolute;
  z-index: 999;
}

.cont {
  margin: 0vw 90vw;
  position: fixed;
}

.material-icons{
  display: inline-flex;
  vertical-align: top;
}

.i-block {
  display: inline-block;
}

/* .card {
  z-index: -1;
} */

/* .slider {
  z-index: -1;
} */

/* .vh-100{
  display: flex;
  flex-direction: column;
  height: 80vh;
  justify-content: stretch;
  margin-bottom: 20vh;
} */
