
:root {
    --gallery-pink: #FF0080;
    --gallery-celeste: #01FFFF;
    --gallery-purple: ##e800ff;
    --background-black: #111010;
}

@font-face {
    font-family: Gaia;
    src: url(/fonts/Gaiatype.woff);
}
html{

    background: linear-gradient(to bottom, #00061f 80%,#FF6A75 100%,#ff9232 115%);
}
body{
    image-rendering: pixelated;
    font-family: verdana;
    background-image: url(./images/gatebggallery.png),url(./images/cityFrontWireframecolorview3.png),url(./images/blackcity3.png);
    background-position: 40px,bottom left,10px bottom;
    background-repeat: repeat,no-repeat,repeat-x;
    background-size: 420px,100% auto,200px;
    margin:0px;
    color: var(--gallery-pink);

}
.artConteiner img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.flex{
    display: flex;
}
.buttonMenu, .artBox{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    column-gap: 1em;
    row-gap: 1em;
    text-align: center;
    background-color: var(--background-black);
    padding: 50px;
    border: 2px black solid;
    background-image: url(/images/pixel/textures/WeavingLines.gif);
  background-blend-mode: darken;
}

.button, .artConteiner{
    overflow: clip;
    color: #ff4fc3;
    text-shadow: #90065a 2px 2px;
    /*padding: 5px;*/
    margin: 5px auto;
    /*flex: 1;*/
    background-color: green;
    transition: 0.5s;
    border: 2px #5c5c5c solid;
    background-color: #262626;
}

.artConteiner:hover{transform: scale(1.1); color: #4fdeff; text-shadow: #064990 2px 2px; }
.artBox img:hover {
    filter: contrast(100%);
}
.artBox img {
    image-rendering: initial;
    filter: contrast(150%)sepia()hue-rotate(0);
    transition: 0.5s;
}
.artConteiner:hover {
    color: #4fdeff;
    text-shadow: #064990 2px 2px;
}

#dialogbox {
    position: fixed;
    z-index: 20;
    margin: 30px auto;
    width: 90%;
    height: 90%;
    left: 5%;
    display: flex;
}

#dialogshadow{
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    position:fixed;
    background-color: black;
    z-index: 10;
    background-color: #000000ab
}

#dialogtitletext{
    position: relative;
    text-align: center;
    top: 10%;
    color: #4fdeff;
}

.dialoginner, #dialoginformation{
    margin:10px
}
#dialogart{
    image-rendering: auto;
    background-image: url(http://localhost/gallery/Disegni/portfolio/FerretYingYang.png);
    background-size: contain; background-position: center; background-repeat: no-repeat;
    border: 10px groove #111010;
    background-color: #111010;
}
#dialoginformation{
    flex-wrap: wrap; flex-direction: column;
    /*display: flex*/
}
#dialoginformation > div{
    padding:10px;
    background-color:#111010;
}

#dialogtitle{
    border:10px groove #90065a;
    box-shadow: #4fdeff82 5px 5px 0px 0px;
    margin-bottom: 10px;
    font-family: Alagard;
    /*font-size: xx-large;
text-align: center;*/
}
#dialogdescription{
    border: 10px groove #2C5F5D;
    box-shadow: #ff4fc382 5px 5px;
    background-size: 25%;
    background-blend-mode: overlay;
    background-position: center;
    font-family: alagard;
    text-shadow: black 2px 2px;
    image-rendering:initial;
}

.tag{
    border: 1px solid #4FDBEA;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin:2px;
    color:var(--gallery-pink);
    font-family: alagard;
    background-color: #080808;
}

.tag:hover{
    border: 1px solid var(--gallery-pink);
    color:#4FDBEA;
    background-color: #111010;

}

.imgCaption, .artTitle, #footer{
    height: 100%;
    color: var(--gallery-purple);
    /*
background-color: #292e3b;
border: #57627f solid 3px;
*/
    background-color: #111;
    border: #222 solid 3px;
    /*margin: 10px 0px;*/
    padding: 5px 15px;
    background-clip: padding-box;
    text-align: center;
    font-family:alagard;

}


.imgCaption{

    /*border: #222 solid 0px;*/
    border: #000 solid 1px;
    background-color: #090909;
    box-shadow: 0px 15px #0088ff5c inset;
    z-index: 1;
}
#leftcolumn{
    background-color: var(--background-black);
    border: 2px black solid;
}

.artTitle,#footer{
    padding-left:0px;
    padding-right:0px;
    width:75%;
    color: #ff4fc3;

}

form input{
    font-family: Gaia;
    color: #4fdeff;
    text-shadow: #90065a 2px 2px;
    text-shadow: #373736 2px 2px;
    background-blend-mode: overlay;
    transition: 0.5s;
    padding: 20px;
    border: 2px solid #222;
    background-color: #111;
    margin: 15px;
  flex: 40%;
    
}


form input:hover{
    border: 2px solid #4fdeff;
    background-blend-mode:normal;
    transform: scale(1.1);
    cursor:pointer;
}
.imageArt{
    cursor:pointer;
}

.categoryHead {
    border: 2px black solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom: 0px transparent solid;
    background-color: black;
    color: cornsilk;
    font-family: Gaia;
    text-align: center;
}

#nsfw{
    border: initial;
    background-color: initial; 
    color:cornsilk; 
    font-family: Gaia;
    cursor: pointer;
}
#nsfw .tag{
    background-color: #00E6FF;
}

#nsfw .tag:hover{
    background-color: #FF0080;
    opacity: 1 !important;
}

#nsfw:hover{
    color:var(--gallery-celeste)
}
.galleryContainer {
    padding: 10px;
    display: inline-block;
}
.footerButton{
    display:inline-block;
    margin:0px;
    margin-block-end:0px;
    width:32%;
    /*background-color:#57627f;*/
    height:50%;
    text-align:center;
    opacity: 0;

}

#homelink a{color:transparent}

#prevBTN,#nextBTN, #homelink{
    margin:0px;
    font-size:0px;
    border:0px gray solid;
    background-color:transparent;
    display:inline-block;
    margin:0px;
    margin-block-end:0px;
    width:100%;
    /*background-color:#57627f;*/
    text-align:center;
    padding-top:50%;
    color:transparent
}


/*
#prevBTN{
position:relative;
top:40%;
}*/

#prevBTN:hover,#nextBTN:hover, #homelink:hover{
    cursor:pointer;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #111;
    font-family: alagard;
    border-bottom: 1px gray solid;
  margin-bottom: 15px;
}



li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 4px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: white;
  color:#111
}


li.dropdown {
  display: inline-block;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}
