.header
{
	padding: 20px 10px 20px 0px;
}

.header .logo
{
	width: 120px;
	height: 100px;
	background-image: url("../Images/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.header .welcome
{
	padding: 0 10px 21px 0;
	color: white;
}

.header .welcome span
{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

.header .welcome div
{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
