/*
 * Globals
 */

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

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background: url("background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;  
}

.byobu-bg {
  background-color: #4f6572;
}

.navbar-header button {
  padding: 6px 10px;
}

/*These two make the navbar menu button orange :)*/
.navbar .navbar-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* 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%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

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




/*
 * Cover
 */

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


.cover-heading {
  font-weight: 200;
  letter-spacing: 15px;
  font-size: 150px;
}

.lead {
  letter-spacing: 2px;
  font-size: 30px;
}

/* For the navbar */
.navbar-nav {
  width: 100%;
}

.navbar-right-justify {
  display: block;
  width: 50%;
  text-align: right;
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (max-width: 786px) {
  .navbar-right-justify {
    width: 100%;
    text-align: center;
  }
 }

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