:root {
  --bg-color: #000000; /* light gray example */
  --font-primary-color:#ffffff;
  --font-color-red:#981310;
  --font-primary: 'Source Sans Pro', sans-serif;
}


.omega-bg{
    background-color: var(--bg-color);
}
.navbar-bg {
  background-color: var(--bg-color) !important;
}
.navbar-brand{
  width: 220px;
}
.navbar-brand img{
  width: 100%;
}
.navbar .nav-link {
  color: var(--font-primary-color) !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.navbar .nav-icon {
  display: block;
  width: 40px;    /* adjust size */
  height: auto;
}
.navbar .nav-item {
  margin-left: 15px;   /* space to the left of each item */
  margin-right: 15px;  /* space to the right of each item */
}

/* HERO SECTION */
.hero {
  position: relative;
  margin-top: -50px;   
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;         /* Small padding for mobile */
}

.hero-text {
  font-family: 'Source Sans Pro', sans-serif;
  color: var(--font-primary-color);
  font-size: 2.5rem;
  font-weight: bold;
}

/* Hero image */
.hero-image {
  max-width: 500px;
  height: auto;
  margin-top: -14px;
}
#home{
  background-image: url("../img/home-background-effect.png");
  background-repeat: no-repeat; 
  background-position: center;
}
#about{
  background-image: url("../img/about-background-effect.png");
  background-repeat: no-repeat;
  background-position: center;
}
#products{
  background-image: url("../img/about-background-effect.png");
  background-repeat: no-repeat;
  background-position: center;
}
.container {
  padding-left: calc(var(--bs-gutter-x) + 50px);
  padding-right: calc(var(--bs-gutter-x) + 50px);
}
section {
      min-height: 100vh;
      padding: 100px 20px;
      scroll-margin-top: 70px;
}
html {
      scroll-behavior: smooth;
}
.vertical-bar{
  width: 4px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero {
    margin-top: 0;
  }
  .hero-text {
    font-size: 2rem;
  }
}

.middle-image{
  width: 200px;
}

.secondary-heading{
  color: var(--font-primary-color);
  font-weight: bold;
}
.secondary-heading-red{
  color: var(--font-color-red);
  white-space: nowrap;
  font-size: 12px;
  margin-top: 25px;
}
.about-hero-p{
  color: var(--font-primary-color);
}
.about-hero-p-red{
  color: var(--font-color-red);
  text-align: center;
}
.about-hero-p-italic{
  color: var(--font-primary-color);
  font-style: italic;
}
ul{
  color: var(--font-primary-color);
  font-size: 12px;
}
.bottom-title{
  color: var(--font-color-red);
  white-space: nowrap;
}
.product-images{
  width: 100%;
}
h2,h1{
  margin-left: 10px;
  margin-right: 10px;
}
.snowflake-image{
  width: 40px;
}
ul{
  font-size: 14px;
}
.list-heading{
  padding-top: 5px;
}