*, *::before, *::after { box-sizing:border-box }



body {
  /* font-family: 'Nunito', sans-serif; */
  font-family: 'Ubuntu', sans-serif;
}

.hero-body{
  padding-bottom: 1rem;
}

.title-index{
  margin-top: 0.5rem !important;
}

.footer{
  /* font-family: 'Bebas Neue', sans-serif; */
  --bulma-footer-padding: 3rem 1.5rem 3rem;
}




/*START DARK MODE TOGGLE*/
/*.theme-light{*/

/*  -webkit-transition: all 0.5s linear;*/
/*    -moz-transition: all 0.5s linear;*/
/*    -o-transition: all 0.5s linear;*/
/*    transition: all 0.5s linear;*/
/*}*/

/*.theme-dark{*/
/*  -webkit-transition: all 0.3s linear;*/
/*    -moz-transition: all 0.3s linear;*/
/*    -o-transition: all 0.3s linear;*/
/*    transition: all 0.3s linear;*/
/*}*/


.theme-switch-wrapper {
  display: flex;
  align-items: center;

  em {
    margin-left: 10px;
    font-size: 1rem;
  }
}
.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #4156f5;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.theme-switch-wrapper > p {
  margin-left: 0.5rem;
}



/*END DARK MODE TOGGLE*/




/*hover links*/
.nice_hover a {
  color: inherit;
  text-decoration: none;
}

.nice_hover a {

  padding-bottom: 0.4rem;
  background:
    linear-gradient(
      to right,
      rgb(65, 86, 245),
      rgba(100, 200, 200, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.nice_hover a:hover {
  background-size: 0 3px, 100% 3px;
}





/*max-width: 100%; width: auto on the .image img cs*/

.image img {
  max-width: 100%;
  width: auto;
}


nav.navbar {
  /* height: 6rem !important; */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .1rem;
}

:root {
  ::-webkit-scrollbar {
    height: 10px;
    width: 10px
  }

  ::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 6px
  }

  ::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 6px
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #c4c4c4
  }
}

::selection {
  color: lavender;
  background-color: black;
}



/* .navbar-text {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}



body {
	margin:0;
  background:#252526 !important;
}


.ball {

  --delay:0s;
  --size:0.4;
  --speed: 20s;

  aspect-ratio:1;
  width:calc( 150% * var(--size) );

  background: linear-gradient(259.53deg, #0A3FFF 6.53%, #F55F0A 95.34%);
  filter:blur( 10vw );

  border-radius:50%;

  position:absolute;
  top:0;
  left:0;

  animation: loop var(--speed) infinite linear;
  animation-delay: var(--delay);
  transform-origin: 50% 50%;

  opacity:0.6;
}

@keyframes loop {
  0% { transform: translate3D( 0%, 51%, 0 ) rotate(0deg); }
  5% { transform: translate3D( 8%, 31%, 0 ) rotate(18deg); }
  10% { transform: translate3D( 22%, 13%, 0 ) rotate(36deg); }
  15% { transform: translate3D( 40%, 2%, 0 ) rotate(54deg); }
  20% { transform: translate3D( 46%, 21%, 0 ) rotate(72deg); }
  25% { transform: translate3D( 50%, 47%, 0 ) rotate(90deg); }
  30% { transform: translate3D( 53%, 80%, 0 ) rotate(108deg); }
  35% { transform: translate3D( 59%, 98%, 0 ) rotate(125deg); }
  40% { transform: translate3D( 84%, 89%, 0 ) rotate(144deg); }
  45% { transform: translate3D( 92%, 68%, 0 ) rotate(162deg); }
  50% { transform: translate3D( 99%, 47%, 0 ) rotate(180deg); }
  55% { transform: translate3D( 97%, 21%, 0 ) rotate(198deg); }
  60% { transform: translate3D( 80%, 7%, 0 ) rotate(216deg); }
  65% { transform: translate3D( 68%, 25%, 0 ) rotate(234deg); }
  70% { transform: translate3D( 59%, 41%, 0 ) rotate(251deg); }
  75% { transform: translate3D( 50%, 63%, 0 ) rotate(270deg); }
  80% { transform: translate3D( 38%, 78%, 0 ) rotate(288deg); }
  85% { transform: translate3D( 21%, 92%, 0 ) rotate(306deg); }
  90% { transform: translate3D( 3%, 79%, 0 ) rotate(324deg); }
  100% { transform: translate3D( 0%, 51%, 0 ) rotate(360deg); }

}

.glow-container {
  overflow-x:hidden;
  overflow-y: hidden;
  position:fixed;

  width:100%;
  min-height:100vh;
}


.scroll{
  overflow-y: auto !important;
} */
/*
.hero-body{
  max-height:1500px;
} */
