#networkbutton{
	background: #444444;
	border-bottom: 4px solid #e3cb40;
}

#memberlinks{
	width: 100%;
	height: 700px;
	padding: 60px 0% 60px 0%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

#networkimg{
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	display: block;
}

#NSPILogo img{
	height: 200px;
}

#CNLILogo img{
	height: 200px;

}

@media only screen and (min-width: 501px){
	#memberlinks{
		height: auto;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		padding: 60px 0% 40px 0%;
		justify-content: space-around;
	}
}

@media only screen and (min-width: 1200px){
	#networkimg{
		width: 80%;
		padding-left: 10%;
	}
}