@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;
}
@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;
}

html {
  background: url(kul.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.back {
  position: fixed;
  width: 4%;
  margin: 1.5%;
}
.contener {
  position: absolute;
  margin-top: 4%;
  margin-right: 18%;
  margin-bottom: 6%;
  margin-left: 48%;
  letter-spacing: 3px;
  font-size: 2em;
}
.text {
  font-family: "kulklasikregular";
}
.stars {
  text-align: center;
  font-family: "kulklasikregular";
}
span {
  font-family: "kulblackletter";
  font-size: 0.6em;
  text-transform: uppercase;
}

/* For Tablet View */
@media screen and (min-device-width: 600px) and (max-device-width: 1024px) {
  .back {
    position: fixed;
    width: 4%;
    margin: 1.5%;
  }
  .contener {
    position: absolute;
    margin-top: 4%;
    margin-right: 18%;
    margin-bottom: 6%;
    margin-left: 48%;
    letter-spacing: 3px;
    font-size: 2em;
  }
  .text {
    font-family: "kulklasikregular";
  }
  .stars {
    text-align: center;
    font-family: "kulklasikregular";
  }
  span {
    font-family: "kulblackletter";
    font-size: 0.6em;
    text-transform: uppercase;
  }

  html {
    background: url(kul2.jpg) no-repeat left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .back {
    position: fixed;
    width: 5%;
  }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  html {
    background: url(kulPion.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .back {
    position: fixed;
    width: 5%;
  }
  .contener {
    position: absolute;
    margin-top: 85%;
    margin-right: 4%;
    margin-bottom: 6%;
    margin-left: 4%;
    letter-spacing: 3px;
    font-size: 2em;
    text-shadow: 1px 1px 2px pink;
  }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
}

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