/* @import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap'); */

body {
  background: linear-gradient(rgb(0, 0, 0), rgb(153, 63, 108));
  background-size: auto 130%;
  font-family: Cursive, serif;
  font-size: 1.15em;
  cursor: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-drag: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  
  
  }

a:hover {
  cursor: none;

a {
  cursor: none;
}}

a.links {
  cursor: default !important;
}
.inner {
  color: white;
  background: #1a1a1a;
  padding: 0.5em 1em;
  border: 1px solid #111;
  }
  
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    /* display: none; */
  }
  
.site-wide {
    display: block;
    width: 100px;
    height: 50px;
    background-position: relative;
    top:29px;
    left:50px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
    
    /* width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid green; */
  }
  
.site-wide .pointer {
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out; */
  }
  
.site-wide.active .pointer {
    width: 20px;
    height: 20px;
  }
  
.sidebar-image .inner {
  padding: 0;
  }
  
.box, .sidebar-image {
  /* background: linear-gradient(rgb(225,145,5,0.4), rgb(225,145,5,0.4)), url("/wood.gif"); Custom border with wood texture. */
  background: linear-gradient(rgba(108, 5, 225, 0.4), rgba(143, 3, 85, 0.4)), url("/wood.gif");
  padding: 0.2em;
  }
  
a {
  color: #cfcfcf;
  cursor: none;
  }
  
/*Alternative nav link decoration.*/
.links li:before, .links .last:after {
  content: "";
  
  }
  
.links li:after {
  content: " :: ";
  }
  
.links li:before, .links li:after {
  word-spacing: 0.375em;
  }
  
.links li {
  margin-left: 0.375em;
  }