h1,h2 {
  font-weight: 600;
}

.video-parent{
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.video-parent::after{
    content: "";
  	display: block;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	background-color: rgba(0,0,0,.5);

}

.bg-black{
  background-color: #000;
}

.grecaptcha-badge{
  display: none;
}

.navbar-ontop {
background-color: transparent !important;
}

.navbar {
transition: background-color .5s ease-out;
}

#myVideo{
  height: 100%;
}

@media (min-width: 1200px) {
  #myVideo{
    width: 100%;
  }
}

.chat {
    right: 20px;
    bottom: 40px;
    z-index: 200;
    font-size: .8rem;
}

.chat:hover{
  cursor: pointer;
}


a:hover{
  color: lightblue;
}

.form-control{
  border-radius: 0rem;
}

.bg-transparent{
  background-color: rgba(0,0,0,.8) !important;
}

@media (max-width: 575.98px) {
  .chat{
    width: 90px;
    bottom: 60px;
  }
}

@media (max-width: 991.98px) {
	 .bg-mobile{
	background-attachment: scroll !important;
	background-size: 100% !important;
	background-repeat: repeat !important;
	}
 }
