/* Media query to stop the header from breaking into two lines, currently does nothing */

@media screen and (max-width:800px){
	.NavBar a:link{font-size: auto;}
}

/*Special style to overwrite the footer stylesheet because this page hates it */

#FancyPGallery {
	margin-bottom: 0rem;
}

/* Media queries for mobile */

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

}