/* songs page */
/*
.song-list .song {
	position: relative;
	margin-bottom: 1em;
}
.song-list .song-image {
	position: absolute;
	left: 0;
	top: 0;
}
.song-list .song-text {
	padding-left: 110px;
	min-height: 105px;
	margin-top: -5px;
}
*/

/* Oxygen font */
body,
button,
input,
select,
textarea {
  font-family: 'Oxygen', sans-serif;
}

/* sticky footer */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.page-content {
  flex: 1;
}

/* navbar image scaling properly on mobile devices */
.navbar .navbar-brand img {
  max-width: 80vw;
}

/* navbar & hero container */
.navbar-hero-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.navbar-hero-container .hero {
  flex: 1;
  min-height: 0;
}
.navbar-hero-container .hero-body {
  padding: 1rem;
}
.hero-body {
  display: flex;
}
.hero-body>.container {
  flex-grow: 0 !important;
  width: auto;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, .5);
}
.navbar-hero-container .hero-body .subtitle {
  font-size: 1.15rem;
}
.hero .down-arrow img {
  width: 3rem;
  height: 3rem;
}

.hero {
  /*background-image: url('../images/hero-background.jpg');*/
  background-image: url('../images/MarcyField.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero, .hero .title, .hero .subtitle, .hero a {
  color: white;
}

.navbar .navbar-item.is-active {
  text-decoration: underline;
}

/* contact us form */
#contact-form  .form-field {
  margin-bottom: 1em;
}
#contact-form input,
#contact-form textarea {
  width: 30rem;
  max-width: 100%;
}
#contact-form textarea {
  height: 10rem;
}

/* songs page */
.session-title {
  margin-top: 1em;
}
.session-title>h2 {
  margin-bottom: 0;
}
/* song page */
.song-page .grav-youtube {
  margin-bottom: 2em;
}
.song-section {
  margin-bottom: 1em;
}
.song-section .song-section-title {
  margin-bottom: .2em;
  font-size: 1.25em;
  font-weight: bold;
}
.song-page .verses cite {
  font-style: normal;
}

/* links */
a {
  color: #0082d1;
}

/* footer */
p.social-icons a {
  margin: 0 .5em;
}

/* show & hide section buttons */
.hidden-section-container.hidden .show-button,
.hidden-section-container .hide-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hidden-section-container .show-button,
.hidden-section-container.hidden .hide-button {
  display: none;
}
.hidden-section-container.hidden .hidden-section {
  display: none;
}

/* chordscribe */
#pdf .pageCanvas {
  margin-bottom: 1.5rem;
}
#pdf #pdf-container {
  width: 100%;
  max-width: 11in;
  margin: 0 auto;
}
#pdf #loading-indicator {
  text-align: center;
  margin: 5rem;
}
.num-entry .num {
  min-width: 2rem;
}
.card-footer-item[disabled] {
  color: #dbdbdb;
  cursor: not-allowed;
}
input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
