@font-face {
  font-family: "kulbaskervilleregular";
  src: url("../font/kulbaskerville-webfont.eot");
  src:
    url("../font/kulbaskerville-webfont.eot?#iefix") format("embedded-opentype"),
    url("../font/kulbaskerville-webfont.woff2") format("woff2"),
    url("../font/kulbaskerville-webfont.woff") format("woff"),
    url("../font/kulbaskerville-webfont.ttf") format("truetype"),
    url("../font/kulbaskerville-webfont.svg#kulbaskervilleregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "kulblackletter";
  src:
    url("../font2/kulblackletter-webfont.woff2") format("woff2"),
    url("../font2/kulblackletter-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.btn-back {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 13px;
  font-family: "kulbaskervilleregular";
  padding: 5px;
  z-index: 1000;
}

.center2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.malpa {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.link {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}

.link:hover {
  color: lightblue;
}

.link:active {
  color: lightblue;
}
@font-face {
  font-family: "kulklasikregular";
  src:
    url("../font3/kulklasik-webfont.woff2") format("woff2"),
    url("../font3/kulklasik-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

ul {
  font-family: "kulklasikregular";
  list-style: none;
  font-size: 32px;
  letter-spacing: 3px;
  color: black;
  line-height: 1.7;

  margin-top: 13%;
  margin-left: 5%;
}
#mail {
  position: fixed;
  float: right;
  bottom: 0;
  margin-left: 20px;
  color: black;
}

a:link {
  color: black;
}
a:visited {
  color: inherit;
}

#mail a:hover {
  background-color: red;
}

#logo {
  display: block;
  position: absolute;
  float: left;

  margin-top: 2%;
  margin-left: 3%;
}

#logo2 {
  float: right;
  font-family: "kulblackletter";
  margin-top: 2%;
  margin-right: 5%;
  text-align: center;
  line-height: 10px;
  width: 12%;
  margin-top: 2%;
}
* {
  margin: 0;
  padding: 0;
}

body {
  background: #f3f3f2;
}
ul {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 17%;
}

li {
  list-style: none;
}

li a {
  text-shadow: 1px 1px 0;

  letter-spacing: 1px;

  background: -webkit-linear-gradient(#eee, black);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li a:hover {
  margin: -10px 0 0 0;
  font-size: 40px;
  text-decoration: none;
  background-color: red;
}

/* For Desktop View */
@media screen and (min-width: 1024px) {
  .image {
    margin-left: 15%;
    float: left;
    display: inline;
    width: 40%;
  }

  .lista {
    float: left;
    display: inline;
    width: 40%;
  }
}

/* For Tablet View */
@media screen and (min-device-width: 600px) and (max-device-width: 1024px) {
  .imgPani {
    padding: 10%;
    width: 45vw;
  }
  .image {
    margin-left: 5%;
    float: left;
    display: inline;
    width: 40%;
  }

  .lista {
    float: left;
    display: inline;
    margin-left: 4%;
    width: 40%;
    padding-bottom: 10%;
  }
  ul {
    font-family: "kulklasikregular";
    list-style: none;
    font-size: 23px;
    letter-spacing: 3px;
    color: black;
    line-height: 1.6;

    margin-top: 18%;
    margin-left: 5%;
  }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .imgPani {
    width: 100vw;
    margin-bottom: -100px;
  }
  .image {
    width: 100%;
  }
  .lista {
    float: left;
    width: 99%;
    padding-bottom: 10%;
  }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .image {
    margin-left: 15%;
    float: left;
    display: inline;
    width: 40%;
  }

  .lista {
    float: left;
    display: inline;
    width: 40%;
    padding-bottom: 10%;
  }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
  ul {
    font-family: "kulklasikregular";
    list-style: none;
    font-size: 23px;
    letter-spacing: 3px;
    color: black;
    line-height: 1.6;

    margin-top: 18%;
    margin-left: 5%;
  }
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
}
