.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.content {
    padding-top: 80px;
}

html, body, .content {
    background-color: #222;
    color: white;
}

.first-section {
    background-color: #2a2a2a;
    height: 70vh;
}

.sub-title {
	color: #eee;
}

.about-section {
    background-color: #2a2a2a;
    height: 40vh;
}

#blog-section > section:nth-child(1) {
	background-color: #2a2a2a;
	height: 40vh;
}

.faq-section {
	background-color: #2a2a2a;
	height: 40vh;
}

.bg-section-0::before {
	background-image: url('/img/bg0.jpg')
}

.bg-section-1::before {
	background-image: url('/img/bg1.jpg')
}

.bg-section-2::before {
	background-image: url('/img/bg2.jpg')
}

.bg-section * {
	z-index: 1 !important;
}

.bg-section::before {
	content: '';
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	height: calc(70vh + 20px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(12px);
	-webkit-filter: blur(12px);
	z-index: 0;
	overflow: hidden;
	clip-path: inset(10px 0px 10px 0px);
}

.bg-section-sm::before {
	height: calc(40vh + 20px) !important;
}

[id] {
	scroll-margin-top: 76px;
}

.q-answer, .about-block {
	color: #ccc;
	font-size: 0.8em;
}

.answer-danger {
	color: #f42;
}

.answer-danger .bold-danger {
	color: #a21;
	font-weight: bold;
}

@media(max-width: 768px) {
	.q-answer, .about-block {
		font-size: 0.5em;
	}
	.navbar-sep {
		border-top: 1px solid #777;
	}

	.dl-bottom {
		width: 40vw;
	}

	.bottom-padder {
		margin-top: 0;
		margin-bottom: 10px;
	}
}

@media(min-width: 768px) {
	.navbar-sep {
		border-left: 1px solid #777;
	}
	.dl-bottom {
		height: 100px;
	}

	.dl-curseforge {
		transform: translateX(4px);
		float: left;
	}

	.dl-modrinth {
		transform: translateX(-4px);
		float: right;
	}

	.bottom-padder {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.dl-bottom {
	padding: 16px;
}

.dl-curseforge {
	border: 2px solid white !important;
	border-radius: 64px !important;
}

.dl-modrinth {
	border: 2px solid gold !important;
	border-radius: 64px !important;
}

.alt-downloads {
	height: 30vh;
}

.about-text {
	font-size: 0.7em;
}

.icon-bluesky {
	transform: translateY(-2px);
}

.btn-custom {
    border-radius: 50px;
    padding: 10px 20px;
    color: black;
}

.btn-download {
	border: 2px solid green;
	background-color: lime;
}

.btn-download:hover {
	border: 2px solid green;
	background-color: #0a0 !important;
	color: black;
}

.btn-feedback {
	border: 2px solid #eee;
	background-color: white;
}

.btn-feedback:hover {
	border: 2px solid #eee;
	background-color: #aaa !important;
	color: black;
}

.alt-lighter {
	background-color: #2a2a2a;
}

.alt-section {
    border-top: 1px solid #999;
    padding: 40px 0;
}

.alt-section {
    font-size: 2.3em;
}

.alt-section img {
    max-width: 100%;
    border: 2px solid #333;
    border-radius: 20px;
}

.carousel-item > img {
    border: none !important;
    border-radius: 0px;
}

#carouselSettings, #carouselSaving {
    border: 2px solid #333;
    border-radius: 20px;
    overflow: hidden;
}

.splash-logo {
	width: 340px;
	margin-bottom: 24px;
}

.blog-content .mobile-content {
	font-size: 0.7em;
}

.ms-notice {
	font-size: 0.95em;
	font-weight: lighter;
	color: #aaa;
}

footer p {
	margin-bottom: 8px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid {
    padding: 0 !important;
}

.mod-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.mod-dropdown {
    background-color: #444 !important;
}

.mod-download {
    color: white !important;
}

.mod-download:hover {
    background-color: #666 !important;
}

.faq-striked {
    text-decoration: line-through;
}

.faq-dot-box {
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px dashed #aaa;
}

.non-link-link {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
}

.non-link-link:hover {
	border-bottom: 1px dashed #ccc;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: #ccc !important;
}

footer a:visited {
	color: white;
}

.about-text .mini-span {
	font-size: 0.95em;
	font-weight: lighter;
}

.about-text .italic-span {
	font-style: italic;
}

.blog-title, .blog-time {
	border: 1px solid black;
	background: #444;
	box-shadow: inset -0.1em -0.1em 0.2em #222, inset 0.1em 0.1em 0.2em #222;
	text-align: center;
}

.blog-time.col-sm-6 p {
	font-size: 0.7em;
}

.blog-title p, .blog-time p {
	margin-bottom: 0px;
}

.blog-time {
	border-left: none;
}

.blog-content {
	/*border: 1px solid black;*/
	font-size: 0.7em;
	background: black;
	border-top: none;
	box-shadow: inset -0.1em -0.1em 0.2em #222, inset 0.1em 0.1em 0.2em #222;
}

/*html,
body {
    height: 100%;
    background: #202428;;
    color: #fffff0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

header {
    background: #333;
    color: white;
    padding: 0 40px;
    flex: 0 0 60px;
    width: 100%;
    border-bottom: 1px solid black;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 35%;
    width: 100%;
}

.logo {
    text-decoration: none;
    color: white;
    height: 60px;
}

.logo > img {
    width: 60px;
    height: 60px;
}

.nav-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.menu {
    position: relative;
}

.menu-item {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

.mod-icon {
    width: 20px;
    height: 20px;
    transform: translateY(5px);
}

.menu-item:hover + .dropdown,
.dropdown:hover {
    display: block;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    padding: 10px;
    border-radius: 5px;
    width: 156px;
    transform: translateX(-28px) translateY(8px);
    z-index: 1;
}

.dropdown a {
    display: block;
    padding: 5px 0;
    color: white;
    text-decoration: none;
}

.dropdown a:hover {
    background-color: #555;
}

.about-link {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
/* First Section Styling * /
.first-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70vh; /* Adjust as needed * /
    text-align: center;
  }
  
  .first-section h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .buttons {
    display: flex;
    gap: 30px;
  }
  
  .btn {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    border: 2px solid white;
    color: #333;
    background-color: white;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .btn:hover {
    background-color: #f5f5f5;
  }
  
  .feedback-btn {
    background-color: white;
  }
  
  .download-btn {
    background-color: white;
  }
  
  /* Alternating Section Styling * /
  .alt-section {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 40vh; /* Adjust as needed * /
    justify-content: space-between;
    border-top: 1px solid black;
  }
  
  .alt-section img {
    width: 100%;
    border: 1px solid #333;
    border-radius: 10px;
  }
  
  .alt-text {
    width: 49%;
    flex: 1;
    text-align: center;
    padding: 0 20px;
    font-size: 2em;
  }

  .alt-image {
    width: 49%;
  }

  .alt-image > img.reverse {
    margin-left: 25vh;
  }

  .alt-image > img {
    height: 35vh;
    width: auto;
  }
  
.content {
    flex: 1;
    padding: 0px;
    overflow-y: auto;
}

.cycle-parent {
    height: 35vh;
    width: 52.4vh;
}

.cycle-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: slideAnimation 9s infinite;
}

.cycle-image:nth-child(1) {
    animation-delay: 0s;
}

.cycle-image:nth-child(2) {
    animation-delay: 3s;
    margin-top: -35vh;
    transform: translateY(-20px);
    margin-bottom: 0px;
}

.cycle-image:nth-child(3) {
    animation-delay: 6s;
    margin-top: -35vh;
    transform: translateY(-40px);
    margin-bottom: 0px;
}

@keyframes slideAnimation {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    33.33% {
        opacity: 1;
    }
    43.33% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

footer {
    background: #303438;
    color: white;
    text-align: center;
    padding: 10px;
    flex: 0 0 40px;
}*/
