/*---------------------------------------------------------------*/
/*---------------------- elements/logo.css ----------------------*/
/*---------------------------------------------------------------*/
.logo {
	background-image: url('../../images/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    height: 2.5rem;
    min-width: 12rem;
	margin-right: auto;
}