@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,700,400italic);
@import url('https://fonts.googleapis.com/css?family=Cabin');

html, body {
  height: 100%;
}

body {
  /*background-image: url("../img/6bdb7038.png");*/
  background-color: #000000;
  font-family: 'Old Standard TT', serif;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(255,255,255,.5);
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn-selection,
.btn-selection:hover,
.btn-selection:focus {
  background-color: #780e01;
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Cabin', sans-serif;
  padding: 5px 10px;
  text-decoration: none;
}

.btn-selection span {
  font-weight: bold;
}

.btn-selection:hover {
  background-color: #ffffff;
  border: 2px solid #780e01;
  color: #780e01;
}

.parent {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.parent > .child {
  display: table-cell;
  vertical-align: middle;
}

.parent p.lead {
  margin: 20px 0;
}

@media (min-width: 992px) {
  .btn-selection {
      font-size: 1.5em;
  }
}