.unselectable {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -ms-user-select: none;
}

.navbar a,
.router-link-exact-active.navButton {
  position: relative;
}

.navbar a:hover,
.navbar a.isActive,
.router-link-exact-active.navButton {
  background-color: #19325B;
  color: #ffffff!important;
}

.gradient-horizontal-YB{
  background: var(--Linear, linear-gradient(90deg, #FFD211 0%, #00CEAE 60%, #005EEA 100%));
}
.gradient-vertical-YB{
  background: var(--Linear, linear-gradient(180deg, #FFD211 0%, #00CEAE 60%, #005EEA 100%));
}



@media (max-width: 960px) {
  ._m2300dButton div {
    transform-origin: 50% 50% !important;
  }
  ._m2300dLinks div{
    width:100%;
    text-align: center;
  }

  .isOpen ._m2300dButton div:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .isOpen ._m2300dButton div:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg) !important;
  }

}

@media (min-width: 961px){
.hrGroup .hrItem:nth-child(even){
  flex-direction: row-reverse;
}
.hrGroup .hrItem:nth-child(even) .thumb{
  margin-right: 0;
  margin-left: -130px;
}
.hrGroup .hrItem:nth-child(even) .content > h4{
  padding-left: 0px;
  padding-right: 140px;
  text-align: right;
}

.hrGroup .hrItem:nth-child(even) .content > h4{
  transform: skewX(20deg)!important;
}
.hrGroup .hrItem:nth-child(even) .content > h4 span{
  transform: skewX(-20deg)!important;
}

.hrGroup .hrItem:nth-child(even) .content > div{
  margin-left: auto;
  padding-left: 35px;
  padding-right: 140px;
}
.hrGroup .hrItem:nth-child(even) .content .title{
  text-align: right;
}

.hrGroup .hrItem:nth-child(even) .content > div .hr{
  margin-left: auto;
}
}

@media (max-width: 768px){
  #tech{
    background-image: url()!important;
  }
}

@media (min-width: 769px) {
  .aboutWrap .aboutItem:nth-child(1),
  .cardWrap .cardItem:nth-child(1){
    animation-delay: 100ms !important;
  }

  .aboutWrap .aboutItem:nth-child(2),
  .cardWrap .cardItem:nth-child(2){
    animation-delay: 200ms !important;
  }

  .aboutWrap .aboutItem:nth-child(3),
  .cardWrap .cardItem:nth-child(3){
    animation-delay: 300ms !important;
  }

  .aboutWrap .aboutItem:nth-child(4),
  .cardWrap .cardItem:nth-child(4){
    animation-delay: 400ms !important;
  }

  .aboutWrap .aboutItem:nth-child(5),
  .cardWrap .cardItem:nth-child(5){
    animation-delay: 500ms !important;
  }
}