/* Make navbar transparent on showcase page to overlay hero */
.showcase .navbar.is-dark {
    background-color: transparent !important;
    box-shadow: none !important;
}

.showcase .navbar.is-dark .navbar-brand,
.showcase .navbar.is-dark .navbar-menu {
    background-color: transparent !important;
}

/* When scrolled, add semi-transparent background */
.showcase .navbar.is-dark.navbar-scrolled {
    background-color: rgba(34, 34, 34, 0.65) !important;
}

/* Remove any top spacing above hero on showcase page */
body:has(.showcase .intro-header) {
    padding-top: 0 !important;
}

.intro-header {
    margin-top: 0 !important;
    padding-top: 0;
    padding-bottom: 50px;
    background: #060606 url('/static/img/dreams-are-free-banner-wide.webp') no-repeat center center;
}

.intro-message {
    position: relative;
    padding-bottom: 10%;
    padding-top: calc(18% + 60px); /* Account for navbar height */
}

.intro-message > h1,
.intro-message > h2 {
    color: white;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}

.submit-creation {
    margin-top: 50px;
}

.submit-creation .lead {
    font-weight: 300;
}

.submit-creation-button {
    text-align: center;
}

.submit-creation h3 {
    text-align: center;
}

.showcase .submissions {
    margin-top: 20px;
}

.showcase .submissions .well,
.showcase .submissions .box {
    background: #111;
    border: none;
    color: #ccc;
}

.showcase .submissions .image {
    text-align: center;
}

.showcase .submissions img {
    width: 250px;
    display: inline-block;
}

.showcase .submissions a {
    font-size: 18px;
    font-weight: 300;
    color: #5bc0de; /* Info-blue / lite access color */
}

.showcase .submissions a:hover {
    color: #46b8da; /* Slightly lighter on hover */
}

/* Style all links in showcase page with lite access color */
.showcase a:not(.button):not(.navbar-item):not(.delete) {
    color: #5bc0de; /* Info-blue / lite access color */
}

.showcase a:not(.button):not(.navbar-item):not(.delete):hover {
    color: #46b8da; /* Slightly lighter on hover */
}

.showcase .submissions .description {
    margin-top: 5px;
    font-weight: 300;
    line-height: 1.75em;
    font-size: 15px;
}