/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  
}

h1 {
  font-family: 'Cinzel', serif;
}

h4 {  
  font-family: 'Montserrat', sans-serif;
}

h2, h3, h5, h6, p {
  /*font-family: 'Cinzel', serif;*/
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'EB Garamond', serif;*/
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;  
  color: #5f5f5f;
  font-size: 1.3rem;
}

.main-title {
  border-bottom: 5px solid;
  padding-bottom: 1rem;
  margin-top: 2rem;
}

.home-content {
  border: 1px solid;
  padding: 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

@media (max-width:1200px) {
  body > .container {
    max-width: 100%;
  }
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.sticky-content {
  position: sticky;
  top: 62px;
  border-radius: 0;
  z-index: 1;
}

.card-audio .card-header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 15px;
  background: #f1f3f4;
  border: none;
  border-radius: 0;
}

.card-audio audio {
  height: 33px;
  margin-left: auto;

}

@media (max-width:640px) {
  .card-audio {
    font-size: 14px;
  }
  .card-audio audio {
    width: 100%;
  }
  .card-audio .card-header {
    flex-direction: column;
  }
}

@media (max-width:768px) {
  .sticky-content {
    top: 56px;
  }
}

@media (max-width:1200px) {
  .sticky-content {
    margin-left: -15px;
    margin-right: -15px;
    min-width: calc(100% + 30px);
  }
}

@media (min-width:1200px) {
  .sticky-content {
    border-top: 10px solid #fff;
  }
}
