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

a, 
a div,
a svg{
  cursor: pointer;
}

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

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

.splash-subtitle,
.splash-content {
  color: white;
  margin-top:60px;
}

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

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

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

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

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

.feature-card-1 {
  background-image: url("../res/aimon/aimon-usecase-1.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: color;
}

.feature-card-2 {
  background-image: url("../res/aimon/aimon-usecase-2.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: color;
}

.feature-card-3 {
  background-image: url("../res/aimon/aimon-usecase-3.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: color;
}

.feature-card-4 {
  background-image: url("../res/aimon/aimon-usecase-4.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-blend-mode: color;
}

.deployment-container {
  /* The image used */
  background: #000;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 100px;
}

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

.deployment-container .section-content,
.aimon_for_you-container .section-content {
  font-size: 24px;
}

.aimon_for_you-container {
  /* The image used */
  /* background: var(--background-image-url); */
  background-color: #000;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
}

.aimon_for_you-card a {
  text-decoration: none;
}

.aimon_for_you-card .icon {
  color: white;
  margin-bottom: 10px;
}

.overview-card,
.overview-card *{
  cursor: pointer;
}

.aimon_for_you-grid{
  margin-top: 20px;
}

.aimon_for_you-card:hover .overview-card{
  border:1px solid var(--main-font-color)
}

.aimon_for_you-card .title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  /* margin-bottom: 25px;
  border: 2.5px solid var(--main-font-color);
  padding: 10px 20px;
  border-radius: 30px; */
}

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

/* .overview-card {
  height: 100%;
  background: #353939;
  border-radius: 15px;
  color: white;
} */

@media (max-width: 1200px) {

  /** Mobile and tablet, equivalent to Bootstrap "md" */
  .aimon_for_you-container ul {
    list-style-position: inside;
    /* list-style-type: none; */
    margin: 30px;
    padding: 0;
  }

  .aimon_for_you-card {
    margin-bottom: 25px;
  }

  .aimon_for_you-card .title {
    font-size: 18px;
  }

  .aimon_for_you-card .content {
    font-size: 16px;
  }

  .deployment-container {
    padding-top: 50px;
  }

  .aimon_for_you-container {
    padding-top: 50px;
  }

  .splash-title {
    margin-top: 100px;
  }
}