body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 70px;
}

.navbar-brand-container {
    background-image: url("img/StarCraft_Logo.png"); 
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.navbar .navbar-brand {
    padding-top: 8px; 
    padding-bottom: 8px; 
    margin-right: 0;
    font-size: 24px;
    text-align: center;
}

.navbar-brand img.inline-logo {
    max-height: 50px; 
    margin-bottom: 4px;
}

.navbar-nav-container {
    width: 100%;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
}

.navbar-nav .nav-item {
    text-align: center;
}

main {
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
}

section h2 {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

section h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

.content-grid .card {
    margin-bottom: 24px;
}

.single-image, .card-img-top {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.video-container-custom {
    margin-top: 16px;
}

footer.footer {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #343a40;
    color: white;
    margin-top: auto;
}

hr {
    margin-top: 32px;
    margin-bottom: 32px;
}

.indkep {
    width: 100%;
    height: 300px; 
    object-fit: contain;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.nav-link.active {
    font-weight: bold;
}
.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 1rem;
    padding: 0.5rem 1rem;
    background: #000;
    color: #fff;
    z-index: 1000;
}
a {
    text-decoration: underline;
}
.navbar-nav .nav-link {
    text-decoration: none;
}
