/*
 * Globals
 */

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

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #111;
  border: 1px solid #111;
}

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #111;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  font-family: "Source Sans Pro", sans-serif;
}
img {
    height: auto;
    max-width: 100%;
}
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
.inner {
  padding: 30px;
}

.inner h1 { 
	font-family: "Source Sans Pro"; 
	font-size: 28px; 
	margin-top:40px;
}

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


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

.cover {
  padding: 0 20px;
}
	.cover .btn-lg {
		padding: 10px 20px;
		font-weight: bold;
	}
	.cover .lead{
		font-size: 20px;
		margin-top:30px;
	}
.mastfoot {
  color: #333; /* IE8 proofing */
  color: rgba(51,51,51,.5);
}

@media (min-width: 768px) {
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle;
  }
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}

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