/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
html, body {
  margin: 0;
}

html {
  background: white;
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  background-image: url(../images/menu_br.png), url(../images/menu_tl.png);
  background-position: right bottom, left top;
  background-size: auto 50%, auto 50%;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
body .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
body .wrapper .logo {
  width: 100%;
  height: auto;
}
body .wrapper .flags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  align-items: center;
}
body .wrapper .flags .flag {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 10px;
  text-align: center;
}
body .wrapper .flags .flag img {
  max-width: 100%;
  border: solid 2px #d3d3d3;
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
body .wrapper .flags .flag p {
  max-width: 100%;
}
body .wrapper a {
  width: auto;
  margin: 0 auto;
  color: black;
  text-decoration: none;
}
body .wrapper a .wine-card {
  backdrop-filter: blur(50%);
  border: #d3d3d3 solid 1px;
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
body .wrapper a span {
  padding-top: 20px;
  font-family: "Sacramento", cursive;
  display: block;
  font-size: 25px;
  color: black;
  text-decoration: none;
}
body .wrapper a img {
  width: 12vw;
}
@media only screen and (max-width: 1800px) {
  body .wrapper a img {
    width: 10vw;
  }
}
@media only screen and (max-width: 1280px) {
  body .wrapper a img {
    width: 12vw;
  }
}
@media only screen and (max-width: 1023px) {
  body .wrapper a img {
    width: 14vw;
  }
}
@media only screen and (max-width: 767px) {
  body .wrapper a img {
    width: 25vw;
  }
}

/*# sourceMappingURL=style.css.map */
