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


@font-face {
  font-family: MedGothic;
  src: url(fonts/MedievalSharp-Regular.ttf);
}

/* font-family: MedGothic; */


/*Everything goes inside here.*/
.wrapper {
 
  width: 900px;
  margin: 0 auto;
  }
  
.sidebar-img, .footer, .title, .links, .box {
  margin-top: 25px;
  }
a.link {
  cursor: default !important;
}

.title, .links, .footer {
  text-align: center;
  }
  
/*Navigation links.*/
.links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
  
.links li {
  display: inline-block;
  }

/*Some fancy code for fun, to add special characters around the navigation links. Change content to "" if you don't want these.*/
.links li:before {
  content: "гЂЊ";
  }
  
.links li:after {
  content: "гЂЌ в€· ";
  }
  
.links .last:after {
  content: "гЂЌ";
  }
  
.links li:before, .links li:after {
  letter-spacing: 0.1em;
  }
  
/*Basic box code that is used for all content boxes on the page.*/
.box {
  border: 1px solid black;
  padding: 0.5em 1em;
  }
  
/*Goes inside the box class. Not given any style by default, but can be used for stuff like fancy borders.*/
.inner {
  
  
  }
  
/*Prevent image overflow.*/
.box img, .sidebar img {
  max-width: 100%;
  height: auto;
  }
  
/*Wrapper for the sidebar.*/
.sidebar {
  width: 200px;
  float: left;
  }
  
/*Container for the sidebar image.*/
.sidebar-image {
  border: 1px solid black;
  }
  
/*Remove extra padding line at the bottom of the image.*/
.sidebar-image img {
  display: block;
  }
  
/*This is where the title, navbar, and main content all go.*/
.main-wrapper {
  margin-left: 225px;
  }
  
/*Two columns by default. The "single-column" class can be added to make it one column.*/
.main {
  columns: 2;
  column-gap: 25px;
  }
  
/*Make sure boxes don't spread over multiple columns.*/
.main .box {
  display: inline-block;
  }
  
.single-column {
  columns: 1;
  }
  
.footer {
  margin-bottom: 25px;
  }
  
@media(max-width:915px) {
  .wrapper {    
    width: 95%;
    }
    
  .main-wrapper {
    width: calc(100% - 225px);
    }
  }
  
@media (orientation: portrait), (max-width: 480px) {
  .wrapper {
    width: 100%;
    }
  
  .main-wrapper, .sidebar, .footer {
    margin: 0 auto;
    width: 90%;
    }
  
  .sidebar {
    float: none;
    display: block;
    }

  .sidebar-image {
    margin: 0 auto;
    width: 33%;
    margin-top:25px;
    }

  .sidebar .sidebar-image img {
    width: 100%;
    }
    
  .footer {
    margin-bottom: 25px;
    }
  
  }
/* 
body {
  margin: 0;
  }
  
/*Everything goes inside here.*/
.wrapper {
  font-family: MedGothic;
  width: 900px;
  margin: 0 auto;
  }
  
.sidebar-img, .footer, .title, .links, .box {
  margin-top: 25px;
  }
  
.title, .links, .footer {
  text-align: center;
  }
  
/*Navigation links.*/
.links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
  
.links li {
  display: inline-block;
  }

/*Some fancy code for fun, to add special characters around the navigation links. Change content to "" if you don't want these.*/
.links li:before {
  content: "「";
  }
  
.links li:after {
  content: "」 ∷ ";
  }
  
.links .last:after {
  content: "」";
  }
  
.links li:before, .links li:after {
  letter-spacing: 0.1em;
  }
  
/*Basic box code that is used for all content boxes on the page.*/
.box {
  border: 1px solid black;
  padding: 0.5em 1em;
  }
  
/*Goes inside the box class. Not given any style by default, but can be used for stuff like fancy borders.*/
.inner {
  
  } 
  
/*Prevent image overflow.*/
.box img, .sidebar img {
  max-width: 100%;
  height: auto;
  }
  
/*Wrapper for the sidebar.*/
.sidebar {
  width: 200px;
  float: left;
  }
  
/*Container for the sidebar image.*/
.sidebar-image {
  border: 1px solid black;
  }
  
/*Remove extra padding line at the bottom of the image.*/
.sidebar-image img {
  display: block;
  }
  
/*This is where the title, navbar, and main content all go.*/
.main-wrapper {
  margin-left: 225px;
  }
  
/*Two columns by default. The "single-column" class can be added to make it one column.*/
.main {
  columns: 2;
  column-gap: 25px;
  }
  
/*Make sure boxes don't spread over multiple columns.*/
.main .box {
  display: inline-block;
  }
  
.single-column {
  columns: 1;
  }
  
.footer {
  margin-bottom: 25px;
  }
  


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;
  
.main-content-area {
	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;
  }

.human-figure {
  position: fixed;
  right: -200px;
  bottom: -30px;
  z-index: 1000;
  cursor: none;
  transition: transform 0.3s ease;
}



.human-figure img {
  width: 60%;
  height: auto;
}  


