/* ============================================================
   03-links.css — Links e brand
   ============================================================ */

a { transition: all 0.3s ease-in-out; }
a, a:focus, a:active, a:hover { text-decoration: none; }
a, a:focus, a:active { color: #354879; }
a:hover { color: #4c68ae; }
a[href*='tel'], a[href*='mailto'] { white-space: nowrap; }

.link-default, .link-default:active, .link-default:focus { color: rgba(21, 21, 21, 0.8); }
.link-default:hover { color: #354879; }

.context-dark .link-default,
.bg-primary-darken .link-default { color: #aeb1be; }

.context-dark .link-default:hover,
.bg-primary-darken .link-default:hover { color: #fff; }

/* Brand */
.brand { display: inline-block; }
.brand .brand-logo-light { display: none; }
.brand .brand-logo-dark { display: block; }

.brand-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.brand-container h3 { margin: 0; }
.brand-container p { margin: 5px 0 0 0; font-size: 0.9em; }
