.bg1 {
	background-color: #24294f;
	background-image: url("../assets/img/bg1.jpg");
  	background-position: center top; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover; /* Resize the background image to cover the entire containertime */
}
