﻿.brandText
{
	font-weight:bold;
	font-size:30px;
}

@media (max-width: 450px)
{
	.brandText
	{
		font-size: 20px;
		font-weight:bolder;
	}
	header .navbar-brand img
	{
		height:48px;
		margin-top:-3px;
	}
}


