html {
    cursor: none;
    font-size: 20px;
    height: 100%;
}
@media all and (max-width: 1920px) {
    html {
        font-size: 18px;
    }
    h4 {
      font-size: 4em;
    }
    h5 {
      font-size: 7.3em;
    }
}
@media all and (max-width: 1600px) {
    html {
        font-size: 18px;
    }
    iframe {
      max-height: 500px;
    }
    smoothscroll {
        visibility: hidden;
    }
    h1 {
      font-size: 1em;
    }
    h4 {
      font-size: 2em;
    }
    h5 {
      font-size: 3em;
    }
}
@media all and (max-width: 945px) {
    html {
        font-size: 18px;
    }
    smoothscroll {
        visibility: hidden;
    }
    h4 {
      font-size: 3em;
    }
    h1 {
      font-size: 1em;
    }
    iframe {
      max-height: 600px;
    }
}
@media all and (max-width: 800px) {
    html {
        font-size: 12px;
        padding: 1.1em;
    }
    smoothscroll {
        visibility: hidden;
    }
    h1 {
      font-size: 1em;
    }
    iframe {
      max-height: 450px;
    }
}
@media all and (max-width: 400px) {
    html {
        font-size: 10px;
        padding: 1.1em;
    }
    smoothscroll {
        visibility: hidden;
    }
    h4 {
      font-size: 2.4em;
      max-width: 8em;
    }
    h5 {
      font-size: 2em;
    }
    iframe {
      max-height: 200px;
    }
}

@media all and (max-width: 320px) {
    html {
        font-size: 1px;
        padding: 1.2em;
    }
    smoothscroll {
        visibility: hidden;
    }
    iframe {
      max-height: 200px;
    }
    h1 {
      font-size: 1em;
    }
}

p {
  color: white;
  font-family: utc;
}
h1 {
  color: white;
  font-family: utc;
}

h2 {
  color: white;
  font-family: utc;
}

h3 {
  color: white;
  font-family: utc;
}

h4 {
  color: white;
  font-family: uhc;
}

h5 {
  color: white;
  font-family: uhc;
}

li{
  color: white;
  font-family: utc;
}

a{
  font-size: 1em;
  color: white;
  font-family: utc;
}

h6 {
  color: white;
  font-family: utc;
}


ul{
  color:rgb(17,17,17);
}

.pagination:hover{
  cursor: none;
}

.page-item:hover{
  cursor: none;
}

.page-link:hover{
  cursor: none;
}

.button-circle-sm:hover{
  cursor: none;
}

.text-link-5:hover{
  cursor: none;
}

.text-link-7:hover{
  cursor: none;
}

.fm-toggle:hover{
  cursor: none;
}

.fm-close:hover{
  cursor: none;
}

.navbar .navbar-brand:hover{
  cursor: none;
  transform: scale(1.25);
  -webkit-transition: ease-out 0.1s;
}

.fab:hover {
  cursor: none;
  transform: scale(1.6);
  -webkit-transition: ease-out 0.1s;
}

.img-circle-md:hover {
  cursor: none;
  transform: scale(1.3);
  -webkit-transition: ease-out 0.3s;
}

.filter.filter-style-4 ul {
  font-family: uhc;
}

.filter.filter-style-4 ul li {
  font-family: uhc;
}

.pagination .page-item {
  margin: 0 6px 0 0;
  text-align: center;
  font-family: uhc;
}

.pagination .page-item:last-child {
  margin-right: 0;
  font-family: utc;
}

.pagination .page-item:first-child {
  margin-left: 0;
  font-family: utc;
}

.cursor {
z-index: 10000;
width: 4px;
height: 4px;
background-color: white;
border-radius: 100%;
position: absolute;
pointer-events: none;
overflow: hidden;
transition: 0.9s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
     cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
user-select: none;
}

.cursor-follower {
  z-index: 10000;
  width: 30px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2) transform,
      cubic-bezier(0.75, -1.27, 0.3, 2) opacity;
  user-select: none;
  transform: translate(6px, -6px);
}

.cursor::before {
    opacity: 0;
}

.cursor.active {
    opacity: 0.15;
    width: 30px;
    height: 30px;
    transform: scale(1.2);
    transform: translate(-18px, -10px);
    pointer-events: none;
    position: absolute;
    transition: all 0.9 ease-out;

}

.cursor.active::before {
    opacity: 1;
}

.cursor-follower.active {
    opacity: 1;
    transform: scale(1.6);
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.2 ease;
}

.cursor.down {
  opacity: 0.2;
  width: 8px;
  height: 8px;
  transform: scale(1.1);
  transform: translate(-8px, 4px);
  pointer-events: none;
  position: absolute;
  transition: all 0.2 ease-out;
}

.cursor-follower.down {
  opacity: 1;
  transform: scale(0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.4 ease;
}

@font-face {
    font-family: 'utc';
    src: url('typo/uni_sans_thin-webfont.woff2') format('woff2'),
         url('typo/uni_sans_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'uhc';
    src: url('typo/uni_sans_heavy-webfont.woff2') format('woff2'),
         url('typo/uni_sans_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#particles-js {
  position: fixed;
  width: auto;
  height: auto;
  z-index: 0;
}
