.full {
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
html,body { height: 100%; }

.no-overflow {
    overflow: hidden;
}

#player {
    pointer-events: none;
    width: calc(100% + 400px);
    margin-left: -200px;
}
.sticky-top {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
}
.go-down {
    position: absolute;
    bottom: 10px;
    text-align: center;
}
a.fb:hover{
    color: #4267b2 !important;
}
a.instagram:hover{
    color: #bc1888 !important;
}
a.twitter:hover{
    color : #55acee !important;
}
a.soundcloud:hover{
    color: #f4730e !important;
}
a.youtube:hover{
    color : #FF0000 !important;
}
#loader{
    width: 100%;
    min-width: 100%;
    height:100%;
    min-height:100%;
    background: #0b0b0b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    transition: opacity 2s linear;
    text-align:  center;
    pointer-events: none;
    touch-action: none;
}

.loader-img{
    margin-top: 150px;
    opacity: 1;
    animation: fade 2s linear infinite;
}

.elementToFadeInAndOut {

}


@keyframes fade {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
}
.margin-110{
    margin-left: 110px;
}
.py-7{
    padding-top : 7rem !important;
    padding-bottom : 7rem !important;
}
