html {
    background-color: #9caa9c;
}

body {
    background-color: #ffffff;
    display: block;
    position: relative;
    z-index: -2;
    width: 100vw;
    min-height: 93vh;
    max-width: 49em;
    margin: auto;
    margin-top: 0;
    margin-bottom: 1.5em;
    padding-bottom: 1.75em;
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

a, a:visited {
    color: #9caa9c;
}

h1 a, h1 a:link, h1 a:visited {
    display: block;
    height: 3.18em;
    text-align: center;
    text-decoration: none;
    font-family: 'Calisto MT', 'Bookman Old Style', Georgia, serif;
    color: #bf9a53;
}

h1 {
    margin: 0;
}

h2 {
    display: none;
}

h3 {
    display: block;
    height: 2.7em;
    margin: 0;
    text-align: center;
	font-family: 'Calisto MT', 'Bookman Old Style', Georgia, serif;
	color: #9caa9c;
}

h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	color: #bf9a53;
}

h5 {
    margin-top: 1em;
    margin-bottom: 1em;
	font-weight: normal;
	font-size: 1.5em;
	color: #bf9a53;
}

header {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

header img {
    width: 49rem;
}

ul {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    unicode-bidi: isolate;
	letter-spacing: 0.001em;
    line-height: 1.5em;
}

li {
    margin-bottom: .309em;
}

nav {
    float: left;
    position: sticky;
    top: 0;
    z-index: 10;
}

nav a {
    display: flex;
	flex-direction: column;
    height: 5.625em;
    width: 5.625em;
}

nav ul {
    display: flex;
	flex-direction: column;
    list-style-type: none;
    padding-inline-start: 0;
}

nav li {
    display: flex;
	flex-direction: column;
    margin: 0;
}

nav img {
    margin: .06em;
    margin-top: 0;
}

p {
    text-indent: 1.2em;
	letter-spacing: 0.001em;
    line-height: 1.5em;
}

blockquote {
    position: relative;
    z-index: 1;
    margin: 5em;
    margin-top: 2.8em;
    margin-bottom: 2em;
	letter-spacing: -.03em;
	line-height: 1.34em;
	font-family: 'Calisto MT', 'Bookman Old Style', Georgia, serif;
    -webkit-text-stroke: .01em black;
}

blockquote::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -.9em;
    left: -2.6em;
    width: 3em;
    height: 100%;
    background-image: url(/img/quotation_mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

blockquote::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 1.2em;
    right: -1.5em;
    width: 3em;
    height: 100%;
    background-image: url(/img/quotation_mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.reference {
    margin-top: .2em;
    text-align: right;
    font-size: 1.15em;
    font-style: italic;
}

.version {
    font-size: .7em;
}

.little {
	font-size: .7em;
	letter-spacing: 0.03em;
}

.no_list_style {
    list-style-type: none;
    padding-inline-start: 0;
}

.display_no_click {
    cursor: default;
}

.blessing {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 6.4em;
}

.narrow {
    max-width: 16em;
}

.critics_corner_nav_large {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.critics_corner_nav_large li {
    margin-left: .7em;
    margin-right: .7em;
    margin-bottom: .9em;
}

.critics_corner_nav_large img {
    height: 4.8em;
    width: auto;
}

.critics_corner_nav_small {
    height: 1.6877em;
}

.critics_corner_nav_small img {
    height: 1.6877em;
}

.questionbox h5 {
	padding-left: 1.87em;
}

.question {
	padding-top: 1.25em;
	background-image: url(/img/question.svg);
    background-size: 3.8em auto;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

.answer {
    min-height: 4em;
	margin-left: 1.565em;
	padding-left: 1.875em;
	padding-bottom: .6em;
	background-image: url(/img/answer.svg);
    background-size: 3.8em auto;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

.contact_us {
	margin-top: 3em;
	margin-right: 1.75em;
	padding-bottom: .4em;
	text-align: right;
}

.contact_us a, .contact_us a:link, .contact_us a:visited {
	background-color: #ebedeb;
	padding: .31em;
	border: .09em solid #9caa9c;
    border-radius: .15em;
	text-decoration: none;
	text-align: center;
	color: #9caa9c;
}

.contact_us a:hover {
	color: #000000;
	border: .09em solid #000000;
}

.pop-up {
    min-height: 0;
    padding-top: 1em;
}

.pop-up .questionbox {
    margin-left: 1em;
}

#body_text {
    align-content: start;
	margin-left: 6.425em;
	margin-right: 6.425em;
}

#intro_verse {
    width: 30em;
    margin: auto;
    margin-top: 5em;
    margin-bottom: 5em;
    font-size: 1.11em;
}

#intro_verse .reference {
    font-size: 1.17em;
}

/* Small Screen */
@media (max-width: 49em) {
    html {
        background-color: #ffffff;
    }

    body {
	    width: 100vw;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    h1 a, h1 a:link, h1 a:visited {
        height: 12.98vw;
    }
    
    h3 {
        height: 6.5vw;
    }
    
    header img{
        width: 100vw;
    }

    ul img {
        max-width: 90vw;
    }
    
    img {
        max-width: 100vw;
        height: auto;
    }
    
    nav {
        float: none;
        width: 100vw;
        background-color: #ffffff;
    }
    
    nav ul {
        display: flex;
	    flex-direction: row;
    }
    
    .blessing {
        margin-left: .4em;
    }
    
    .critics_corner_nav_small {
        height: 2.5em;
        margin-top: .2em;
    }
    
    .critics_corner_nav_small img {
        height: 2.5em;
    }
    
    #body_text {
	    margin-right: 1em;
	    margin-left: 1em;
    }
    
    #intro_verse {
        margin-top: 4em;
        margin-bottom: 4em;
    }
    
    #blessing_1 {
        width: 61vw;
        height: auto;
    }
    
    #blessing_2 {
        width: 36vw;
        height: auto;
    }
    
    #blessing_3 {
        width: 48vw;
        height: auto;
    }
    
    #blessing_4 {
        width: 48vw;
        height: auto;
    }
    
    @media (max-width: 36em) {
        #intro_verse {
            width: 24em;
        }
        
        blockquote {
            margin: 3.5em;
        }

        #intro_verse .reference {
            font-size: 1.1em;
        }
    }
    
    @media (max-width: 28em) {
        nav a {
            width: 19.98vw;
            height: 19.98vw;
        }
    
        blockquote {
            margin: 3em;
            margin-left: 2.2em;
            margin-right: 1.1em;
            font-size: 4vw;
        }
        
        .blessing {
            display: flex;
            flex-wrap: wrap;
            margin-left: .1em;
        }
        
        .contact_us {
	        margin-right: auto;
	        text-align: center;
            font-size: 3.6vw;
        }
        
        #intro_verse {
            width: 100%;
        }

        #intro_verse .reference {
            font-size: 1.1em;
        }
        
        #blessing_container_2 {
            order: -1;
            flex-basis: 43%;
        }
        
        #blessing_container_3 {
            order: -2;
            flex-basis: 56%;
        }
        
        #blessing_1 {
            width: 99.5vw;
        }
        
        #blessing_2 {
            width: 40.7vw;
        }
        
        #blessing_3 {
            width: 55.4vw;
        }
        
        #blessing_4 {
            width: 55.4vw;
        }
    }
}
@media (max-height: 39em) {
    body {
        min-height: 37.5em;
        padding-bottom: 1.5em;
    }
    
    nav {
        position: static;
    }
    
    #intro_verse {
        margin: 4em;
    }
    
    @media (max-width: 49em) {
        html {
            background-color: #ffffff;
        }
        
        body {
            min-height: 0;
            padding-bottom: 0;
        }
    }
}

@media print{
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        print-color-adjust: exact;
    }
    
    html {
        background-color: #ffffff;
    }
    
    body {
	    max-width: none;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
	    box-shadow: none;
    }
    
    h1 a, h1 a:link, h1 a:visited {
        height: 1.7em;
        text-align: left;
    }
    
    h1 img {
        height: 1.7em;
    }
    
    h3, h3 img {
        height: 1.4em;
        text-align: left;
    }
    
    header {
        margin-bottom: .1em;
    }
    
    header img {
        width: auto;
    }

    nav {
        display: none;
    }
    
    blockquote {
        margin-top: 2.2em;
        margin-bottom: 1.4em;
    }
    
    .hide_when_printing {
        display: none;
    }
    
    .critics_corner_nav_large {
        justify-content: left;
    }
    
    .critics_corner_nav_small {
        display: none;
    }
    
    .contact_us {
        display: none;
    }
    
    #body_text {
	margin-left: 0em;
	margin-right: 0em;
    }
}    
