/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  font-family: "Helvetica", sans-serif;
  overflow: hidden;
}

.cover-container {
  max-width: 42em;
}

.logo {
  padding: 25px;
}

.downloads {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 1000px;
  max-height: 100%;
  margin: -12.5px 0 0 -500px;
  text-align: center;
  font-size: 20px;
  color: white;
}
