@charset "utf-8";
/* CSS Document */
body {
    font-family: "calluna";
    background-color: #F7F7F7;
}
.container-sm {
    max-width: 600px;
    background-color: white;
    padding: 2.5rem 3.125rem;/*40px 50px;*/
}
nav ul {
	font-family: "jaf-facitweb", sans-serif;
	list-style-type: none;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0;
}
nav ul li a {
	color: #3FB7EE; /* Updated color */
	text-decoration: none;
	text-transform: uppercase;
}
nav ul li a:hover {
	color: black;
	text-decoration: none;
}
h1 {
    font-size: 4.313rem;
    font-family: "lobster", sans-serif;
    color: #3FB7EE; /* Updated color */
    margin-top: -28px;
    margin-bottom: -34px;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 6.313rem;
        margin-bottom: -34px;
	}
    .cover {
        max-width: 100%;
    }
}
.cover {
    width: 85%;
    /*max-width: 333px;*/
    display: block;
    position: relative;
    z-index: 1;
}
h2 {
    font-size: 15px;
    font-family: "jaf-facitweb", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #3FB7EE; /* Updated color */
}
h3, h4 {
    font-family: "jaf-facitweb", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3FB7EE; /* Updated color */
    line-height: 24px;
    font-style: italic;
    text-align: center;
    margin-left: -24px;
	margin-bottom: .2rem;
}
h4 {
    color: #555;
    margin: 0 0 32px 0;
    margin-left: 16px;
}
h4 em {
	font-size: 14px;
	font-style: normal;
}
h4:last-child {
    color: #ccc;
}
h6 {
    font-family: "jaf-facitweb", sans-serif;
    font-weight: bold;
	font-style: italic;
    color: #6C757D;
    font-size: 24px;
}
ul.toc {
    font-family: "calluna";
    width: 90%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    font-size: 21px;
}
ul.toc .issue-title, ul.toc .issue-subtitle {
    display: block;
    font-family: "jaf-facitweb";
    font-style: italic;
    font-size: 26px;
    font-weight: bold;
}
ul.toc .issue-title + .issue-subtitle {
	color: #3FB7EE; /* Updated color */
	font-size: 15px;
}
ul.toc li {
    /*display: inline-block;*/
    list-style-type: none;
}
/*ul.toc li::after {
    content: " /";
}
ul.toc li:last-child::after {
    content: '';
}*/
ul.toc li a {
    color: black;
    text-decoration: none;
    padding: 3px;
}
ul.toc li a:hover {
    background-color: #3FB7EE; /* Updated color */
    color: white;
    padding: 2px 3px;
    border-radius: 2px;
}
/*h6 em, h3 em {
    font-size: 14px;
    font-style: normal;
}*/
p + h4 {
    margin-top: 40px;
}
p {
    font-size: 1.094rem;/*1.063rem;/*17px;/*21*/
    line-height: 1.625rem;
    font-family: "calluna", serif;
}
aside {
    font-family: "jaf-facitweb", sans-serif;
    color: #6C757D;
    text-align: left;
    font-size: .875rem;
    line-height: 23px;
    padding: 0 0 40px 0;
    background-image: url("bioDivider.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}
section:last-child > aside {
    background-image: none;
}
blockquote {
    padding-left: 40px;
}
aside a {
    color: black;
}
aside a:hover {
    background-color: #3FB7EE; /* Updated color */
    color: white;
    text-decoration: none;
}
section {
    padding-top: 40px;
    text-align: justify;
}
footer.container-sm {
    background-color: black;
    color: white;
	padding: 2.5rem 3.125rem;/*40px 50px;*//*40px 50px;*/
}
footer a {
	color: #3FB7EE; /* Updated color */
    text-decoration: none;
}
footer a:hover {
    text-decoration: none;
	color: white;
}
footer p {
	font-family: "jaf-facitweb", sans-serif;
	font-size: 16px;
}
footer h6:first-child {
	margin-top: 0;
}
footer h6:last-child {
	color: white;
}
footer h6 {
	margin-top: 35px;
}
small {
    display: block;
    color: white;
    background-color: black;
    padding: 10px 40px;
    font-family: "jaf-facitweb", sans-serif;
    font-size: 18px;
}
