@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600&subset=latin-ext");
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  overflow-y: scroll; }

h2 {
  font-weight: 500; }
  h2 small {
    font-weight: 300; }

.btn {
  padding: 12px 50px !important;
  line-height: 1;
  height: auto; }
  .btn i,
  .btn i:before {
    line-height: 1; }

.btn-primary {
  background-color: #155eaa; }

.page-image {
  margin-top: 45px;
  text-align: center; }
  .page-image i {
    font-size: 80px;
    color: #155eaa; }
  .page-image p {
    font-size: 25px; }

button .spinner {
  position: absolute;
  left: 44%;
  top: 8px;
  width: 26px;
  height: 26px; }
  button .spinner .double-bounce1, button .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #b0b0b0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  button .spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*# sourceMappingURL=custom.css.map */
