

  a:link {color: #3c77ac;
              text-decoration:none;}
	a:visited {color: #44779a;
                 text-decoration:none;}


/* ------------------------------------------------------------------------------------------
LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT*/


* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 10px;
      body background: #38BDCD;
      background: linear-gradient(to bottom, #B092F6, #38BDCD, #e6c4f8) no-repeat fixed;
}

.tablelayout{
  width: 1100;
  margin-left: auto; 
  margin-right: auto;
  border: 0px solid black;
}

.header {
  padding: 1px;
  text-align: center;
  background: #;
  margin-bottom: 0%;
}

.body {
  background: #ffffff;
  padding: 15px;
  border-radius: 25px;
  margin-bottom: 1%;
  clear: both;
  display: table;
  width: 1100;
}

.footer {
  font-family:  Arial Black;
  color: white;
  padding: 3px;
  text-align: center;
  border-radius: 25px;
  background: #a69eed;
  margin-bottom: 1%;

}




/* ------------------------------------------------------------------------------------------
TABLE FOR PAINTING ARTWORK - TABLE FOR PAINTING ARTWORK - TABLE FOR PAINTING ARTWORK */

#tablePAINTINGS {
  width: 100%;
  border: medium none;
  border-spacing: 2em 0.5em;
}
#thPAINTINGS, #tdPAINTINGS {
  padding:30px;
  text-align: center;
  background-color:;
  border-radius: 25px;
  border: 2px solid;
  border-color: #BEB9EF;
}


/* ------------------------------------------------------------------------------------------
TABLE FOR TSHIRTS - TABLE FOR TSHIRTS - TABLE FOR TSHIRTS */

#tableTSHIRTS {
  width: 100%;
  border: medium none;
  border-spacing: 2em 0.5em;
}
#thTSHIRTS, #tdTSHIRTS {
  padding:10px;
  text-align: center;
  background-color:;
  border-radius: 25px;
  border: 2px solid;
  border-color: #BEB9EF;
}




/* ------------------------------------------------------------------------------------------
TABLE FOR BOOKS INFO - TABLE FOR BOOKS INFO - TABLE FOR BOOKS INFO */

#tableBOOKS {

  border: medium none;
}
#tdBOOKS {
  padding: 0px;
  text-align: left;
  background-color: #D7D3F7;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border: 0px solid;
}
#thBOOKS {
  max-width:500px;
  padding:20px;
  text-align: left;
  background-color: #D7D3F7;
  border: 0px solid;
}
#thBOOKS2 {
  max-width: 200px;
  padding:20px;
  text-align: left;
  background-color: #ebe9fb;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 0px solid;
}



/* ------------------------------------------------------------------------------------------
POP UP FOR Definition OF ARTWORK / Behind the Scene  */


.overlay_Definition {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay_Definition:target {
  visibility: visible;
  opacity: 1;
}
.popup_Definition {
  margin: 200px auto;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
  width: 600px;
  position: relative;
  transition: all 2s ease-in-out;
}
.popup_Definition .close_Definition {
  position: absolute;
  bottom: 0px;
  middle: 30px;
  transition: all 200ms;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup_Definition .content_Definition {
  max-height: 30%;
  overflow: auto;
}






/* ------------------------------------------------------------------------------------------
H1: 1st Title / 2nd (smaller) Title / H3: Name of Art / H4: Normal Text / H5: Bold Text*/


h1 {font-family: Arial Black; 
    font-weight: bolder;
    color: #9c93eb; 
    font-size: 50px;
    margin-bottom: 0%;
}

h2 {font-family: Arial Black; 
    font-weight: normal;
    color: #806aba; 
    font-size: 35px
    margin-bottom: 0%;
}

h3 {font-family: Arial; 
    font-weight: bold;
    color: black; 
    font-size: 16px
    margin-bottom: 0%;}

h4 {font-family: Arial; 
    font-weight: normal;
    color: black; 
    font-size: 14px
    margin-bottom: 0%;
    line-height: 23px}

h5 {font-family: Arial; 
    font-weight: bold;
    color: black; 
    font-size: 14px
    margin-bottom: 0%;}



/* ------------------------------------------------------------------------------------------
MENU MENU MENU MENU MENU MENU MENU MENU MENU MENU MENU MENU MENU MENU MENU MENU

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  margin-bottom: 1%;
  background-color: #9c93eb;
  border-radius: 25px
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  font-size: 16px;
  font-family: Arial Black;
  color: white;
  text-align: cemter;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #dd59bc;
  color: black;
}



/* ------------------------------------------------------------------------------------------
BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS*/


.container {
  position: relative;
  width: 130;
  height: 130;
  display: inline-block;
  margin: 10px;
  flew-direction: row;
}

.image {
  border-radius:15px;
  display: block;
  width: 130;
  height: 130;
}

.overlay {
  border-radius:15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130;
  width: 130;
  opacity: 0;
  transition: .5s ease;
  background-color: #5ccad6;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-family: Arial;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/* ------------------------------------------------------------------------------------------
IMAGES IMAGES IMAGES IMAGES IMAGES IMAGES IMAGES IMAGES IMAGES IMAGES IMAGES IMAGES*/


img {}

.artwork {border-radius: 20px;
          border: 2px solid #ffff;
          height: 290px}


.colorpage {height: 400px}

.logo {height: 170px}

.sold {height: 20px}



/* ------------------------------------------------------------------------------------------
IMAGE POPUP IMAGE POPUP IMAGE POPUP IMAGE POPUP IMAGE POPUP IMAGE POPUP IMAGE POPUP IMAGE POPUP */

/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

/* Full width and height */
.lightbox span {
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;



