:root {
  --mygrey: #515151;
  --bluegrey:  #b3b3bf;
  --greengrey: #b3bfb3;
  --yellowgrey: #b3b3a6;
  --purplegrey: #b3a6b3;
  --redgrey: #bfb3b3;
  --turqgrey: #a6b3b3;
}

body {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;

}

h1{font-size: 24pt;
    font-family: Arial;
}
h2{
    font-size: 18pt;
    font-family: Georgia;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}
h3{
    font-size: 16pt;
    font-family: Georgia;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}

h4{
    font-size: 12pt;
    font-family: Georgia;
    font-weight: normal;
    
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}
cat1{
    font-size: 10pt;
   font-family: Georgia;
   font-weight: bold;
}
g1{font-size: 11pt;
   font-family: Georgia;
   font-weight: bold;
}
g2{font-size:13pt;
    font-family: Georgia;
}

iframe {width: 100%;
    height: 100%;
    border: 0px;
}

.invisiButton{
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    opacity:0.0;
}

#adbar{
    display:block;
    height: 190px;
    width: 400vw;
    border:0px;
    margin:0px;
    padding: 0px;
    
}
#adverts{
    height:200;
}

#pagetitle {
    display: block;
    position: relative;
    left:0px;
    top:-2px;
    width: 100vw;
    height: auto;
    margin: 0px;
}

#titleImage{
    display: block;
    position: relative;
    left: 0vw;
    width: 100vw;
    margin: 0px;
    overflow: hidden;
}

#artistName{
    display:block;
    position:relative;
    top:0px;
    vertical-align: bottom;
    width: 55vw;
    max-width: 700px;
    z-index: 2;
}
#artistName img{
    width: 100%;
    z-index: 2;
}
#artistWord{ 
    display:block;
    position: absolute;
    top:2%;
    right: 10vw;
    vertical-align: bottom;
    width: 18vw;
    max-width: 300px;
    z-index: 1;
    transition: 1s;
}
#artistWord img{
    width: 100%;
}
#mailBox{
     display:block;
    position: absolute;
    top:0.5vh;
    right: 1vw;
    vertical-align: bottom;
    width: 6vw;
    max-width: 100px;
    z-index: 1;
}
#mailBox img{
    width: 100%;
}
#copyrightBox {
    position:absolute;
    bottom: 5%;
    right: 10vw;
    width: 40vw;
    margin: 0px;
    text-align: right;
    background-image: linear-gradient(to right, white, var(--mygrey));
    display:block;
    z-index: 0;
    font-size: 2vw;
    font-family: Arial;
    color: white;
    margin: 0px;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}

#dropMenuBox{position: absolute;
top: 3vh;
right: 1vw;
width: 6vw;
display: block;
    z-index:10;
}
#dropMenuBox img{
    width: 100%;
    right: 0%;
}
#categoryFrame {
    position: absolute;
    display: none;
    padding: 0.5vw;
    right: 0px;
    align-content: center;
    height: auto;
    margin-bottom: 1px;
    overflow: hidden;
    background-color: white;

}
.menuPane{
    display: block;
    position: relative;
    top:0px;
    border: 2px solid white;
    border-radius: 0%;
    padding: 4px;
    background-image: linear-gradient(to right, white, darkgrey);
    height: 5%;
    width:100%;
    margin-left: 2%;
    opacity: 1.0;
    transition: 1s;
    color:black;
    
}

#dropMenuBox:hover #categoryFrame{
    display:block;
}

#contentPortion{
     position: relative;
    display: block;
    left: 0px;
    width: 100%;
    height: 85vh;
    margin: 0px;
    padding: 0px;
    overflow: hidden;

}
#selectedItemBox {
    position: absolute;
    right: 0px;
    top:0px;
    display: flex;
    height: 100%;
    width: 65%;
    background-color: white;
    margin: 0%;
    margin-right:2%;
    padding: 0%;
}

#selectedInside {
    display: block;
    height: 90%;
    width: 100%;
    background-color:white;
}

.selectedItemPicture {
    width: 100%;
}
.selectedpanePic{
    width: 80%;
    display:block;
    position:relative;
}
#additionalItemPictureGallery{
    display: block;
    width: 96%;
}

.otherItems{ 
    display: inline-block;
    position: relative;
    top:0;
    background-color: white;
    width: 28%;
    margin: 2%;
    padding: 0px;
}

.otherItems img{
    width: 100%;
        vertical-align: bottom;
}

.viewLabel{
    padding: 0px;
    margin: 0px;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}


#wholeGallery {
    position: relative;
    left: 0px;
    display: block;
    align-content:center;
    height: 100%;
    width: 100%;
    margin: 0%;
    border: 0px;
    overflow: hidden;
}

.galleryUnit {
    position: relative;
    top:0px;
    left: 0px;
    align-items: center;

    display: block;
    width: 90%;
    padding: 2%;
    margin: 0px;
    background-color: white;
  transition: width 1s;
  
}

.galleryUnit:hover {
  width: 100%;
  padding: 0%;
}

.galleryUnit img {
    width: 80%;
    margin:2%;
    
}
#previewPanes {
    display: block;
    position: absolute;
    left:0px;
    top:0px;
    background-color: white;
    width:30%;
    height: 100%;
   overflow-y: scroll;
}

.individualPane{
    display: inline-block;
    position: relative;
    align-items: center;
    top:0;
    background-color: white;
    width: 96%;
    margin: 0%;
    border: 0px solid white;
   
}
.individualPane img{
    width: 100%;
    margin: 0%;
    
}
.panePic{
    display:block;
    position:relative;
    
}
.selectedpanePic{
    display:block;
    position:relative;
}
.shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow:  0px 0px 5px 7px #ffffff inset;
  border-radius: 0px;
  top: 0;
  left: 0;
}

.myPictures{
    position:absolute;
    top:0px;
    display: block;
    width: 100%;
    margin: 1%;
    padding: 0px;
}
.smallPics{
    display: inline-block;
    width: 33%;
    margin: 0%;
    height: 50%;
     position:absolute;
    top:0px;
    right:0px;
}
    
.mySmallPic{
    display:block;
    margin: 4%;
    width: 100%;
}
.mySmallPic img{
    width: 100%;
}
.BigPics{
    position:relative;
    top:0px;
    left:0px;
    display: block;
    width: 67%;
    height: 100%;
    margin: 1%;
    margin-left: 0%;
    padding: 0px;
    height: auto;
}
.BigPics img{
    width: 100%;
}

#writingbox{
    display:block;
    width: 100%;
    height: auto;
    bottom:0px;
    right:0px;
}
@media only screen and (orientation: landscape) {
    
h1{font-size: 24pt;
    font-family: ARIAL;
}
h2{
    font-size: 20pt;
    font-family: Georgia;
}
h3{
    font-size: 16pt;
    font-family: Georgia;
}
h4{
    font-size: 15pt;
    font-family: Georgia;
    font-weight: normal;
}
cat1{font-size: 15pt;
}
cright{
    font-size: 1.2vw;}
    
g1{font-size: 15pt;
   font-family: Georgia;
   font-weight: bold;
}
g2{font-size:13pt;
    font-family: Georgia;
}

.individualPane{
    width: 24%;
    margin: 0%;
   
}


#adbar{
    height: 260px;
    border:0px;
    margin:0px;
    padding: 0px;
}
 #adverts{
    height:260;
}   
#artistWord{
    right: 7vw;
}
#copyrightBox{
    right: 7vw;
}
#selectedItemBox {
    width: 40%;
    margin-right: 1%;
}
    
#wholeGallery {
    width: 100%;
    margin: 0%;
    margin-left:0%;
}

#previewPanes {
    display: block;
    position: absolute;
    left:0px;
    top:0px;
    background-color: white;
    width:60%;
    height: 100%;
   overflow-y: scroll;
}

#copyrightBox{
    font-size: 1.2vw;
}
#mailBox{
    top:0.5vh;
    width: 4vw;
}    
#dropMenuBox{
top: 6vh;
right: 1vw;
width: 4vw;

} 
}