:root {

		/* ****************/
		/* DIMENSIONS      */
		/* ****************/
	
		/* Maximum characters on a line in an article. 
		 * Has no effect on the width of the column itself. */
		--max-article-width:80%; 

		/* Widest the sidebar should be */
		--max-aside-width:20%;    

		/* Header, nav, and footer stretch all the way across
		 * the screen at 100%. To create a pillar-style theme
		 * (wth gaps aka margins on either side)
		 * reduce that number, then increase --left-gap
		 * and --right-gap. */
		--full-page:75%; 

	 	/* Making these larger than 0 and --full-page < 100% creates
		 * a pillar them, or one that doesn't stretch the header
		 * and footer all the way across the page.
		 * When --full-page is 100% these should be at 0.
		 * When --full-page is less than 100% then these
		 * two should add up to the difference. */
		--left-gap:5%;
		--right-gap:5%;

		/* Starting point from left where text (and by default headers) appears */
		--left-start:5%;

		/* Only for Pillar-style themes: Space between the right edge of the article and the right edge of text */
		--right-end:5%;

		/* Adjusts header height and keeps it vertically centered */
		--header-height:12rem;

		/* Size of the main text in the header. */
		--branding-height:4rem;

		/* Adjusts navbar height and keeps it vertically centered */
		--nav-height:5rem;

}
