/*
 *  *  *  * Base structure
 *   *   *   */

html,
body {
  max-height:100%;
  height: 100%;
  /*background-color: #333;*/
  /*background: url('img/debtcollectengland.jpg');*/
  background-color: #fff;
  background-size: cover;
}

body {
  color: ##2d2d2d;
  /*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: 62em;
}

.bg-color-fade {
 /*background-color: rgba(51, 51, 51, 0.8);*/
 background-color: rgba(51, 51, 51, 0);
}

/*
 *  *  *  * Header
 *   *   *   */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.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;
}

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


/*
 *  *  *  * Cover
 *   *   *   */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #333333cf;
  color: #eee;
}

@media screen and (max-width: 980px) {
 .jumbotron h1 {
  font-size: 3.5rem !important;
 }

 .jumbotron h2 {
   font-size: 3rem !important;
 }

 .jumbotron h3 {
  font-size: 2.75rem !important;
 }

 .jumbotron .lead {
  font-size: 2.25rem !important;
 }
}

