html {
  min-height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: #f3db9f;
  background-repeat:no-repeat;
  background: -webkit-linear-gradient( to bottom, #f3db9f , white);
  background: -moz-linear-gradient( to bottom, #f3db9f, white);
  background: -ms-linear-gradient( to bottom, #f3db9f, white);
  background: -o-linear-gradient( to bottom, #f3db9f, white);
  background: linear-gradient( to bottom, #f3db9f, white);
}
body {
  background-color: transparent;
}
.content{
  padding-bottom:170px;
}
.navbar-green{
  background-color: #007300;
}
.navbar-green a{
  color:#fff;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1{
  font-size:22px;
}
h2 {
  font-size:20px;
}
h3 {
  font-size:18px;
}
/*Vlastne*/
#header{
  height:120px;
}
#sun {
  -webkit-animation: rotation 8s infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
.sposa-aktualita{
  margin-bottom:15px;
}
.sposa-aktualita small{
  color:#737373;
}
p.short-text{
  margin-bottom:0;
  padding-top:15px;
}
a.thumbnail{
  padding: 5px;
  text-align: center;
}
.navbar{
  border: 1px solid rgba(0,0,0,.125);
}
/* media fix */

@media(min-width:576px) {
  .container {
    max-width: 100%
  }
}
@media(min-width:768px) {
  .container {
    max-width: 100%
  }
}
@media(min-width:992px) {
  .container {
    max-width: 100%
  }
}
@media(min-width:1200px) {
  .container {
    max-width:1140px
  }
}
