/* CSS for global */

body {
    background: url('https://flask-image.cssnr.com/') no-repeat center fixed;
    background-size: cover;
    overflow-x: hidden;
}

a {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
}
a:hover,
a:focus {
    color: var(--bs-link-hover-color-rgb);
}

#particles-js {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 64px;
    right: 20px;
    z-index: 5;
}

#content-wrapper {
    background: rgba(0 0 0 / 70%);
    filter: drop-shadow(15px 15px 12px #000000);
    backdrop-filter: blur(6px);
    max-width: 800px;
}

.form-control {
    background: rgba(0 0 0 / 50%);
}

.navbar,
.footer {
    background: rgba(0 0 0 / 50%) !important;
    backdrop-filter: blur(6px);
}

@media (max-width: 575px) {
    .nav-icons .nav-link {
        padding-right: 7px;
    }
    .nav-icons .nav-item + .nav-item .nav-link {
        padding-left: 7px;
    }
}

@media (min-width: 576px) {
    footer li + li::before {
        content: '•';
        margin-right: 0.3rem;
    }
}

.hvr-grow-lg,
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover {
    transform: scale(1.1);
}

.hvr-grow-lg:hover {
    transform: scale(1.2);
}
