vidheader{
    position: absolute;
    top: 0;
    left: 0;     
    width: 100%;
    height: 920px;
    border: 0px solid white;
    background-color: black;
    overflow: hidden; 
}

vidheader video{
  position: absolute;    
  top: 0;
  left: 0;    
  /*width: 100%;
  height: 100%;*/
  min-width: 100%;
  min-height: 100%; 
  border: 0px solid blue;
}

header {
  position: relative;
  background-color: transparent;
  /*height: 500px;*/
  border: 0px solid red;
  min-height: 25rem;
  width: 100%;
  height: 800px;
  overflow: visible;
}

.numberCircle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 8px;
    background: #000;
    border: 2px solid #fff;
    text-align: center;
    font-size:40px;
}

/*header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  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 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  
  /*object-position: center;
  object-fit: cover;*/
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.005;
  z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}*/

.form-validation-error-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.95em;
  color: #dc3545;
}

/*.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border-style:solid;
    border-width:1px;
    border-color:blue;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
*/

/*@font-face {
    font-family: 'TT Norms Medium';
    src: url('fonts/TTNorms-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'TT Norms Bold';
    src: url('fonts/TTNorms-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'TT Norms Regular';
    src: url('fonts/TTNorms-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'TT Norms Thin';
    src: url('fonts/TTNorms-Thin.otf') format('opentype');
}
*/

/*body{
    background: url(https://images.surfacemag.com/app/uploads/2017/04/Black-Screen.jpg);
}*/

*{
	color: white;
}

#main-body{
    font-family: 'TT Norms Regular';
    font-weight: normal;
    font-style: normal;
    max-width:1400px;
    margin:0 auto; 
}

h1{
	margin-bottom: 20px;
	font-size: 2em;
}

h3{
	font-size: 1.1rem;
}

h4{
	font-size: 1.2em;
}

h5{
	color: #8a8a8a;
	text-decoration: bold;
}

p{
	margin-bottom: 5px;
}

.answer{
	margin-bottom: 5px;
    color:#BCBCBC;
    
}

ul .nav-link{
	color: white;
	
}

a{
	color: white;
}

.underline-fancy{
	border-bottom: 1px solid white;
	padding-bottom: 3px;
}

#description{
	padding-bottom: 20px;
}

.scripts{
	background: #141414;
	margin: 0px;
	color: white;
}

.white{
	color: white;
}

#footer a{
	font-size: .9rem;
	color: white;
}

#dropdownMenuButton{
	background-color: #141414;
	border: 1px solid white; 
}
