section.section-articles 		{width:100%}
.section-articles-items		{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-content:stretch;align-items:stretch;flex-grow:0;flex-direction:row}
h2.section-articles-title		{font-size:1.5em;display:none}

.item-article				{cursor:default;display:flex;flex-direction:column;flex-grow:1;justify-content:stretch;align-items:stretch;align-content:stretch;width:calc(33% - 30px);margin-right:30px;margin-bottom:30px;min-width:250px;padding:15px;background-color:rgba(255, 255, 255, 0.98);color:black;box-shadow:0px 0px 32px rgba(255,255,255,0.5),  0px 0px 16px rgba(255,255,255,0.5);border-radius:3px;}
/*.item-article:nth-child(1)	{width:100%;flex-direction:row}*/
h3.item-article-title			{font-size:1.2em;margin-top:5px;width:100%}
.item-article-image			{width:100%;height:200px;flex-grow:0;background-size:contain;background-repeat:no-repeat;background-position:50% 50%}
.item-article-content			{flex-grow:1;font-size:1em;line-height:1.3em}
.item-article-link			{flex-grow:0;width:100%}
.item-article-link a 			{cursor:pointer}



.darkbody .item-article 		{background-color:rgba(28, 28, 28, 0.8);color:white;box-shadow:0px 0px 32px rgba(0,0,0,0.5),  0px 0px 16px rgba(0,0,0,0.5)}

.section-articles-items		{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-content:stretch;align-items:stretch;flex-grow:0;flex-direction:row}





.section-artworks-items		{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-content:stretch;align-items:stretch;flex-grow:0;flex-direction:row}
.item-artwork				{cursor:default;display:flex;flex-direction:column;flex-grow:1;justify-content:stretch;align-items:stretch;align-content:stretch;max-width:530px;margin-right:30px;margin-bottom:30px;padding:15px;background-color:rgba(255, 255, 255, 0.98);color:black;box-shadow:0px 0px 32px rgba(255,255,255,0.5),  0px 0px 16px rgba(255,255,255,0.5);border-radius:3px;}
.item-artwork .item-article-image			{display:flex;justify-content:center;align-items:center;align-content:center;max-width:100%;width:500px;height:500px;flex-grow:0;background-size:contain;background-repeat:no-repeat;background-position:50% 50%}
.item-artwork h3.item-article-title	{text-align:center}

.darkbody .item-artwork 		{background-color:black;color:white;box-shadow:0px 0px 32px rgba(0,0,0,0.5),  0px 0px 16px rgba(0,0,0,0.5)}
.darkbody .item-artwork h3.item-article-title {color:white}

@media screen and (max-width:615px) {
.item-artwork {width:100%;margin-right:0}
.item-artwork .item-article-image	{width:100%;height:auto}
.item-artwork .item-article-image-img {width:100%}
}