.fade {
    opacity: 1;
}

.definition {
    color: gray;
}

#logo {
    min-height: 100vh;
    background-color: #141414;
    padding-bottom: 120px;
}

.logo-wrapper{
    z-index: 10;
}


.partner-container.wrapper {
    position: relative;
    height: 75pt;
    line-height: 75pt;
    display: inline-block;
    clear: both;
    background-color: rgba(0, 0, 0, 0.15);
    font-size: 0;
}

.partner-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75pt;
    overflow: hidden;
    overflow-x: auto;
    opacity: 0.9;
    /*background: rgba(255, 255, 255, 0.45);*/
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(10px);*/
    /*border-radius: 10px;*/
    /*border: 1px solid rgba(255, 255, 255, 0.18);*/
}

.btn-grad {
    background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%)
}

.btn-grad {
    margin-bottom: 40px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

a.glass-button {
    display: inline-block;
    padding: 24px 32px;
    border: 0;
    text-decoration: none;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.4s;
    z-index: 1000;

    -webkit-appearance: button;
    -moz-appearance: button;
    /*appearance: button;*/
}

a.glass-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.particles-container {
    min-height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
}

.container-narrow {
    padding: 5%;
}

.margins {
    margin-top: -10%;
}

.date {
    color: #f3f3f3;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}


.description {
    font-weight: 300;
    color: black;
    font-size: 30px;
}

.narrow {
    max-width: 1000px !important;
}


.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}


.scroll-down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white !important;
    border-width: 0px 0 2px 2px !important;
}


@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.fade-in {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 3s ease-out;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 425px) {

}
