.logo {
	width: 17%;
	min-width: 160px;
	height: 80px;
	float: left;
	clear: none;
	padding-top: 1px;
	padding-bottom: 0px;
	background-image: url(../images/logo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}


.headerBIGlinks {
	width: 75%;
	height: 80px;
	float: left;
	clear: right;
	color: #000; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 12px;
	text-align: right;
	margin: left 1.5%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
	.logo {
	display: contents;
	width: 17%;
	height: auto;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	}
.logoName {
	display: none;
}
}