@charset "utf-8";
body {
    background-color: #000000;
    color: #EBEBEB;
    font-family: "Bahnschrift SemiBold Condensed", "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiLight", 'Arial', sans-serif;
}
h1 {
    font-family: "Bahnschrift SemiBold Condensed", "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiLight", 'Arial', sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
    word-spacing: -2px;
    position: fixed;
    top: 0px;
	right: 0;
	margin: 0;
	padding: 10px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
}
h2 {
    font-family: "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiBold Condensed", 'Arial', sans-serif;
    font-weight: lighter;
    letter-spacing: -2px;
	position: fixed;
    right: 10px;
	top: 50px;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-title {
	font-family: "Bahnschrift SemiBold Condensed", "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiLight", 'Arial', sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
    word-spacing: -2px;
    position: fixed;
    top: 0px;
	right: 0;
	margin: 0;
	padding: 10px;
}

.nav-subtitle {
	font-family: "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiBold Condensed", 'Arial', sans-serif;
    font-weight: lighter;
    letter-spacing: -2px;
	position: fixed;
    right: 10px;
	top: 50px;
}

nav {
    font-family: "Bahnschrift SemiBold Condensed", "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiLight", 'Arial', sans-serif;
    letter-spacing: -1px;
    position: fixed;
    top: 3px;
    left: 0;
    margin: 0;
    padding: 10px;
    font-size: 25px;
    text-align: left;
    word-spacing: 8px;
}

.my-navbar {
    background-color: rgba(0, 0, 0, 0.6)!important;
    top: -7px;
	left: 0;
    margin: 0;
    padding: 10px;
}

.my-navbar .navbar-nav .nav-link {
    color: white !important;
    font-family: "Bahnschrift SemiBold Condensed", sans-serif;
    font-size: 28px;
}

.my-navbar .navbar-brand {
    color: white !important;
    font-family: "Bahnschrift SemiBold Condensed", sans-serif;
}

.nav-link {
  position: relative;
  text-decoration: none; /* Remove default underline */	
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 0;
  height: 2px; /* Adjust thickness */
  background-color: currentColor; /* Use text color */
  transition: width 0.4s ease, left 0.4s ease;
}

.nav-link:hover::after {
  width: 84%;
  left: 8.5%;
}

a {
  position: relative;
  text-decoration: none;
  color: white; /* Adjust color as needed */
  font-family: "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiBold Condensed", 'Arial', sans-serif;
  font-weight: lighter;
  letter-spacing: -2px;
}

a:not(:has(img))::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px; /* Thickness of the underline */
  background-color: white; /* Adjust color as needed */
  transition: width 0.3s ease-out, left 0.3s ease-out;
}

a:hover:not(:has(img))::after {
  color: white; /* Change color on hover */
  text-decoration: none; /* Ensure no default underline */
}

a:hover {
  color: white !important;
  text-decoration: none;
}

a:hover::after {
  left: 0;
  width: 100%;
}

@media (max-width: 1200px) {
  .navbar-collapse {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  
  .navbar-collapse.show {
  display: flex;
  flex-direction: column; /* Forces vertical stacking */
  align-items: flex-start;
  visibility: visible;
  max-height: 500px;
}
  
  .navbar-toggler {
    display: block !important;
  }
}

@media (max-width: 900px) {
  .navbar-collapse {
    display: flex;
    flex-direction: column; /* Forces vertical layout */
	background-color: rgba(0, 0, 0, 0.9); /* Black with 90% opacity */
  	padding: 10px; /* Adds some spacing */
  	border-radius: 8px; /* Optional rounded corners */
  }

  .navlistitem {
    float: none;
    display: block;
	width: 100%;
	text-align: left;
  }
}

.row {
  	margin-top: 40px;
	margin-bottom: 20px; /* Adds space between rows */
}

img {
  max-width: 100%; /* Ensures images don’t overflow */
  height: auto;
}

p.heading {
	font-family: "Bahnschrift SemiBold Condensed", "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiLight", 'Arial', sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
    word-spacing: -2px;
	font-size: 35px;
	margin: -2px;
	padding: 0px;
}

p.large-text {
    font-family: "Bahnschrift SemiBold Condensed", 'Arial', sans-serif;
    font-size: 25px; /* Adjusts text size */
    line-height: 22px;
}

p.small-text {
	font-family: "Bahnschrift Light Condensed", 'Arial', sans-serif;
	font-size: 20px; /* Adjusts text size */
	line-height: 20px;
}


.navlist {
    list-style-type: none;
}
.navlistitem {
    float: left;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.image-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, auto));
    gap: 10px;
}

.image-grid img {
    width: 100%;
    height: auto;
    object-fit: contain; /* Keeps full image visible */
}

.explore-updates{
    padding: 20px;
    background-color: transparent; /* Adjust color as needed */
}

.resist-resources{
    padding: 20px;
    background-color: transparent; /* Adjust color as needed */
}

.consume-sell{
	padding: 20px;
    background-color: transparent; /* Adjust color as needed */
}

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

.image-link {
  position: relative;
	display: inline-block;
	overflow: hidden;
}

.image-link img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease, opacity 0.3s ease; /* Smooth hover effect */
}

.image-link:hover .overlay-text {
	opacity: 1;
}

.overlay-text {
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: whitesmoke;
    padding: 10px;
	text-align: center;
    font-family: "Bahnschrift SemiBold Condensed", Bahnschrift, sans-serif;
	letter-spacing: -1px;
	font-size: clamp(2rem, 2vw, 4rem);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.explore-updates img {
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.image-link:hover img {
  transform: scale(1.1); /* Slight zoom */
  opacity: 0.3; /* Slight darkening */
}

footer {
    text-align: right;
    clear: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 99%;
    font-family: "Bahnschrift Light Condensed", Bahnschrift, "Bahnschrift SemiBold Condensed", 'Arial', sans-serif;
    font-weight: lighter;
    color: #434343;
}