.sticky-wrapper {
    height: 0 !important
}
.logo-wrapper {
    text-align: center;
}
.logo-wrapper img {
    width:35vw;
}
#particle-js, canvas {
    position: absolute;
    height: 100vh !important;
    width: 100vw !important;
    top: 0;
    left: 0;
    z-index: -1;
}
.text-center {
    text-align: center !important
}

.btn-home {
    padding: 5px 15px !important;
    margin-top:40px;
    /* background-color: transparent !important; */
    /* color: #073c5c !important; */
}

.desktop { display: block };
.mobile  { display: none  };
