body{
	background-color: rgba(248,248,248,0.47);
	font-family: 'Nunito', sans-serif;
}
html {
  scroll-behavior: smooth;
}
.navbar-wrapper {
      position: relative;
    }

    .navbar {
      position: absolute;
      top: 0;
      z-index: 10;
      width: 100%;
    }
@media screen and (min-width: 300px) and (max-width: 700px) {  
	.car1 {
		min-height: 90vh !important;
		background-image: linear-gradient( rgba(30,29,29,0.49), rgba(0, 0, 0, 0)), url('img/bg1.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media screen and (min-width: 701px) and (max-width: 40000px) {  
	.car1 {
		min-height: 90vh !important;
		background-image: linear-gradient( rgba(30,29,29,0.49), rgba(0, 0, 0, 0)), url('img/bg1.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.car2 {
		min-height: 90vh !important;
		background-image: url('img/bg2.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
