@charset "UTF-8";

* {
	margin: 0;
}

/* Begining of STICKY FOOTER but make sure the footer aspect is returned to the bottom of your CSS */


nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

nav ul li {
	display: inline;
	margin: 0 10px;
	padding: 0;
}



/* SLICKNAV but again ensure the CSS is in the correct order */

.slicknav_menu {
	display:none;
}

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

/* The 'nav' and '.js #menu' switch of the main navigation when the screen goes below 1024px wide */

nav {
	display: none;
}

.js #menu {
	display: none;
}

/* The '.js .slicknav_menu' turn on the SLICKNAV when the screen goes below 1024px wide */
	
.js .slicknav_menu {
	display: block;
}

}

/* End of SLICKNAV */
