.grid-item { width: 100%; }
.grid-item.width2 { width: 100%; }
.grid-item.width3 { width: 100%; }
.grid-item.width4 { width: 100%; }

@media screen and (min-width: 560px) {
	.grid-item { width: 50%; }
	.grid-item.width2 { width: 100%; }
	.grid-item.width3 { width: 100%; }
	.grid-item.width4 { width: 100%; }
}

@media screen and (min-width: 900px) {
	.grid-item { width: 33%; }
	.grid-item.width2 { width: 66%; }
	.grid-item.width3 { width: 100%; }
	.grid-item.width4 { width: 100%; }
}

@media screen and (min-width: 1333px) {
	.grid-item { width: 25%; }
	.grid-item.width2 { width: 50%; }
	.grid-item.width3 { width: 75%; }
	.grid-item.width4 { width: 100%; }
}

	

body{
	color: #333;
	background-color: #FFF;
	font: 14px Arial, 'Garamond', Verdana, sans-serif;	
}

h1{
	margin:1em 1em 1em 1em;
}

.about{
	text-align:left;
	width:97%;
	font-size:110%;
	line-height: 140%;
	border:1px solid silver;
}
.about p{
	margin:.5em 1em .5em 1em;
}

.content-wrapper{
	display:block;
	width:100%;
	
	background-color:silver; 
}
.grid{
	width:100%;
	margin:1em 1em 1em 1em;
	background-color: white;
}
.grid-item{
	display:block;
	background:white;
	text-align: center;
}
.grid-item a{
	margin:10px 10px 10px 10px;
	display:block;
	float:left;
	width:90%;
}
.grid-item img{
	width:100%;
	/* background:white; */
}

.grid-item.b a{
	margin:10px 10px 10px 10px;
}

.wrap{
	width:100%;
	display:flex;
}
.wrap a{
	
}

.introduction{
	max-width: 1200px;
	text-align:left;
	width:97%;
	font-size:110%;
	line-height: 140%;
	border:1px solid silver;
	padding:0 1em 0 1em;
}
.tcols {
	display: block;
	font-size: 100%;
}
.tcol{
	display: inline-block;
}



body.atelier {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: gray;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}


.room {
	display: flex;
	height: 800px;
	overflow-x: scroll;
	white-space: nowrap;
	background-color: white;
	margin-top:50px;
}

.intropanel{
	display: inline-block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	margin-right: 10px;
	position: relative;
	width:500px;
}
.panel {
	display: inline-block;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	margin-right: 10px;
	position: relative;
	width:1050px;
}
.dbg{
	position: absolute;
	left: 0px;
	top: 0px;
}

.dbggrid {
	position:absolute;
	left:30;
	top:30;
	width:990px;
	height:740px;
	display: grid;
	grid-template-columns: repeat(16, 1fr);
	grid-template-rows: repeat(16, 1fr);
	gap:0px;
	background-color: white;
}

.dbggrid div {
	border: 1px solid black;
	background-color: lightgray;
	font-size:12px;
	line-height: 12px;
}

h1.header{
	margin:0 0 5px 0;
}
.welcome{
	position:absolute;
	left:15px;
	top:15px;
	/* width:1000px; */
	bottom:15px;
	text-align:left;
	/* overflow: auto; */
	font-size:100%;
	line-height: 120%;
	white-space: normal;
	padding-right: 1em;
	/* border:1px solid silver; */
}

.welcome .box {
	display: inline-block;
	width:45%;
	font-size:90%;
	line-height: 110%;
	vertical-align: text-top;
}

.box ul {
	padding-inline-start: 10px;
	margin-top: 5%;
}

.painting{
	position: absolute;
	/* display:inline-block; */
	background:white;
	text-align: center;
}
.painting a{
	margin:10px 10px 10px 10px;
	display:block;
	float:left;
	width:90%;
}
.painting img{
	width:100%;
	/* background:white; */
}



/* img {
	max-width: 100%;
	height: auto;
} */