
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);  
}

.btn-ardgour {
  color: #6f2828;
  font-weight: normal;
  font-size: 15px;
  text-shadow: none;
  background-color: #ecce93;
  border: none;
}

.btn-ardgour:hover,
.btn-ardgour:focus {
  color: #FFFFFF;
  background-color: #6f2828;
}

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
}
