@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;
}
* {
  margin: 0;
  padding: 0;
}

html {
  background: url(Julia-Kul-komendy1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a {
  text-decoration: none;
  color: black;
}
.btn-back {
  position: fixed;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 13px;
  font-family: "kulbaskervilleregular";
  padding: 5px;
  z-index: 1000;
}
.back {
  color: #fffdfd;
}

.center2 {
  display: block;
  margin: auto;
  text-align: center;
}
.malpa {
  width: 5vh;
}
.back {
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  width: 100%;
  left: 10px;
  height: 2px;
}
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  transform: rotate(180deg);
}

/* selected link */
a:active {
  color: blue;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 10;
  overflow: hidden;
  max-width: 70%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
/* Default Design */

/* For Desktop View */
@media screen and (min-width: 1024px) {
  .embed-container {
    padding-bottom: 30%;
    max-height: 60%;
    margin-top: 6%;

    /* background-color: brown; */
  }
  .video {
    padding-top: 15%;
    /* background-color: rgba(40, 50, 200, 0.5); */
    padding-bottom: 5%;
  }
}

/* For Tablet View */
@media screen and (min-device-width: 600px) and (max-device-width: 1024px) {
  .video {
    display: block;
    margin: auto;
    height: 80vh;
    padding: 10vh;
    /* background-color: rgba(40, 50, 200, 0.5); */
  }
  .embed-container {
    padding-bottom: 40%;
    max-height: 70%;
  }
  html {
    background: url(Julia-Kul-komend.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .video {
    margin-top: 30vh;

    width: 100%;
  }
  .embed-container {
    padding-bottom: 60%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    max-height: 80%;
  }
  html {
    background: url(Julia-Kul-komendy1.jpg) no-repeat right fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
  .video {
    padding: 1%;
    width: 100%;
    /* background-color: aliceblue; */
  }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
  .video {
    margin-top: 30vh;

    width: 100%;
    /* background-color: rgb(228, 8, 198); */
  }
  .embed-container {
    padding-bottom: 60%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    max-height: 70%;
  }
}

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

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .video {
    margin-top: 30vh;

    width: 100%;
    /* background-color: rgb(228, 8, 198); */
  }
  .embed-container {
    padding-bottom: 60%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    max-height: 70%;
  }
}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
  .video {
    margin-top: 30vh;

    width: 100%;
    /* background-color: rgb(228, 8, 198); */
  }
  .embed-container {
    padding-bottom: 60%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    max-height: 70%;
  }
}
