@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&display=swap");

body{

background-image: url('/ICE-images/textures/Infinity.jpeg');
background-attachment: fixed;
background-size:contain;
background-position: 50%;

}
a{
    text-align: center;
    font-family: "Bilbo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:1.4em;
    color:aliceblue;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.55);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
    text-decoration: wavy;

}
a:hover{
    color: #29FF27;
}
h1{

    text-align: center;
    font-family: "Bilbo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:3.4em;
    color:aliceblue;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.55);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
    text-decoration: wavy;
     background-color: darkolivegreen;

}

.container{
    position:absolute;
    display: block;
    top:10px;
    left:50%;
    transform:  translate(-50%,0%);
    width:95%;
    min-height:5000px;
    background-image: url('/ICE-images/textures/Infinity.jpeg');
    background-attachment: fixed;
    background-size:contain;
    opacity:90%;
    background-color: darkolivegreen;
    background-blend-mode:luminosity;
    background-position: 50%;
    -webkit-transform:  translate(-50%,0%);
    -moz-transform:  translate(-50%,0%);
    -ms-transform:  translate(-50%,0%);
    -o-transform:  translate(-50%,0%);
    overflow-x: hidden;
}
.Matrix{
    position:absolute;
    display: block;
    top:5px;
    left:50%;
    transform:  translate(-50%,0%);
    width:85%;
    max-width:75%;
    margin:auto;
    height:fit-content;
    background-image: url('/ICE-images/textures/Infinity.jpeg');
    background-attachment: fixed;
    background-size:contain;
    opacity:90%;
    background-color: darkolivegreen;
    background-blend-mode:luminosity;
    background-position: 50%;
    -webkit-transform:  translate(-50%,0%);
    -moz-transform:  translate(-50%,0%);
    -ms-transform:  translate(-50%,0%);
    -o-transform:  translate(-50%,0%);
    overflow-x: hidden;
    overflow-y:hidden;
}
.gridX1{
    position:absolute;
    display: block;
    width: 85%;
    left:50%;
    transform: translate(-50%,0%);
    margin-top:10px;
    margin-left:10px;
    background-color: rgba(0, 100, 0, 0.99);
    padding:20px;
    z-index: 600;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
}
.gridX1 h1{

    text-align: center;
    font-family: "Bilbo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:3em;
    color:aliceblue;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.55);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);

}
.gridX1 h2,h3,h4{

    color:aliceblue;
    font-size:1.6em;

}
.gridX1 p, label{
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.0em; 
    text-align: justify;
    color: rgba(240, 234, 234, 0.84);
    padding:1px;
    text-indent: 0em;

}
.gridX1 label{
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.2em; 
    text-align: justify;
    color: rgba(240, 234, 234, 0.84);
    padding:1px;
    text-indent: 0em;

}
.gridX1 input, textarea, select{
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1em; 
    text-align: justify;
    color: rgba(0, 0, 0, 1);
    padding:1px;
    text-indent: 1em;

}
.gridX1  ul, li{
    text-align:start;
    font-size: 1.1em; 

}
#Justice{
        display:block;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.2em; 
    text-align: center;
    color: rgba(0, 0, 0, 1);
    padding:1px;
    text-indent: 1em;

}
#Justice button{

    font-size: 1em;
    filter: drop-shadow(5px 5px 10px #000000);
    -webkit-filter: drop-shadow(5px 5px 10px #000000);
    -webkit-box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(252,255,227,0.86); 
    box-shadow: inset -1px 3px 8px 5px #1F87FF, 2px 5px 16px 0px #0B325E, 5px 5px 15px 5px rgba(252,255,227,0.86);          
}

.lineSpacer{
  
  
  position: inherit;
  margin: auto;
  display: block;
 
  width:90%;
  min-height: 30px;
  

  z-index: 900;
}
#LOGO{

  position:sticky;

    max-width: 72px;
    width:72px;
    height: 72px;

    display:block;
    background-image: url("/ICE-images/Buttons/3DPoetry-OFF-sml.png");
    border-radius: 15%;

    animation: glow2 3s infinite alternate;

    z-index:810;


}

#LOGO:hover{
    
    display:block;
    background-image: url("/ICE-images/Buttons/3DPoetry-OVER-sml.png");
    background-color: #29FF27;

    animation: glow2 3s infinite alternate;



}
@keyframes glow3 {
    from {
      box-shadow: 0 0 10px -10px #449fdb;
      box-shadow: inset 0 0 20px -20px #8cc6d5;
    }
    to {
      box-shadow: 0 0 10px 10px #4d99cf;
      box-shadow: inset 0 0 20px 20px #7bb4c6;
      filter: brightness(1);
      -webkit-filter: brightness(1);
}
  }
  @keyframes glow2 {
    from {
      box-shadow: 0 0 10px -10px #aef4af;
      box-shadow: inset 0 0 10px -10px #378d38;
    }
    to {
      box-shadow: 0 0 10px 10px #378d38;
      box-shadow: inset 0 0 10px 10px #aef4af;
      filter: brightness(1);
      -webkit-filter: brightness(1);
}
  }

#Shadowfae{
    position: fixed;
    display:none;
    top:1;
    left:1;
    width:50px;
    height:50px;
    background-image:  url('/ICE-images/Buttons/Faces.gif');
    opacity: 1;
    background-color:bisque;
    background-blend-mode: darken;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800;
    cursor: pointer;
    -webkit-box-shadow: 13px 11px 15px 3px rgba(234,235,181,0.75),  -13px -11px 15px 3px rgba(234,235,181,0.75);
    box-shadow: 13px 11px 15px 3px rgba(234,235,181,0.75),  -13px -11px 15px 3px rgba(234,235,181,0.75);
}

#ShadowFae:hover{
    cursor: grab;
    transition: ease 100ms;
    -webkit-transition: ease 100ms;
    -moz-transition: ease 100ms;
    -ms-transition: ease 100ms;
    -o-transition: ease 100ms;
}

#tellHer{
    display:block;
    position:static;
    text-align: center;
    padding:3px;
    background-color: darkslategray;
    color: aliceblue;
    transition: ease 500ms;
    -webkit-transition: ease 500ms;
    -moz-transition: ease 500ms;
    -ms-transition: ease 500ms;
    -o-transition: ease 500ms;
}
/* ########################################################################## above is smallest Mobile Phone  ########################### */
@media screen and (min-width: 480px) {

.LOGO{

    left:25px;
    top:25px;
    margin-top: 25px;
}

#Shadowfae{
    display:none;
    top:1;
    left:1;
    width:200px;
    height:200px;

}


a{
    text-align: center;
    font-family: "Bilbo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:1.4em;
    color:aliceblue;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.55);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
    text-decoration: wavy;

}
a:hover{
    color: #29FF27;
}
h1{

    text-align: center;
    font-family: "Bilbo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
    font-size:3.4em;
    color:aliceblue;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.55);
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.65);
    text-decoration: wavy;
     background-color: darkolivegreen;

}

.container{

    top:30px;

    width:75%;
    min-height:5000px;

}
.Matrix{

    top:5px;

    width:75%;
    height:fit-content;

}
.gridX1{

    min-width: 75%;

    margin-top:10px;
    margin-left:10px;

    padding:20px;

}
.gridX1 h1{

    font-weight: 400;
    font-style: normal;
    font-size:3em;


}
.gridX1 h2,h3,h4{

    font-size:1.6em;

}
.gridX1 p, label{

    font-weight: bold;
    font-size: 1.0em; 

    padding:1px;
    text-indent: 1em;

}
.gridX1 label{

    font-weight: bold;
    font-size: 1.2em; 

    padding:1px;
    text-indent: 1em;

}
.gridX1 input, textarea, select{

    font-weight: bold;
    font-size: 1.2em; 

    padding:1px;
    text-indent: 1em;

}
.gridX1  ul, li{

    font-size: 1.1em; 

}
#Justice{
        display:none;

    font-weight: bold;
    font-size: 1.2em; 

    padding:1px;
    text-indent: 1em;

}
#Justice button{

    font-size: 3em;
 
}

.lineSpacer{
  min-height: 30px;

}

}

@media screen and (min-width: 768px) {
#Shadowfae{
    display:none;
    top:1;
    left:1;
    width:200px;
    height:200px;

}
}

@media screen and (min-width: 1024px) {
#Shadowfae{
    display:block;
    top:1;
    left:1;
    width:200px;
    height:200px;

}
}

@media screen and (min-width: 1280px) {
#Shadowfae{
    display:block;
    top:1;
    left:1;
    width:200px;
    height:200px;

}
}