.navbar-brand img {
    width: 210px;
    margin-left: -5px;
}

@media only screen and (max-width: 768px) {
    .navbar-brand img {
        width: 160px;
        margin-left: 10px;
    }
}

body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
}

.lead {
    font-weight: 400;
}

.header {
    background-color: #f8f9fa;
    padding: 40px 10px;
    display: flex;
    min-height: 60vh;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 40px 10px;
    }
}

.vertical-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

:root {
    --hue: 200;
    --hue-complimentary1: 305;
    --hue-complimentary2: 335;
}

:root {
    --dark-color: hsl(var(--hue), 100%, 9%);
    --light-color: hsl(var(--hue), 95%, 98%);
    --base: hsl(var(--hue), 95%, 50%);
    --complimentary1: hsl(45.66deg 100% 55.69%);
    --complimentary2: hsl(274.94deg 62.2% 50.2%);

    --font-family: "Poppins", system-ui;

    --bg-gradient: linear-gradient(
            to bottom,
            #1f8ef7,
            hsl(274.94deg 62.2% 50.2%)
    );
}

.gradient {
    background: var(--bg-gradient);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-family);
    color: var(--dark-color);
}

.orb-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.overlay {
    width: 100%;
    max-width: 1320px;
    margin: 20px auto;
    margin-top: 10px;
    padding: 6rem;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

@media only screen and (max-width: 768px) {
    .overlay {
        flex-direction: column;
        border-radius: 0;
    }
}

.overlay__title {
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 2rem;
}

.text-gradient {
    background-image: linear-gradient(
            45deg,
            var(--base) 25%,
            var(--complimentary2)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.overlay__description {
    margin-bottom: 3rem;
}

.overlay__btns {
    width: 100%;
    max-width: 30rem;
    display: flex;
}

.overlay__btn {
    width: 50%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--light-color);
    background: var(--dark-color);
    border: none;
    border-radius: 0.5rem;
    transition: transform 150ms ease;
    outline-color: hsl(var(--hue), 95%, 50%);
}

.overlay__btn:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.overlay__btn--transparent {
    background: transparent;
    color: var(--dark-color);
    border: 2px solid var(--dark-color);
    border-width: 2px;
    margin-right: 0.75rem;
}

.overlay__btn-emoji {
    margin-left: 0.375rem;
}

a.btn-black {
    text-decoration: none;
    color: white;
}

a.btn-blue {
    background: linear-gradient(45deg, #1f8ef7, #8d31cf);
    text-decoration: none;
    color: white;
}

/* Not too many browser support this yet but it's good to add! */
@media (prefers-contrast: high) {
    .orb-canvas {
        display: none;
    }
}

@media only screen and (max-width: 1140px) {
    .overlay {
        padding: 8rem 4rem;
    }
}

@media only screen and (max-width: 840px) {
    .overlay {
        padding: 4rem;
        height: auto;
    }

    .overlay__title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .overlay__description {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .overlay {
        padding: 1.5rem;
    }

    .overlay__btns {
        flex-wrap: wrap;
    }

    .overlay__btn {
        width: 100%;
        font-size: 0.75rem;
        margin-right: 0;
    }

    .overlay__btn:first-child {
        margin-bottom: 1rem;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-blue);
}

#features {
    margin-top: 60px;
}

.center-margin {
    margin: 0 auto;
}

.q-content {
    padding: 20px;
}


.queue p {
    font-size: .9rem;
}

.queue-card {
    background: white;
    box-shadow: 0 0.75rem 10rem 3px rgb(0 170 255 / 47%);
    border-radius: .8rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.queue .label {
    background: black;
    width: 100%;
    display: block;
    color: white;
    font-weight: 500;
    text-align: center;
    border-radius: 100px;
}

.q-info p {
    background: #e0edff;
    padding: 20px;
    line-height: 18px !important;
    font-size: 14px !important;
    color: #0d6efd;
    margin-top: 30px;
}

.queue img {
    padding: 20px;
}

.overlay {
    background: linear-gradient(to bottom right, #000000, #003567);
}

.text-gradient-light {
    background-image: linear-gradient(45deg, hsl(200deg 100% 56.18%) 25%, hsl(274.94deg 100% 66.97%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.overlay__inner {
    color: white;
}

.shadow-card {
    background: white;
    box-shadow: 0 1rem 2rem 0px rgb(203 203 203 / 47%);
    border-radius: .8rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 50px;
}

@media only screen and (max-width: 768px) {
    .shadow-card {
        padding: 10px;
    }
}
