html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  
  font: inherit;
  vertical-align: baseline;
  outline: none;
} 

html {
  font-size: 100%;
}

body {
  /*
  background-image: url("../assets/ozadje_1024.jpg");
  background-repeat: no-repeat;
  background-size: 64rem 48rem;
  */
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background-repeat: repeat-y;*/
  /*boblak - disable touch for iOS device*/
  -webkit-user-select: none;
}

#wrapper {
  width: 64rem;
  height: 48rem;
  margin: 0 auto;
  display: inline-block;

  background-image: url("../assets/ozadje_1024.jpg");
  background-repeat: no-repeat;
  background-size: 64rem 48rem;

  position: absolute;
  left: 0;
  right: 0;
}

#btn-start {
  width: 6.25rem;
  height: 2.5rem;
  background-color: red;
  color: white;
  display: block;
  margin: auto;
  padding: 0.3125rem;
  text-align: center;

  border-radius:0.625rem;
  -webkit-border-radius:0.625rem;
  -moz-border-radius:0.625rem;
}

#main-content {
  position: absolute;
  width: 25rem;
  top: 15.625rem;
  left: 15rem;
  border: 1px solid red;
}



p {
  
  font-size: 1.3125rem;
  text-align: center;
  position: absolute;
  width: 24.375rem;
  top: 15.625rem;
  left: 15rem;
  font-family: sans-serif;
}


.button {
    display: block;
    width: 11.25rem;
    height: 2.1875rem;
    background: #FABD17;
    color: #3392FF;
    font-size: 2.25rem;
    padding: 0.8rem 1rem 0.8rem 1rem;
    text-align: center;
    /*border-radius: 0.3125rem;*/
    text-decoration: none;
    font-family: sans-serif;
    position: absolute;
    top: 21.875rem;
    left: 19.25rem;
}

