<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

span.TextSmallCaps {
    font-size: 21px;
    font-weight: 500;
}

p.Subhead---1-Line,
p.Subhead---1-Line--TopPage{
    margin-top: 70px;
    margin-bottom: 0;
	font-size: 35px;	
	line-height: 40px;
}

p.Subhead---1-Line--TopPage.Center {
    margin-top: 120px;
}

p.Sub-H3-B--ita- {
    font-style: italic;
    font-weight: bold;
}
p.Sub-H3-B--ita- .TextNormal {
    font-weight: bold;
}

span.PRINCIPLES---word {
    font-variant:small-caps;
	font-weight: bold;
    letter-spacing: 1.2px;
}

div.Center {
    text-align: center; 
}

p.Center {
    text-align: center; 
}

.VERSE-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
}
.VERSE-Groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10vw;
    margin-top: 20px;
}

.VERSE-Groups p {
    margin: 2px;    
}

.VERSE-Groups .TextSmaller {
    font-size: 16px;
}

.VERSE-Group p {
    line-height: 30px;
}

.VERSE-Group-Phonetic p {
    line-height: 32px;
}

p.VERSE {
    text-align: center;    
}

span.VERSE---word {
    font-variant:small-caps;
	font-weight: bold;
    font-size: 21px;
    letter-spacing: 1.2px;
    padding-bottom: 4px;
    border-bottom: 2px solid black;
}

span.VERSES---Pinyin {
	font-size:22px;
	font-style:italic;
	font-weight:600;
}

span.VERSES---Phonetic {
	font-size:24px;	
}


.FigureWrapperOuter {
    width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;

}
.FigureWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    max-width: 960px; 
    margin: 0 auto;
}

.FigureContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    min-width: 220px;
    margin: 50px auto;    
}
    
.FigureContainer .ImageWrapper {
    margin: auto;    
    overflow: hidden;
}
.FigureContainer .ImageWrapper.clip400 {
    max-height: 400px;
}
.FigureContainer img {
    height: 311px;
    margin: auto;
}
.FigureContainer img.taller {
    height: 318px;
}
.FigureContainer.smaller img  {
    height: 270px;
}

p.FigureCaption {
    font-size: 15px;
    margin: 0 auto;
}

/* Responsive for mobile */
@media screen and (max-width: 550px) {
    .FigureWrapper {
        margin-top: 50px;
        margin-bottom: 50px;
        gap: 27px;
        column-gap: 0;
    }
    /** When multiple images **/
    .FigureWrapper .FigureContainer {
        margin: 0 auto;        
    }
    .FigureWrapper.smaller {
        margin-top: 0;
        gap: 0;               
    }    
    .FigureWrapper.smallTop {
        margin-top: 0;
    }
    /** Just single image **/
    .FigureContainer {
        margin: 50px auto 50px auto;
        min-width: 150px;
    } 
    .FigureContainer img {
        height: 237px;
    }
    .FigureContainer img.taller {
        height: 244px;
    }
    .FigureContainer.smaller img {
        height: 220px;
    }
    
}

</pre></body></html>