@font-face {
    font-family: light;
    src: url(Roboto-Light.ttf);
}

@font-face {
    font-family: med;
    src: url(Roboto-Regular.ttf);
}


html { 
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#vizitka {
  font-size:1.4em;
  font-family: 'light', sans-serif;
  bottom: 4.5%;
  margin-left: 2.7%;
  color: #121212;
  z-index:100;
  position:fixed;
}

#podpis {
  font-size:1em;
  font-family: 'light', sans-serif;
  margin-top: 0.4%;
  margin-right: 0.7%;
  color: #121212;
  z-index:100;
  float:right;
}

.light{
  font-family: 'light', sans-serif;
}

.med{font-family: 'med', sans-serif;}

a {color:#121212;text-decoration:none;}


