/*
 * Globals
 */

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

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


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
  background-image: url("fragonard.jpg");
  background-size: cover;
}
body {
  color: #666;
  text-align: center;
}

/* 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%;
  /*
  -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;
}

/* Padding for spacing */
.inner {
  padding: 15px;
}

/*
 * Cover
 */

.cover {
	margin: 10px;
	padding: 0 15px;
	background: white;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: .8em;
}
.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
}
#top {
	background: #d7d7d1;
	padding: 35px;
}
#top p {
	font-family: 'adobe-garamond-pro', 'Garamond', Georgia, serif;
	font-size: 1.6em;
	padding: 0 2em;
}
#logo {
	width: 350px;
	height: 106px;
	margin: 0 0 30px 0;
}
.cover h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	margin: .5em 0;
}
.cover h3 {
	font-weight: normal;
	font-size: 1em;
	margin: .5em 0;
	text-transform: uppercase;
}
#bottom img {
	width: 232px;
	height: auto;
	margin: 10px 0;
}
.col-md-4 {
	padding: 30px;
}



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

@media (min-width: 992px) {
  .cover-container {
    width: 900px;
  }
  #bottom p.logo {
  }
}

