/* Space out content a bit */
@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300&subset=latin,latin-ext);

body {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url('../images/pozadi.png') top center no-repeat;
  font-family: 'Roboto', sans-serif; font-weight: 300;
}

.container {
  background-color: white;
}

.header {
  margin-bottom: 10px;
}

.autor {color: gray; display: block; margin-top: -5px;}  
ul, ol {padding-left: 16px;}                            
.jumbotron h1 {font-size: 1.85em;}
.help {color: gray; font-size: 0.9em;}
/* Custom page footer */
.footer {
  padding-bottom: 20px;
  color: #656c71;
}
h2 {}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

.modal {
  margin: auto;
  background-color: white;
  height: 250px;
}

.modal span {font-variant: small-caps; font-size: 1.3em;}
nav span {padding: 10px; display: block;}

.modal-body {
  border-bottom: 1px solid #E6E6E6;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: #006bab;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
  margin-top: 10px;
}
   
nav a {
  color: #006bab;
}

hr { background-color: #E6E6E6;}
nav a:hover {
  background-color: #006bab !important;
  color: white;
}


/* Responsive: Portrait tablets and up */
@media (max-width: 768px) {
  .jumbotron {margin-left: 0px; margin-right: 0px;}
}

.rotace {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    display: block;
    margin-bottom: 10px;
}

.center {text-align: center;}