@charset "UTF-8";
/* ##### ADDITIONS FOR INDIVIDUAL SITE ##### */


.error404 h1.entry-title {padding: 2rem 0 0 0;}


/*.menu-item-27903 .sub-menu  {
 -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
 -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
         column-gap: 0px;
 }
*/

/* ##### RESPONSIVE STEPS ##### */

/*body { color: red; }*/
@media screen and (min-width: 36em) { /* 576px - inherited from njaes-until-wp-themes.css */
	/*body { color: orange; }*/
}
@media screen and (min-width: 40em) { /* 640px - Medium - also used in njaes-unit-wp-themes.css */
	/*body { color: gold; }*/
}
@media screen and (min-width: 48em) { /* 769px - inherited from njaes-unit-wp-themes.css */
	/*body { color: yellowgreen; }*/
}
@media screen and (min-width: 48.9em) { /* 782px - inherited from WP css? (50em = 800px)*/
	/*body { color: green }*/
}
@media screen and (min-width: 53.8em) { /* 861px - inherited from style.css*/
	/*body { color: cadetblue; }*/
}
@media screen and (min-width: 64em) { /* 1024px - Large - also used in njaes-unit-wp-themes.css */
	/*body { color: blue; }*/
}
@media screen and (min-width: 75em) { /* 1200px - X-Large - inherited from njaes-unit-wp-themes.css */
	/*body { color: indigo; }*/
}
@media screen and (min-width: 85em) { /* 1360px */
	/*body { color: violet; }*/
}