#premierHead{
	width: 100vw;
	height: 90px;
	border-bottom: medium solid black;
	background-color: white;
	z-index: 3;	
	position: fixed;
	
}
#premierLogo{
	height: 80px;
	width: 25%;
	padding: 5px;
	float: left;
	cursor: pointer;
}
#premierLogo img{
	height: 100%;
	margin-left: 5px;
}
#navigationList{
	float: right;
	height: 80px;
	width: auto;
	text-align: center;
	padding-top: 50px;



}

#dropdownPL{
	width: 200px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	text-align: center;
/*	margin-bottom: 13px;*/
	z-index: 2;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;	
}
.manufacturer{
	display: block;
	width: 200px;
	height:auto;
	background-color: white;
	overflow: hidden;
	border: thin solid grey;
	cursor: pointer;



}

.manufacturer img{
	width: 100%;
}


.navigationClass{
	
	margin: 0px;
/*	float: center;*/
	cursor: pointer;
	background-color: white;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#a6a6a6;


	

}
.navigationClass:hover{
	color: black;
}
#menu{
	z-index: 2;
	width: 200px;
	height: 0px;	
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	margin-right:30px ;
	overflow: hidden;
/*	background-color: white;*/
	margin-top:-10px;
	text-align: center;

}

#myMenu{
	cursor: pointer;
}

#caroHolder{
	width: 100vw;
	height: auto;
	padding-top: 80px;

	
}

#caroHolder img{
	width: 100%;
	
}
#social{
	width:100%; 
	height: 40px;
/*	background-color: lightgrey; */
	margin-top: 10px;
	text-align: center;
}
.socIcon{
	height: 30px;
	margin-left: 25px;
	margin-top: 5px;

}
#productSel {
	margin: 0px;
	list-style-type: none;
	color:#a6a6a6;
	height: auto;
	overflow: hidden;
	background-color: white;
	width: 125px;
	padding-left:5px;
	padding-right: 5px;
	text-align: center;
/*	margin-left: 35px;*/
	background-color: #333333;
	width: 100%;
	


	

	
}

#productSel li{
	padding-bottom:10px;

	
}

#products{
	
	padding-bottom: 0px;
}
#navHolder{
	height: 35px;
	display: flex;



}
.productClick{
	border-bottom: thin #a6a6a6 solid;
	
}


.productClick:hover{
	color: white;

}




@media only screen and (min-width:600px){
	#navigationList{

		padding-right:25px;
		
		
		
	}
	.navigationClass{
		padding:0px;
		margin:0px;
		margin-right:10px;
		display: inline-block;
		
		text-align: right;

		
	}
	#productSel li:first-child{
	margin-top: 10px;
}



	
	

}


@media only screen and (max-width:400px){

	.socIcon{
		margin-left: 10px;
		height: 25px;
		;
	}
}
