@import url("/resources/CSS/gruvbox-themes.css");
@import url("/resources/CSS/fonts.css");
/* import the ClosedLess CSS style */
@import url("/resources/CSS/closedless.css");
/* import custom theme style */
@import url("/~theonepath/css/theme.css");

/* override attributes from the default class */
main section div.about-header {
	position: relative;
	display: grid;
	width: 100%;
	padding: 1em 0;
	justify-items: center;
	align-items: center;
	text-align: left;
}

header div { background-color: var(--blue-bg3); }
nav { background-color: var(--blue-bg1); }
div.nav-bar { background-color: var(--blue-bg4); }
main section { background-color: var(--gruv-blue-alt-2); }
hr { border-color: var(--gruv-gray); }

/* styles for mobile devices */
@media only screen and (min-width: 601px) {}
@media only screen and (max-width: 600px) {}
