/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
}
 ol, ul {
     list-style: none;
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
* {
    box-sizing: border-box;
}
/* - - - - - - */
h1{
  text-align: center;    
  font-size: 2em;
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
/* image styles */
.image-grid {
  z-index: 1;
  width: 98vw;
  display:grid;
  grid-auto-rows: auto;
}

.artist-names  {
    width: 90vw;
    background-color: white;
    margin-top: 1vh;
    margin-bottom: 1vh;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 1px solid black;
    z-index:1;
}
img {
  position: relative;
  margin: 1em 0;
  width: 82vw;
  justify-self: center;  
}

 /* - - - - - - - - -  */
 /* IMAGE WITH CAPTIONS STYLES UPDATE */
.image-caption-container {
   display: grid;
   width: 100vw;
   grid-template-rows: auto 1fr; 
}
.caption-text {
    width: 82vw;
    display: block;
    margin: auto;
    font-family: sans-serif;
    font-size: 10pt;
    padding-bottom: 1em;
}
.artist-name-text {
 font-weight: 900;
}
.italic-text {
    font-style: italic;
}
 /* - - - - - - - - -  */

/* - - - - - - - - -  */
/* BACKGROUND DISPLAY STYLES */

 #main-container {
   z-index: -1;
     position: fixed;
     top: 26px;
     left: 5px;
     width: 98%;
     height: 90%;
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
     grid-template-rows: 1fr 1fr 1fr;
    /*background-color: rgba(106, 253, 159, 0.8);
    */
}
 #nav {
     padding-left: 0;
     position: absolute;
     top: 36%;
     left: 32%;
     list-style-type: none;
     background-color: #0000ff00;
}
 #violetbody {
        background-image: url('violet_sissy/violet_sissy_web_background.jpg');
        background-repeat: no-repeat;
        background-position:  center center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
    }
 #exhibitions {
    /* position: absolute;
     top: 46%;
     right: 29%;
     background-color: white;
     text-align: center;
     */
}
 .grid-info {
   position: relative;
   background-color: #ffffff00;
   grid-column: 3/6;
}
 .grid-item {
     display: grid;
     grid-template-columns: auto auto auto;
     grid-template-rows: auto auto auto;
    /*background-color: rgba(220, 226, 255, 0.8);
     border: 1px solid rgba(180, 175, 241, 0.8);
    */
     font-size: 30px;
}
/* - - - - - - - - - - - - - */
 #e {
     color: red;
     grid-row: 2;
     grid-column: 2;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #r {
     color: blue;
     position: absolute;
     right: 97%;
     bottom: 78%;
     grid-row: 1;
     grid-column: 3;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #i {
     color: red;
     position: absolute;
     right: 72%;
     bottom: 108%;
     grid-row: 2;
     grid-column: 2;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #c {
     color: blue;
     position: absolute;
     right: 60%;
     bottom: 165%;
     grid-row: 3;
     grid-column: 3;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #rr {
     color: red;
     position: absolute;
     right: 44%;
     bottom: 104%;
     grid-row: 2;
     grid-column: 2;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #u {
     color: blue;
     position: absolute;
     right: 5%;
     bottom: 154%;
     grid-row: 3;
     grid-column: 2;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #s {
     color: blue;
     position: absolute;
     right: 93%;
     bottom: 21%;
     grid-row: 1;
     grid-column: 1;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #cc {
     color: red;
     position: absolute;
     right: 79%;
     bottom: 22%;
     grid-row: 1;
     grid-column: 1;
     background-color: #ffffff00;
    ;
     font-size: 1.6em;
}
 #h{
     color: blue;
     position: absolute;
     right: 71%;
     bottom: 3%;
     grid-row: 1;
     grid-column: 1;
     background-color: #ffffff00;
     font-size: 1.6em;
}
 #m{
     color: red;
     position: absolute;
     right: 55%;
     bottom: 12%;
     grid-row: 2;
     grid-column: 2;
     background-color: #ffffff00;
     font-size: 1.6em;
}
 #a{
     color: blue;
     position: absolute;
     right: 29%;
     bottom: 4%;
     grid-row: 2;
     grid-column: 2;
     background-color: #ffffff00;
     font-size: 1.6em;
}
 #n{
     color: red;
     position: absolute;
     right: 13%;
     bottom: 12%;
     grid-row: 2;
     grid-column: 2;
     background-color: #ffffff00;
     font-size: 1.6em;
}

@media screen and (min-width:700px) {
    .caption-text {
        font-size: 15pt;
    }
}