/****** PLACE YOUR CUSTOM STYLES HERE ******/
html,
body,
a,
nav,
div,
.btn,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
pre,
table,
blockquote,
input,
button,
select,
textarea,
.image-slider {
cursor: none;
}

ul.light{
  background-color: #ffffff !important;
}
ul.light > li > a{
  color: #222222 !important;
}

.inner-cursor {
  position: fixed;
  width: 1px;
  height: 1px;
  z-index: 999999;
  position: absoulute;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: width 0.5s, height 0.5s;
}
.inner-cursor.grow {
  width: 13px;
  height: 13px;
  z-index: 999999;
}
.outer-cursor {
  position: fixed;
  left: 5px;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  border: 1.5px solid #ffffff;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 999999;
}
