@media only screen and (min-width : 1200px) {
	img.logo
	{
		width: 225px;
	}

	.navbar-nav
	{
		margin-top: 50px;
	}
	h1
	{
		font-size: 20pt;
	}
}