.navbar {
	height: 105px;

	background: rgb(200, 58, 197);
	background: -moz-linear-gradient(left, rgba(200, 58, 197,1) 0%, rgba(124, 65, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(200, 58, 197,1)), color-stop(100%, rgba(124, 65, 255,1)));
	background: -webkit-linear-gradient(left, rgba(200, 58, 197,1) 0%, rgba(124, 65, 255,1) 100%);
	background: -o-linear-gradient(left, rgba(200, 58, 197,1) 0%, rgba(124, 65, 255,1) 100%);
	background: -ms-linear-gradient(left, rgba(200, 58, 197,1) 0%, rgba(124, 65, 255,1) 100%);
	background: linear-gradient(to right, rgba(200, 58, 197,1) 0%, rgba(124, 65, 255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ff52', endColorstr='#50c606', GradientType=1 );
}

.navbar .navbar-brand {
	height: 105px;
}
