
.row{
    /* this is the only value that is an absolute value */
    max-width: 900px; /* 1140 */
    margin: 0 auto;    
}

section {
    padding: 0px 10px 20px 10px;  /* put white space between sections */
}

.section-faq {
    width: 60%;
    margin-left: 20%;
    padding: 50px 0 30px 0;
}

h2 {
    text-align: center;
    color: #476CDA;
    font-size: 150%;
    padding-top: 70px;
}

.q {color:#476CDA; 
    font-size:120%; 
    font-weight:bold;
    font-family: ubuntu;
    margin: 10px 0 5px 0;
    letter-spacing: -0.5px;
}
/* color was #FF6600 orange, #339933 green, 476CDA blue */
.an {
    font-size:100%; 
    font-family:arial; 
    line-height:140%; 
    color: #333;
    margin-bottom: 24px;
}
.an-minus {margin-top: -12px;}

.n {
    margin-top: 12px;
    font-size:110%; 
    line-height:120%; 
}
.bt {
    font-weight:bold; 
    word-spacing: -2px; 
    color:#333333;
}
.ads {text-align: center; margin: 22px 0px 0px 0px;  font-size: 80%; font-style: italic; color: #333;}
.ads img {border: 2px #111 solid;}

.verse0c {display: flex; width: 100%; justify-content: center;}
.verse0 {border-radius:12px;  box-shadow: 5px 5px 5px #777; filter: brightness(96%);} /*filter: contrast(160%);*/
