html,
body {
  height: 100%;
}

body {
  font-family: 'Source Serif Pro', Times, Georgia, serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.sup-header {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.25rem;
}

h1 {
  font-family: 'Source Sans Pro', Times, Georgia, serif;
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
  color: #9a0007;
}

p {
  margin-bottom: 1.25rem;
}

a,
a:hover {
  color: #9a0007;
}

b,
strong {
  font-weight: 600;
}


.btn-primary {
  font-family: 'Source Sans Pro', Times, Georgia, serif;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: transparent;
  border-color: #9a0007;
  border-radius: 0;
  color: #9a0007;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #9a0007 !important;
  border-color: #9a0007 !important;
  outline: 0 none !important;
  box-shadow: 0 0 0 0 transparent !important;
  color: #fff !important;
}

#app {
  position: relative;
  width: 100%;
  height: 100%;
}

/* #app::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../drew-beamer-_eind6F75Es-unsplash.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
} */

header#banner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

main#main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

footer#content-info {
  position: relative;
  font-size: 0.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

footer#content-info p {
  position: relative;
  padding-left: 0.875rem;
}

footer#content-info p:last-child {
  margin-bottom: 0;
}

footer#content-info p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -20px;
  border-left: 1px solid #9a0007;
}

footer#content-info p:last-child::before {
  bottom: 0;
}

.container {
  max-width: 1280px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

*[class*="col-"] {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }

  .container,
  .row {
    height: 100%;
  }
}
