* {
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
background-color: #4E4E4E;
}
.center {
text-align: center;
}
.blue {
color: #6DC6EB;
}
header {
background-color: #28292C;
//background: rgba(0,0,0,.81);
}
header .kniha{
background-image: url(head.jpg);
background-size: cover;
height: 300px;
border-bottom: 2px solid #000000;
box-shadow:0px 2px 8px #000000;
}
h1 {
font-size: 270%;
font-weight: bold;
font-family: 'Charm', cursive;
text-align: center;
background: -webkit-linear-gradient(#FFFFCC, #FFFFC6, #FFC858, #FFAF09);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 12px;
}
article {
padding-top: 25px;
}
form {
max-width: 480px;
height: 40px;
padding: 15px;
margin: 20px auto;
background: #444;
background: rgba(0,0,0,.3);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
form input[type=text] {
width: 380px;
height: 20px;
padding: 10px 5px;
float: left;
font:  15px 'Roboto', sans-serif;
border: 0;
background: #eee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
form input[type=submit] {
width: 80px;
height: 40px;
padding: 10px 5px;
float: right;
font: bold 100% 'Roboto', sans-serif;
border: 1px solid #513100;
background: #D4CEC2;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
form input[type=submit]:hover {
background: #513100;
color: white;
border: 1px solid #F5DA91;
}
form input[type=text]::-webkit-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
form input[type=text]:-moz-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
form input[type=text]:-ms-input-placeholder {
color: #999;
font-weight: normal;
font-style: italic;
}
form input[type=text]:focus::-webkit-input-placeholder {
  color: transparent
}

form input[type=text]:focus::-moz-placeholder {
  color: transparent
}

form input[type=text]:focus:-moz-placeholder {
  color: transparent
}

form input[type=text]:focus:-ms-input-placeholder {
  color: transparent
}
.pocet {
text-align: center;
color: #8FD2EF;
margin-bottom: 20px;
font-size: 110%;
}
.nemusite {
margin: 0 auto 20px auto;
text-align: center;
color: #FCE0E6;
font-style: italic;
}
.vysledek {
width: 80%;
margin: 0 auto;
padding: 15px;
background-color: #373737;
border-radius: 7px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
//border-bottom: 2px solid #000000;
box-shadow:0px 1px 6px #000000;
margin-bottom: 10px;
}
h2 {
color: gold;
padding-bottom: 5px;
}
.button{
 text-decoration:none; 
 text-align:center; 
 padding:1px 4px; 
 border:solid 0px #000; 
 border-radius: 6px; 
 font-weight:bold; 
 background-color:#373737; 
box-shadow:0px 1px 6px #000000;  
 text-shadow: 2px 1px 2px #000; 
 filter: dropshadow(color=#262323, offx=2, offy=1); }
 .button:HOVER{
 text-decoration:none; 
 text-align:center; 
 padding:1px 4px; 
 border:solid 0px #004F72;  
 border-radius: 6px; 
 font-weight:bold; 
 color:#373737; 
 background-color:gold; 
  text-shadow: 0px 0px 0px #000;
 }
p.litery {
margin-bottom: 20px;
        }
.litery a {
color: gold;
text-align: center;
  width: 100%;
  line-height: 40px;
  margin: 0 10px;
  padding: 5px;
        }
.litery a:hover {
  text-align: center;
  width: 100%;
  line-height: 40px;
  margin: 0 10px;
  padding: 5px;
        }
p {
color: white;
padding-top: 0;
}
strong {
 color:#8FD2EF;
       }
       
       
@media screen and (max-width: 800px) {
form {
margin: 15px auto;
}
.kniha{
display: none;
}
.vysledek {
width: 95%;
margin: 10px auto;
padding: 15px 7px;
}
}

@media screen and (max-width: 600px) {
form {
width: 390px !important;
margin: 15px auto;
padding: 10px;
}
form input[type=text] {
width: 290px !important;
}
.kniha{
display: none;
}
.vysledek {
width: 95%;
margin: 10px auto;
padding: 15px 7px;
}
}
@media screen and (max-width: 480px) {
form {
width: 390px !important;
margin: 15px auto;
padding: 10px;
}
form input[type=text] {
width: 290px !important;
}
.kniha{
display: none;
}
.vysledek {
width: 95%;
margin: 10px auto;
padding: 15px 7px;
}
}
@media screen and (max-width: 425px) {
form {
width: 390px !important;
margin: 15px auto;
padding: 10px;
}
form input[type=text] {
width: 290px !important;
}
.kniha{
display: none;
}
.vysledek {
width: 95%;
margin: 10px auto;
padding: 15px 7px;
}
}
@media screen and (max-width: 375px) {
form {
width: 320px !important;
margin: 15px auto;
padding: 10px;
}
form input[type=text] {
width: 220px !important;
}
.kniha{
display: none;
}
.vysledek {
width: 95%;
margin: 10px auto;
padding: 15px 7px;
}
}
@media screen and (max-width: 320px) {
form  {
width: 290px !important;
margin: 15px auto;
padding: 10px;
}
form input[type=text] {
width: 190px !important;
}
.kniha{
display: none;
}
.vysledek {
width: 95%;
margin: 10px auto;
padding: 15px 7px;
} 
}
