/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
  color: #fff;
  background-color: rgba(0,51,51,1);
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.lift{
background-color: rgba(0,0,0,0.2);
text-shadow: 1px 1px 8px #000000;
border-radius:5px;
}

video#bgvideo{
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(vid/poster.jpg) no-repeat;
  background-size: cover;
  z-index: -100;
}

img#bxllogo{
	width: 75%;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 200px 50px rgba(0,0,0,.9);
          box-shadow: inset 0 0 200px 50px rgba(0,0,0,.9);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead-brand  img{
	max-width: 425px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 1px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.masthead-brand {
	float: left;
}
.masthead-nav {
    float: right;
  }
.masthead {
	width: 100%;
	position: fixed;
    top: 0;
  }
.adapt2input{
	padding: 7px 0 0 0;
}

/*
 * Cover
 */

.cover {
  padding: 20px 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.cover-heading{
  font-size: 48px; 
}
.cover-lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .cover-heading{
	font-size: 52px; 
  }
  .cover-lead {
    font-size: 30px;
  }
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.9);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead-brand {
	margin-top: -20px;
	margin-bottom:0px;
  }
  .masthead-brand  img{
	width: 100%;
	max-width: 300px;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  img#bxllogo{
	width: 50%;
  }
 
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}