/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


body {
  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: 42em;
}


.logo {
  width: 50%;
}

.lead {
  font-size: 12px;
  margin-top: 40px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
  color: #cecece;
}

hr {
  margin-top: 2rem;
  margin-bottom: 3rem;
  border: 1;
  width: 250px;
  border-top: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  font-size: 12px;
  margin-top: 40px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #cecece;
  font-style: normal;
  font-weight: 400;
}

.bolded { 
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
}