#body {
    background-image: linear-gradient(#222, #000);
    color: #725ac1;
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: 100vh;
    font-family: "Georama", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
    color: #eee;
    font-family: "Spectral SC", serif;
    font-weight: 600;
    font-style: normal;
}

.navbar {
    color: #fff;
    font-family: "Spectral SC", serif;
    font-weight: 600;
    font-style: normal;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.nav-item {
    padding: 0px 20px;
}

.nav-link,
.nav-link:focus {
    color: #fff;
}

.nav-link:hover, .nav-link:active {
    color: #725ac1;
    transition: .3s;
}

#adminMenu .nav-item {
    padding: 0px 30px;
    margin-left: -20px;
    margin-right: -10px;
    border-bottom: #000 1px solid;
}

#adminMenu .nav-link {
    padding: 20px;
    font-size: 115%;
}

#adminMenu .nav-item:first-of-type {
    border-top: #000 1px solid;
}

#adminMenu .nav-item:hover {
    background-color: #111;
}

.hs-button {
    background-color: #725ac1 !important;
    border-color: #222 !important;
    color: white !important;
}

.hs-button:hover {
    background-color: #725ac1b4 !important;
    border-color: #222 !important;
    color: white !important;
}

.footer {
    padding: 20px;
    background-color: #000;
    border-top: 1px solid #444;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;

}

.footer .text-muted {
    color: #aaa !important;
}

.footer a {
    color: #725ac1;
    text-decoration: none;
}

.btn-base {
    background-color: #725ac1 !important;
    border-color: #222 !important;
    color: white !important;
}

#adminMenu {
    background-color: #121212;
}

#adminMenu a {
    color: #725ac1;
}

#adminMenu a:hover {
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.super-lead {
    font-size: 395%;
    font-weight: 600;
    font-style: normal;
}

.index-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-section:first-of-type {
    margin-top: -100px;
}

.index-section:last-of-type {
    margin-bottom: -50px;
}

.index-section#first {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url("https://base-software.dk/media/globe.webp");
    background-size: cover;
    background-position: right;
    color: #fff;
    border-bottom: #725ac1 5px solid;
}

.index-section#second {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.95) 100%
    ),
    url("https://base-software.dk/media/news.jpg");
    background-size: cover;
    background-position: right;
    color: #fff;
    border-bottom: #725ac1 5px solid;
}

.index-section#third {
     background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.95) 100%
    ),
    url("https://base-software.dk/media/starry.jpg");
    background-size: cover;
    background-position: right;
    color: #fff;
    border-bottom: #725ac1 5px solid;
}

.pop {
    color: #725ac1
}

.card-img-top {
    max-height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

.quite {
    color: #aaa;
    font-size: 90%;
    font-style: italic;
}

.post-image {
    max-height: 35vh;
    object-fit: cover;
    width: 100%;
}

.post-image-small {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
}

.post-content {
    color: #fff;
}

.news-card {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 10px;
    margin-bottom: 20px;
    color: white;
}

.news-card .card-title {
    color: #725ac1;
}