:root {
  background: black;
  --background-darken: 0.6;
  --background-image-url: url('../res/pattern.jpeg');
}

a {
  cursor: pointer;
}

/* .splash {
  background: var(--background-image-url);
  background-color: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100vh;
  text-align: center;
  width: 100%;
  filter: brightness(120%);
}

.splash-title {
  color: var(--main-font-color);
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}

.splash-subtitle,
.splash-content {
  color: white;
}

.splash-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}

.splash-content {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
} */

.use_cases-container {
  background-color: black;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}

.use_cases-card {
  margin-bottom: 40px;
  min-height: 40vh;
}

.use_cases-card-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}

.use_cases-card-content {
  font-size: 24px;
}

.use_cases-card-1 {
  background-image: url("../res/aimon-industries/aimon-telco-1.png");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: color;
}

.use_cases-card-2 {
  background-image: url("../res/aimon-industries/aimon-telco-2.png");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: color;
}

.features-container .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.features-container .section-content {
  font-size: 24px;
}

.features-container {
  /* The image used */
  /* background: var(--background-image-url); */
  background-color: #353939;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 25px;
  min-height: 50vh;
}

.features-card {
  margin-bottom: 50px;
}

.features-card .icon {
  color: white;
  margin-bottom: 25px;
}

.features-card .title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.features-card .content {
  color: white;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 25px;
}

.features-container hr.header-line {
  /** Override default style, remove additional margin */
  margin-top: 0px;
  margin-bottom: 50px;
  border-color: white;
}

.features-2-container {
  /* The image used */
  background: #000;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 25px;
  min-height: 50vh;
}

.features-2-container .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.features-2-container .section-content {
  font-size: 24px;
}

.features-2-container ul {
  color: var(--normal-font-color);
}

.features-2-container .features-2-list ul {
  font-size: 18px;
}

.features-2-footer {
  color: var(--normal-font-color);
}

.product-rages-table tr>td,
.product-rages-table tr>th {
  color: var(--normal-font-color);
  font-size: 18px;
}

.product-rages-table tbody>tr,
.product-rages-table tbody>tr>td {
  background-color: #353939;
  border-color: #B9B9B9;
}

.product-rages-table thead>tr,
.product-rages-table thead>tr>th,
.product-rages-table tbody>tr>th[scope="row"] {
  background-color: #000;
  border-color: #B9B9B9;
}

@media (max-width: 1200px) {

  /** Mobile and tablet, equivalent to Bootstrap "md" */
  .use_cases-container {
    padding-top: 40px;
  }

  .use_cases-card-container {
    padding: 25px;
  }

  .features-container ul {
    margin: 0;
    padding: 15px;
  }

  .features-card {
    margin-bottom: 50px;
  }

  .features-container {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .features-2-container-row>div {
    margin-bottom: 50px;
  }

  .features-2-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}