#Section1 {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/Great-white-with-swimmer.jpg") center / cover no-repeat, var(--bs-focus-ring-color);
  /*color: var(--bs-navbar-toggler-border-color);*/
  /*border-style: none;*/
  /*opacity: 1;*/
  /*filter: blur(0px) brightness(67%) contrast(116%) sepia(0%);*/
  /*backdrop-filter: opacity(1) blur(0px);
  -webkit-backdrop-filter: opacity(1) blur(0px);*/
  /*transform: rotate(0deg) scale(1);*/
  /*font-size: 30px;*/
  /*font-family: 'Advent Pro', sans-serif;*/
  /*font-weight: bold;*/
}

