@import url("./header.css");
@import url("./nav.css");
@import url("./main.css");
@import url("./contact.css");
@import url("./show.css");
@import url("./costume.css");

body {
  width: auto;
  margin: 0;
  padding: 0;
  background-image: url(../img/bg_photo.jpg), url(../img/bg_texture.jpg);
  background-repeat: no-repeat, repeat;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.border-silver-img img {
  border: 1px solid silver;
  box-shadow: 0px 0px 8px 4px silver;
}

.border-silver-img img:hover {
  box-shadow: 0px 0px 16px 8px silver;
  transition: all 1s ease-out;
}

.border-silver {
  border: 1px solid silver;
  box-shadow: 0px 0px 8px 4px silver;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;