body {
  background: rgb(0,0,0);
  color: rgb(255,255,255);
}

.para2 {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  padding: 5px;
  color: rgb(150,150,150);
}

.para1 {
  font-size: 35px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  color: rgb(150,150,150);
}

#Novarehead1 {
  font-size: 35px;
  color: rgb(255,255,255);
  font-family: Montserrat, sans-serif;
  padding: 20px;
  font-weight: bold;
}

#Novarehead2 {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

nav {
}

@media (min-width: 300px) {
  #NovareSec1 {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/background1_mobile.jpg") center / cover no-repeat;
  }
}

@media (min-width: 900px) {
  #NovareSec1 {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/background1.jpg") center / cover no-repeat;
  }
}

.footer-basic {
}

.copyright {
}

.solutionsHeading {
  color: rgb(255, 255, 255);
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.para1_solutions {
}

.para2_solutions {
}

