
.pinboard, .element {
  cursor: url("../../custom-cursor/koi-fish-animated-cursor-4-32x32.png"), auto !important;
}

body.overview {
    background: linear-gradient(270deg, #73ffc8, #7392ff);
    background-size: 400% 400%;
    height: 100%;
    -webkit-animation: AnimationName 50s ease infinite;
    -moz-animation: AnimationName 50s ease infinite;
    animation: AnimationName 50s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    0%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.pinboard {
    background: none;
}

.pinboard:first-child .row {
    align-items: end;
}

.pinboard:not(:first-child) .row {
    background: linear-gradient(45deg, #73ffc8, #7392ff);
    background-size: 400% 400%;
    height: 100%;
    -webkit-animation: AnimationName 50s ease infinite;
    -moz-animation: AnimationName 50s ease infinite;
    animation: AnimationName 50s ease infinite;
    margin: 0 !important;
    padding: 24px 12px  2px !important;
}

div.backgrounds:hover, div.backgrounds:focus {
    filter: invert(23%) sepia(57%) saturate(5000%) hue-rotate(293deg) brightness(100%) contrast(96%);
}

body.overview hr {
  display: none;
}

