:root {
  --primary: #0f2c59;
  --secondary: #dac0a3;
  --light: white;
}

/* header img */

.img-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 60vh;
  align-items: center;
  background-image: url(../../imgs/labs/laboratory-design.jpg);
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
}

#img-style {
  width: 100%;
  height: 60vh;
  background-color: #00000064;
  position: absolute;
}

.header-img-content {
  z-index: 1;
  text-align: left;
  padding: 20px;
  margin-left: 40px;
  color: var(--light);
}

.header-img-content h1 {
  margin-bottom: 30px;
}
