﻿.header
{
	padding: 20px 10px 26px 5px;
}

.header .logo
{
	width: 261px;
	height: 120px;
	background-image: url("../Images/logo.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.header .welcome
{
	padding: 0 10px 21px 0;
	color: #dd1c62;
}

.header .welcome span
{
	font-family: 'Libre Franklin', sans-serif;
	font-style: italic;
}

.header .welcome div
{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: bold;
}