/* CSS Document */

/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
#logoDiv{

	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#banner{
	box-sizing: content-box;
}
video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    object-position: center;
    object-fit: cover;
}
@media (max-aspect-ratio: 16/9){
	video{
		width: 100%;
   		height: 100%;
   		min-width: 100%;
   		min-height: 100%;
	}
}
@media (min-aspect-ratio: 16/9){
	video{
		width: 100%;
   		height: 100%;
   		min-width: 100%;
   		min-height: 100%;
	}
}
@media (max-width: 767px){
	video{
		width: 100vw;
		height: 15vh;
	}
	
}
@media (max-width: 667px){
	video{
		width: 75vw;
		height: 15vh;
	}
	
}
#content{
	
	height: 100;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	display: block;
}
#content h1{
	font-size: 32pt;
}
#content a, a:visited, a:hover{
	text-decoration: none;
}
#content a, a:visited{
	color: #00deff;
}
#content a:hover{
	color: #fff;
}
#content p{
	font-size: 16pt;
	font-weight: bold;
}
#about{
	color: #fff;
	font-weight: 200;
	background: rgba(0,0,0,.95);
	width: 80%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
#social{
	
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
#social img{
	padding: 10px;
	width: 56px;
}