@font-face {
    font-family: 'hvd_comic_serif_proregular';
    src: url('hvd_comic_serif_pro-webfont.woff2') format('woff2'),
         url('hvd_comic_serif_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville|Racing+Sans+One|Satisfy);



body {
    font-size: 200%;
    text-align: center;
    font-family: hvd_comic_serif_proregular;
    color: white;
}

image {
    text-aling: center;
}


html {
    background-color: black; 
    transition: opacity 2s ease; 
}

body {
    background: url('images/empty.png') no-repeat left top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
    transition: opacity 2s ease;
}


p {
    font-size: 125%;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

em {
    font-family: hvd_comic_serif_proregular;
    font-size: 142%;
}

strong {
    font-family: hvd_comic_serif_proregular;
    font-size: 127%;
    letter-spacing: -2px;
}

h1, h2, h3, h4 {
    font-family: hvd_comic_serif_proregular;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

ul {
    list-style-position: inside;
}

li {
    font-size: 75%;
    font-family: hvd_comic_serif_proregular;
    font-weight: normal;
	margin-left: 10%;
	text-align: left;
}

.step {
    width: auto;
    border: 0px solid;
    background: rgba(0,0,0,0.01);
}

a {
    text-decoration: none;
    color: white;
}

table {
	font-size: 50%;
}

#btn_play{
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 550px;
  left: 215px;
  border: 1px solid #000;
  background-size: cover;
}

img {
  border: 4px solid #ffffff;
  border-radius: 10px;
}

img.logo {
    border: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}


button {
  border: 4px solid #ffffff;
  border-radius: 10px;
  font-size: 100%;
  text-align: center;
  font-family: hvd_comic_serif_proregular;
  background-color: black;
  color: white;
  transition-duration: 0.4s;
  width: 400px;
}

p.button {
  border: 4px solid #ffffff;
  border-radius: 10px;
  font-size: 100%;
  text-align: center;
  font-family: hvd_comic_serif_proregular;
  background-color: black;
  color: white;
  transition-duration: 0.4s;
  width: 400px;
}

h1 {
  border: 4px solid #ffffff;
  border-radius: 10px;
  font-size: 140%;
  text-align: center;
  font-family: hvd_comic_serif_proregular;
  background-color: black;
  color: white;
  transition-duration: 0.4s;
  width: 300px;
}

h3 {
    font-size: 240%;
}


button:hover {
    color: black;
    background-color: #ecc7e0;
    border: 4px solid white;
    cursor: pointer;
}

#okvir {
  border: 4px solid #ffffff;
  border-radius: 10px;
  font-size: 100%;
  text-align: center;
  font-family: hvd_comic_serif_proregular;
  background-color: black;
  color: white;
  transition-duration: 0.4s;
  padding: 5px;
}

#outline {
    right: -1100px;
}

