/* default grid for smaller mobile devices */
.grid-container {
	position: relative;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(200px, 1fr);
}

/* for bigger screens, use 3-column display */
@media (min-width: 600px) {
	.grid-container {
	  width: 100%;
	  display: grid;
	  grid-template-columns: 1fr 2fr 1fr;
	  padding: 20px;
	}
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;		
  line-height: 1.6;
  font-weight: 500;
  font-family: "Inconsolata", sans-serif;
/*   color: var(--text-color-normal); */
  background-color: #e3e8ee;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
	
img.art_disp {
	max-width: 600px;
	height: auto; 
	object-fit: contain;
	}	

div.left_panel {

}
h3.site_title {
	font-weight: 400;
	margin-bottom: 2rem;
}

a:link { 
  text-decoration: none;
/*  color:   ;*/
} 
a:visited { 
  text-decoration: none; 
  /*  color:   ;*/
} 
a:hover { 
  text-decoration: none;
  /*  color:   ;*/ 
} 
a:active { 
  text-decoration: none;
  /*  color:   ;*/ 
}
	
h6.main_nav	{
	line-height: 1.4;
	margin-bottom: 0rem;
	font-weight: 400;
}
p.txt	{
	font-size: 1.2rem;
	font-weight: 500;
	margin-top: 0;
}
p.art_disp_item {
	margin-bottom: 3rem;
	font-weight: 500;
}