@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(45deg, rgb(0, 14, 34) 0%, rgb(0, 11, 36) 100%);
    overflow-y: hidden;
}

canvas {
    display: block;
    vertical-align: bottom;
}

h1 {
    font-size: 3.5em;
}

.abme {
    font-weight: 400;
    font-size: 1.65em;
}

.main {
    position: absolute;
    height: 100%;
    width: 100%;
}

.logo {
    position: absolute;
    height: 100%;
    width: 100%;
}

.secondary {
    margin-top: 17.5%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0, 14, 34) 0%, rgb(0, 11, 36) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.overlay {
    background-image: url("../assets/bg_pylons.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.botbtns {
    display: inline-block;
    position: absolute;
    bottom: -70px;
    right: 10px;
}

.botbtn>img {
    height: 64px;
    width: 64px;
}

.botbtn {
    height: 64px;
    width: 64px;
}

.botbtn.disabled {
    filter: brightness(0.35);
}

.tooltip-inner {
    background-color: red;
}

.tooltip>.arrow::before {
    border-top-color: red;
}

.releases {
    position: absolute;
    display: block;
    top: 50%;
    left: -400px;
    transform: translateY(-50%);
}

.releases>h1 {
    color: #fff;
    animation: glow 1s ease-in-out infinite alternate;
    left: 10px;
}

.releases a {
    color: inherit;
}

.releases a:hover {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #005ce6, 0 0 8px #008ae6, 0 0 10px #0092e6, 0 0 12px #009de6, 0 0 14px #00cbe6;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #e60073;
    }
    to {
        text-shadow: 0 0 10px #fff, 0 0 15px #ff4da6;
    }
}

.release-list {
    font-size: 16pt;
    list-style-type: none;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #0017e6, 0 0 8px #0049e6, 0 0 10px #0077e6, 0 0 12px #008ae6, 0 0 14px #008ae6;
    text-align: left;
}

@media screen and (max-width: 760px) {
    .botbtn {
        height: 48px;
        width: 48px;
    }
    .abme {
        font-size: 1.2em;
    }
    h1 {
        font-size: 2.25em;
    }
    .secondary {
        margin-top: 25%;
    }
    .releases {
        display: none;
    }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
    .secondary {
        margin-top: 1.5%;
    }
}