a {
	color: #326bae;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}
a:hover, a:focus {
	color: #212122;
	outline: none;
	text-decoration: none;
}



/*  ~~~~~~~~~~~~~~~~~~~~~~  Styles for the header logo  ~~~~~~~~~~~~~~~~~~~  */
.header-logo img {
	width: 100%;
	height: auto;
	max-width: 266px;
}
@media (max-width: 991px) {
	.header-logo img {
		max-width: 135px;
	}
}


/*  ~~~~~~~~~~~~~~~~~~~~~~  Header links  ~~~~~~~~~~~~~~~~~~~  */
.header-info-links a {
	font-family: 'Manrope', sans-serif;
	text-transform: uppercase;
	color: #212122;
	font-weight: 600;
	font-size: calc(.8rem + .1vw);
	letter-spacing: .005em;
	transition: all 250ms ease-in-out;
}
.header-info-links:hover a {
	color: #326bae;
}
