html {
  background-color: #F0B036;
}
#startwall {
background: -webkit-radial-gradient(rgb(255, 0, 0), rgb(139, 14, 19));
background: radial-gradient(rgb(255, 0, 0), rgb(139, 14, 19));
}
#startwall h1{
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
#startwall a:hover, #startwall .uk-link:hover {
    color: #000;
}
.uk-nav-primary > li > a:hover, .uk-nav-primary > li > a:focus {
    color: #F0B036 !important;
}
#slides h1 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 4vh !important;
}
#todown {
  position: absolute;
  bottom:0;
  width: 100%;
  margin: 0 auto;
}
#wallslog {
  text-align: center;
}
#wallslog h1 {
  margin-top: 60px !important;
  font-size: 25px !important;
}
.uk-button-default {
  border-radius: 500px !important;

}
.uk-button-default:hover,
.uk-button-default:focus{
  background-color: #000;
  color: #fff;
  border-color: #000!important;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: transparent;
  border-color: transparent;
  color: #000!important;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: rgba(255,255,255,0.3)
}
#menubar {
  z-index:100;
}
#menubar.uk-section-default {
  height: 7rem;
  background: transparent !important;
}
#menubar2.uk-section-default {
 height: 7rem;
 border-bottom: 4px solid #a2a2a2;
 background-image: -webkit-linear-gradient(top, #36414A, #000 );
 background-image: linear-gradient(to bottom, #36414A, #000);

}
#menubar h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5vh;
  line-height: 2vh;
  padding-top: 35px;
  font-weight: 700;
}
#adresy a {
  color: #C10042;
}

#footparallax h1, #slides h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4vh;
  line-height: 8vh;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px dotted #000;
}
hr,
.uk-hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
  text-align: inherit;
  /* 4 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px dotted #000;
}
* + hr,
* + .uk-hr {
  margin-top: 20px;
}

.uk-date {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}
.uk-date {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}
.uk-date {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

.uk-section-secondary {
  border-top: 4px solid #a2a2a2;
  background-image: -webkit-linear-gradient(top, #36414A, #000 );
  background-image: linear-gradient(to bottom, #36414A, #000);
}
dt {
  font-weight: bold !important;
}

#footer p{
  font-size: 80%;
}
.marT30px {
  margin-top: 30px !important;
}
#hero {
  background-image: url(../img/top1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}
.uk-section-secondary {
    background: rgb(216, 8, 8);
}
