/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.3.1
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

body {
	font-family: 'Courier Prime', monospace !important;
	text-align: justify;
}

h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

h3 {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1rem;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

#content {
	padding: 0px !important;
}

#bannerContainer {
	margin: 0px;
	padding: 0px;
}

#vidContainer {
	height: 600px;
	max-width: 800px;
	overflow: hidden;
	padding: 0px;
	margin: 0; 
}

.prod-vid-wrapper {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;

}

.prod-vid-wrapper video, .prod-vid-wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Pulls the center back to the middle */
	min-width: 100%;
	min-height: 100%;
}

#terraVid {
	margin-bottom: 50px;
}

#bannerVideo {
    width: 100%;
    height: 100%; /* Force video to fill container height */
    object-fit: cover; /* Resize to cover area without stretching */
	object-position: center -200px; 
/*     object-position: top; /* Align to the bottom of the video frame */
	  @media (max-width: 991px) {
    & {
		  object-position: top !important;
		}
	}
}


#masthead {
	background: #000 !important;
	color: #fff !important;
	border-bottom: 1px solid #fff;
}

.navbar-brand img {
	width: 200px;
}

/* .offcanvas .nav-link {
	color: #000 !important
} */

.nav-link {
	font-size: 16px;
  color: #fff; /* Default for large screens */

  @media (max-width: 991px) {
    & {
      color: #000 !important; /* Black for small screens */
    }
  }
}

.nav-link:hover, a:hover {
	color: #fff;
	text-decoration: underline;
}

a {
	color: #fff;
	text-decoration: none;
}

.bg-body-tertiary {
	background: none !important;
}

.entry-title {
	display: none;
}

#content, #page {
	background: #000 !important;
	color: #fff !important;
}

h2 {
	padding: 25px 0px;
}

#intro h2 {
	padding-top: 25px;
}

/* .intro-wrapper {
	padding: 25px 0px;
  background-image: url("https://eclectec.net/terrapixel/wp-content/uploads/2026/01/dark-camo.jpg");
  background-repeat: no-repeat;
  background-position: center; 
} */
.intro-wrapper {
  background-size: 100% 100%, 10px 10px, 10px 10px;
  
  background-image: 
    /* Layer 1: Global gradient to black (top to bottom) */
    linear-gradient(to top, transparent, #000),
    /* Layer 2: Horizontal black grid lines */
    linear-gradient(to bottom, #222 1px, transparent 1px),
    /* Layer 3: Vertical black grid lines */
    linear-gradient(to right, #222 1px, transparent 1px);
  
  /* Set the base background color */
  background-color: #000;
  border-bottom: 1px solid #222;

}

.about-wrapper {
  padding: 25px 0px;
  background-image: url("/wp-content/uploads/2026/02/about-background.jpg");
  background-repeat: no-repeat;
  background-position: center; /* Equivalent to center center or 50% 50% */
  background-size: cover; 
}

#footer {
	background: #191717 !important;
	color: #fff !important;
}

#footer h5 {
	text-align: left;	
}

#footer p {
	font-size: 13px;
}

.message-container {
	position: relative;
	margin-bottom: 100px;
}

.message {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 15px;
	width: 100% !important;
}

.message img {
	filter: drop-shadow(2px 2px 3px #000);
}

.message p {
	width: 100%;
	text-align: center;
	filter: drop-shadow(2px 2px 3px #000);
}

p {
	text-align: justify;
}

#TerraBase p, #Products p {
	font-size: .8rem;
	width: 100%;
	margin: 10px 0px;
}

#Products p:first-of-type {
	margin-top: 20px !important;
}

#TerraBase p {
	text-align: center;
}

.pixelated-image {
  width: 200px; /* Or any desired large size */
  height: auto; /* Maintain aspect ratio */
  image-rendering: pixelated;
}

li {
	font-size: 11px;
	margin: 5px 0px;
}

#Products .col-md-4, #TerraBase .col-md-3 {
	margin-bottom: 25px;
}

#About, #Products {
	padding-top: 50px;
}
#About .col-md-6 {
	margin: 25px 0px !important;
	padding: 0px 25px !important;
}

.row {
	margin: 25px 0px;
}

#About .row {
	margin: 0px;
}
/* 
.row {
	padding-top: 25px;
	padding-bottom: 25px;
} */

.wavy {
	width: 400px;
	height: 400px;
 	filter: brightness(120%)
 	border-radius: 50%;
	object-fit: cover;
	animation: rotateAndPulse 20s linear infinite;
}

@keyframes rotateAndPulse {
  0%   { transform: scale(1) rotate(0deg); }
  10%  { transform: scale(1.08) rotate(36deg); 
		filter: brightness(150%) contrast(110%) blur(2px);
  } /* Pulse peaks at 10% of 20s */
  20%  { transform: scale(1) rotate(72deg); }
  60%  { transform: scale(1.08) rotate(216deg); 
	  filter: brightness(150%) contrast(110%) blur(2px);
  }
  70%  { transform: scale(1) rotate(252deg); }
  100% { transform: scale(1) rotate(360deg); }
}

.profile-card {
	background-color: #000;
	border-radius: 25px;
	padding: 10px;
}

.profile-card .title {
	font-size: 13px;
	text-align: left;
}

.bio {
	font-size: 12px;
}

#intro p {
	width: 100%;
} 

#message {
  margin: -40px 0 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  --time: 20s;
	perspective: 900px; 
}

#message h2 {
	width: 100%;
	text-align: center;
	background-color: rgb(0 0 0 / 75%);
	padding: 20px;
	  text-shadow: 
    4px 4px 10px rgba(0, 0, 0, 0.8), 
    4px 4px 20px rgba(0, 0, 0, 0.6),
    4px 4px 30px rgba(0, 0, 0, 0.4);
/* 	font-size: 2.5rem; */
	font-weight: 600 !important;
}

.wrap {
  transform-style: preserve-3d;
  animation: rotate var(--time) infinite linear;
}

.c {
  position: absolute;
  top: 50%; /* Start at horizontal center */
  left: 50%; 
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: cyan; /* Color is randomized in the Sass loop */
  transform: translate(-50%, -50%);
  animation: colorShift 4s ease-in-out infinite alternate;
  z-index: 5;
  transform-style: preserve-3d;
}

@keyframes rotate {
  0% { transform: rotateY(0deg) rotateX(0deg); }
  100% { transform: rotateY(360deg) rotateX(0deg); }
}

@keyframes colorShift {
  0% {
    background: hsl(0 0% 100% / 0.5); /* Cyan */
    box-shadow: 0 0 3px hsl(0 0% 100% / 0.5);
  }
  100% {
    background: hsl(0 0% 100% / 0.05); /* Blue */
    box-shadow: 0 0 3px hsl(0 0% 100% / 0.05);
  }
}

.line-3d {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transform-origin: left center;
  pointer-events: none;
  transform-style: preserve-3d;
}

.linkedin {
	float: right;
}
.linkedin img {
	height: 25px;
}

