html {
  scroll-behavior: smooth;
 }


/*colors*/
.black_background{
	background-color: black;

}

/* center images*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


/* creates large margins*/
.NarrowText{
	margin-left: 15vw;
	margin-right: 15vw;
}


/* Navigation Bar*/
.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}

/* Navigation links */
.navbar a {
  float: left;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  width: 8%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */
}

/* Add a background color on mouse-over */
.navbar a:hover {
  background-color: #000;
}

/* Style the current/active link */
.navbar a.active {
  background-color: rgb(155,0,0);
}

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 1218px) {
  .navbar a {
    float: none;
    display: block;
    width: 93%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}



.listavantages{
	list-style-image: url(bulletpoint.png);
	


}

