/* Banner */
.banner {
  background-image: url("../media/home/banner_image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;

  justify-content: center;
}

/* Banner text */
.banner p {
  font-size: 1.5rem;
  margin: 0;
}


.banner-instructions {
  padding-top: 700px;
}

@media (max-height: 1400px){
.banner-instructions {
  padding-top: 950px;
}
}


@media (max-height: 1024px){
.banner-instructions {
  padding-top: 700px;
}
}


@media (max-height: 991px) {
.banner-instructions {
  padding-top: 620px;
}
}


@media (max-height: 850px) {
.banner-instructions {
  padding-top: 560px;
}
}


@media (max-height: 38px) {
.banner-instructions {
  padding-top: 500px;
}
}

@media (max-height: 38px) {
.banner-instructions {
  padding-top: 500px;
}
}





/*Buttons*/

.enter-shop-btn {
  display: inline-block;
  margin: 20px 0 10px;
  padding: 8px 40px;
  font-size: 1.5rem;
  color: black;
  background: white;
  border: 3px solid red;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.enter-shop-btn:hover {
  background-color: white;
  color: black;
  box-shadow: 0 0 20px red;
}
