/***************************************/
/* Logo */
/***************************************/

.site-logo {
    margin-bottom: 0.286em;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content: center;
}

.site-logo img {
    width: 4.5em;
    border:2px solid #2b2b2b;
    border-top:none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding:1.3em 1.2em 1em 1em;
    margin-right: 1.3em;
}

.nf-desc, .dh-desc {
    font-family:"PT Sans Narrow", "Arial Narrow", "Arial", sans-serif;
    color: #2b2b2b;
    line-height: 1em;
    margin:0;
   }

.nf-desc {font-size:1.5em;
    font-weight:bold;
    margin-bottom:0.5em;
    display:block;
}

.nf-desc span {display:block;}
.site-longdesc {padding-right:0.2em;}

.dh-desc {font-size:1.1em;
    display:block;
}

.dh-desc:first-letter {
   text-transform: uppercase;
}


@media screen and (max-width: 800px) {
    .site-longdesc {font-size:90%;}
    .logo {display:flex; align-items: center;}
    .site-logo img{width:3.7em;}
    .site-logo {margin:auto;}

}
