@charset "UTF-8";
/* CSS Document */
#videobox {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#videobox 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%);
}

#videobox .container {
  position: relative;
	z-index: 1;
	overflow: hidden;
}

.container-fluid #videobox {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
p {
    font-size: 1.5rem;
    color: black;
    line-height: 3rem;
}

.nav-pills>li {
    float: none;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #333;
    border-radius: 0;
}

.nav-item {
    border: 1px solid #333;
    margin-top: 1em;
}

.nav-item a {
    color: #333;
}


h2 {
	font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", sans-serif !important;
}
h1 {
	font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Oswald, "Lucida Grande", sans-serif !important;
	color: white;
	
}
	
p {font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 14px;
line-height: 1.9;}

#sticky-footer {
  flex-shrink: none;
}
	