img.center {
    margin: 0px auto;
}

img.left {
    margin-right: 15px;
    float: left;
}

img.right {
    margin-right: 15px;
    float: right;
}

img.small {
    width: 20%;   
}

img.medium {
    width: 40%;   
}

img.mediumlarge {
    width: 50%;   
}


img.large {
    width: 100%;   
}

img.rounded {
    border-radius: 15px;
}

img.shadow {
    filter: drop-shadow(5px 5px 10px rgb(0.1 0.1 0.1));
}

#main article .breadcrumbs {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 2.5rem;
}

#main article .subnavbar {
    display: block;
    /*position: absolute;
    top: 3.0rem;
    left: 2.5rem;*/
}

p.explanation {
    padding-left: 3.0rem;
}

p.smalltext {
    font-size: 0.8rem;
}

p.centertext {
    text-align: center;
}


p.bigtext {
    font-size: 2.5rem;
}

P+UL {
    /*margin-top: -2rem;*/
    margin-left: 2rem;
}

p.stickybottom {
    margin-bottom: -0.2rem;
}

td.td_namecol {
    text-align: right;
    white-space: nowrap;
}

#main article.wide_article {
    width: 60rem;
}

a.goodnews {    
    font-size: 2.0rem;
}

p.goodnews_title {
    font-size: 1.5rem;
    font-weight: 0.8;
}

div.headings_qa :is(h1, h2, h3, h4, h5, h6) {
    letter-spacing: 0.05rem;
}

div.headings_qa > p {
    margin-left: 2.0rem;
}

div.headings_qa > blockquote {
    margin-left: 2.0rem;
}

button#show {
    display: block;
    position: absolute;
    left: 2rem;
    top: 2rem;
    z-index: 10;
}

button#hide {
    display: block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 10;
}

img.icon {
    max-width: 4rem;
    max-height: 4rem;
    top: 0.6rem;
}

@media screen and (max-width: 736px) {
img.icon {
    max-width: 3rem;
    max-height: 3rem;
    top: 0.6rem;
}
}


.sectionlink ~ p a {
  margin-left: 2rem;
}

.sectionlink ~ p {
  margin-bottom: 0.5rem;
}

p.link_subheading {
  letter-spacing: 0.2rem;
  margin-top: -1.0rem;
  font-style: italic;
  font-weight: bold;
  margin-left: 1.0rem;
  font-size: 80%;
}


div.sermon h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.05rem;
    margin: 0 0 0 0;
}

.sermon-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.sermon-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.series {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #cccccc;
    border-radius: 0.5rem;
}

div.single-sermon {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #888888;
    padding: 1.0rem;
    border-radius: 0.5rem;
}

div.single-sermon h3 {
    padding: 0.5rem;
}

div.sermon-date {
    position: absolute;
    font-size: 80%;
    font-style: italic;
    top: 0.1rem;
    right: 0.3rem;
}
div.series-dates {
    position: absolute;
    font-size: 80%;
    font-style: italic;
    top: 0.1rem;
    right: 0.3rem;
}

div.series h3 {
    background-color: #cccccc22;
    padding: 1.0rem;
}

div.series p {
    margin-left: 1.0rem;
}
