body {
	background: #061225 url('/img/rozcesti/bg.jpg') no-repeat top center;
	text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    background-attachment: fixed;
}
.domain-color {
  color: #fff;
}
.header-content {
  padding: 40px 0;
}
.header-content h1 {
  padding-top: 0;
  font-size: 5rem;
  width: 100%;
}
.header-content .subtitle {
  font-size: 3rem;
  padding-bottom: 20px;
  display: block;
}
.main-content .box {
  background-color: #fff;
  opacity: 0.9;
  border-radius: 8px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.main-content.home .box {
  padding: 30px 10px !important;
}
.main-content a {
  display: block;
}
.main-content a:hover {
  text-decoration: none;
}
.main-content a:hover .box {
  opacity: 1.0;
}

.main-content p {
  border: none;
  color: #000;
  padding: 0;
  font-size: 18px;
  line-height: 3rem;
}
.info .box {
  padding: 40px;
  margin-bottom: 40px;
}
.info .box {
  color: #000;
 /* text-shadow: 1px 1px 1px #000; */
}
.article .box {
  padding-bottom: 40px;
}
.info h1, a.more {
  color: #00b4ff;
}
.info h1 {
  padding-bottom: 25px;
}
a.more {
  position: static;
  transform: none;
  margin-top: 20px;
  top: auto;
  right: auto;
}

footer {
  background: none;
  min-height: 2rem;
}
footer img {
  margin: 30px 0;
}
