a,
a:focus,
a:hover
{
  color: #fff;
}

.btn-group
{
  z-index: 3;
}

.btn-lg,
.btn-lg:hover,
.btn-lg:focus,
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-sm,
.btn-sm:hover,
.btn-sm:focus
{
  color: #ffffff;
  text-shadow: none;
  background-color: #6ab7ff;
  border: 1px solid #6ab7ff;
}

html,
body
{
	min-height: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("Sketched ED doors.jpeg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

body
{
  color: #fff;
  text-align: center;
}

.site-wrapper
{
  display: table;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.site-wrapper-inner
{
  display: table-cell;
  vertical-align: middle;
}

.index-container
{
  margin-right: auto;
  margin-left: auto;
}

.inner
{
  padding: 0px;
}

.masthead-brand
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.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: 2px 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;
}

@media (min-width: 768px)
{
  .masthead-brand
  {
    float: left;
  }
  .masthead-nav
  {
    float: right;
  }
}

.index
{
  padding: 0 20px;
}

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

.mastfoot
{
  color: #fff; /* IE8 */
  color: rgba(1,1,1,0.5);
  min-width: 100%;
	width: 100%;
  position: fixed;
  bottom: 0;
  text-align: right;
  z-index: 2;
}

.footertext
{
  margin: 0px; /* vert spacing between lines */
}

@media (min-width: 768px)
{
  /* Pull out the header and footer */
  .masthead
  {
    position: fixed;
    top: 0;
  }

  .mastfoot
  {
  	min-width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner
  {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .index-container
  {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

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