/* CSS Document */
body { 
  margin: 0px;
  padding: 0px; 
  background-attachment: fixed;      
  background-size: cover; 
  background-image: url("../images/ostravice-background.jpg"); 
  background-repeat: no-repeat; 
  background-position: center center; 
  font-family: Arial, Helvetica, sans-serif;
  color: #fff; 
}
a { color: #fff; text-decoration: none; }  
.logo { opacity: 0.66; } 
.logo:hover { opacity: 0.9; }
#intro { text-align: center; border-radius: 2%;  
  background-image: url("../images/ostravice.jpg"); 
  background-color: #fff;
  background-repeat: no-repeat; 
  background-position: center center; 
  background-size: cover; }
#intro-top { text-align: center; } 
#intro-loga { text-align: center; }
h1 { opacity: 0.9; background: rgba(0, 0, 0, .5); padding: 5px; }