* {
  font-family: "Instruments Sans", sans-serif;
  color: #d6d2cd;
}

body {
  background-color: #191b1e;
  overflow: hidden;
}

body {
  /* For Safari and Chrome */
  -webkit-font-smoothing: antialiased;

  /* For Firefox */
  -moz-osx-font-smoothing: grayscale;
}

.head {
  position: relative;
  z-index: 1;
}

.top {
  height: 400px;
  width: 100vw;
}
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 30px;
  color: white;
  position: absolute;
  width: 100vw;
  left: 0px;
  z-index: 99;
}

.youtube,
.twitter,
.Insta,
.Facebook {
  width: 20px;
  margin-right: 30px;
}
.youtube:hover,
.twitter:hover,
.Insta:hover,
.Facebook:hover {
  color: rgb(255, 255, 145);
  transition: 1s;
  cursor: pointer;
}
.youtube {
  width: 30px;
  margin-left: 15px;
}
.Insta {
  width: 40px;
}

.twitter {
  /* margin-right: 200px; */
  margin-left: 15px;
}

.right,
.left {
  align-items: center;
}
/*.left {
   margin-left: 150px; 
}*/

.Background1 {
  position: relative;
}

.home,
.shop,
.about,
.contact {
  margin-right: 25px;
  font-family: "Instruments Sans", sans-serif;
  text-decoration: none;
}

.home:hover,
.shop:hover,
.about:hover,
.contact:hover {
  color: rgb(255, 255, 145);
  transition: 1s;
  cursor: pointer;
}

.image1 {
  width: 100vw;
  height: 775px;
  margin: 0;
  padding: 0;
  z-index: 2;
  object-fit: cover;
}

.B1Text {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 275px;
  align-items: center;
  justify-items: center;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
}

.Welcome {
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
}

.Discover1,
.Discover2 {
  color: white;
  font-size: 70px;
}

.Shop1 {
  margin-top: 50px;
  align-self: center;
  padding: 15px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 15px;
  border-radius: 50px;
  border: none;
  color: white;
  background-color: olivedrab;
  font-weight: 500;
}

.Shop1:hover {
  background-color: rgb(72, 97, 23);
  transition: 0.25s;
}

@media (max-width: 768px) {
  .home,
  .shop,
  .about,
  .contact,
  .twitter,
  .Insta,
  .youtube,
  .Facebook,
  .right {
    display: none;
  }
}
