@font-feature-values QT { 
    @styleset { 
	/* 
	   1  = rounded characters
	   4  = unconventional, symmetrical g 
	   12 = double-story a
	   13 = traditional g
	*/
	titling: 1 4 12;
	text: 13;
    } 
    @character-variant { 
	rounda: 11; /* round capital A */
	roundj: 8;
    } 
}

body {
    font-family: QT, sans-serif;
    /*
    font-variant-ligatures: common-ligatures discretionary-ligatures;
    font-variant-alternates: styleset(text) character-variant(rounda);
    */

    background-color: yellowgreen;
    color: #111;
    background-color: #27342D;
    color: ivory;
    font-weight: 400;
    /*font-size: 130%;*/
    margin: 2rem 0;
    padding: 0;
}

.comment {
    font-size: 80%;
    font-style: italic;
}

.center {
    text-align: center;
}

main {
    margin: 2rem auto;
    max-width: 30em;
}

.logo {
    /*background-color: white;*/
}

.logo img {
    max-width: 16.666%;
}
.logo img.double {
    max-width: 33.333%;
}


.splashLogo img {
    width: 100%;
}

.text {
    font-size: 150%;
    /*text-align: left;*/
    font-variant-alternates: styleset(titling);
}
.textBlock {
    display: inline-block;
    text-align: left;
}
.smcp {
    font-variant-caps: small-caps;
    font-style: normal;
}
.weekday {
    display: inline-block;
    min-width: 2.2em;
}
.time {
    display: inline-block;
    min-width: 2.5em;
    font-variant-numeric: tabular-nums;
    text-align: right;
}

a {
    text-decoration: none;
    color: indigo;
    color: plum;
}
a:hover {
    text-decoration: underline;
    /*font-variant-caps: small-caps;*/
    font-variant-alternates: styleset(text);
    /*font-weight: 500;*/
}
a.ext, a.mail {
    display: inline-block;
    padding-right: 0.5em;
}
a.ext::before, 
a.mail::before {
    content: "↗ "; 
    font-size: 80%;
}

.nb {
    white-space: nowrap;
}

span.fa {
    display: inline-block;
    padding-right: 0.3em;
}

.faLink + .faLink {
    display: inline-block;
    padding-left: 0.6em;
}

@media (max-width: 1199px) {
    body {
	/*font-size: 100%;*/
    }
}

@media (orientation: portrait) {
    body {
	font-size: 90%;
    }
    .text {
	margin-bottom: 0.6em;
    }
    .landscape {
	display: none;
    }
    .logo img {
	max-width: 25%;
    }
    .logo img.double {
	max-width: 50%;
    }
}
