html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    /* background-color: #0d0d0e; */
    font-family: 'Roboto', sans-serif;
}

.bgss {
  background-image: url('../img/cover-overlay_flat.webp');
  margin-top: 50px;
  height: 50vh;   /* You must set a specified height */
  background-position: center;   /* Center the image*/
  background-repeat: no-repeat;   /* Do not repeat the image*/
  background-size: cover;   /* Resize the background image to cover the entire container*/
  color: white;
} 

.bgdb {
  background-color: #040b13;

}

#darknav {
  background-color: #040b13 !important;
}

.bglb {
background-color: #171c31 !important;
}

.bgllb {
  background-color: #322b83 !important;
}
.bgss2 {
  background-image: url('../img/exec-headerx1500.webp');
  margin-top: 50px;
  height: 50vh;   /* You must set a specified height */
  background-position: center;   /* Center the image*/
  background-repeat: no-repeat;   /* Do not repeat the image*/
  background-size: cover;   /* Resize the background image to cover the entire container*/
  color: white;
} 

.bgss3 {
  background-image: url('../img/cover4.webp');
  margin-top: 50px;
  height: 50vh;   /* You must set a specified height */
  background-position: center;   /* Center the image*/
  background-repeat: no-repeat;   /* Do not repeat the image*/
  background-size: cover;   /* Resize the background image to cover the entire container*/
  color: white;
} 

/* .bbottom {
  position: absolute;
  bottom: 0 !important;
} */

.nodecor {
  text-decoration: none;
}