/* Links */
a
{
  color: rgba(180,18,27,1.0);
}

a:focus,
a:hover {
  color: rgba(180,18,27,0.5);
}


/*
 * Base structure
 */

html,
body {
  text-align: center;
  background-image: url('../imgs/1920x1080-5.jpg') ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   height:100%;
    }
	
/* Extra markup and styles for table-esque vertical and horizontal centering */
.navbar{
  margin-top: 35px;
}


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

/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}

.lead{
	font-size: 1.25rem;
    font-weight: 300;
	color: rgba(180,18,27,0.5);
}
.lead a{
	font-size: 1.25rem;
    font-weight: 300;
	color: rgba(180,18,27,0.5);
}

/*
 * Footer
 */

.mastfoot {
	font-size: 1.50rem;
  color: rgba(180,18,27,1.0);
}


/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* Pull out the header and footer */
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: bottom;
  }
  /* Handle the widths */
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
  .mastfoot,
  .cover-container {
    width: 42rem;
  }
}