
a,
a:focus,
a:hover {
  color: #fff;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  
  background-color: #fff;
  border: 1px solid #fff;
}
html,
body {
  height: 100%;
  background-color: #181d28;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.site-wrapper {
  background-image: url("/assets/images/home/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-wrapper::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
}
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
.inner {
  padding: 30px;
}
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: #a9a9a9;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}
.cover {
  padding: 0 20px;
  position: relative;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
h1.cover-heading {
  font-size: 550%;
}
h2.lead {
  font-size: 200%;
  margin-top: 10px;
  margin-bottom: 25px;
}
.mastfoot {
  color: #999;
  
  color: rgba(255, 255, 255, 0.5);
}
footer {
  color: #79808e;
  background-color: #181d28;
}
@media (min-width: 768px) {
  
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  
  .site-wrapper-inner {
    vertical-align: middle;
  }
  
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    left: 0;
    right: 0;
    padding: 0 60px;
  }
}
