body {
  overflow-x: hidden;
  font-family: "Poppins", serif;
  
}

.alignText {
  text-align: center;
}
.bg-img2 {
  background-image: url("../images/DSC_0003copy.jpg");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
  background-attachment: scroll;
  min-height: 450px;

  background-attachment: fixed;
  background-size: cover;
}
.logo {
  position: relative;
  top: 40px;
  background-color: white;
  transition: all .7s;
}

.center {
  display: flex;
  justify-content: center;
}

.navBartext {
  padding-top: 40px;
}
.banner2Text {
  color: white;
  text-align: center;
}
.searchBar {
  background: white;
}

.logo2 {
  -webkit-filter: grayscale(100%);
  filter: brightness(0) invert(1);
}
.footerText {
  color: white;
}
.banner2 {
  background-color: rgb(11, 5, 39);
}
.parallax {
  background-image: url("../images/RAN_7872.JPG");

  min-height: 500px;

  background-attachment: fixed;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.clip-art {
  width: 20%;
}
.navbar {
  /* height: 80px !important; */
}
.dropdown-menu {
  padding-bottom: 20%;
}
.nav-bg {
  background-color: white;
}
.img-footer {
  position: relative;
  top: 400px;
}

/* .logo-size{
  width: 20px;
  height: max-content;
} */