
/* The page header of Cassiopeia has the class "header" so you control it with .header */
.header {
    background: rgb(65, 65, 65);
	background-image: url("../images/header-urbar-cerin.jpg");
	background-position: center;
}

/* Smaller banner */
.banner-text-uvod { 
	text-align: center; 
	font-size: 34px;
	font-weight: bolder;
}

@media (max-width: 575px) {
	.container-banner .banner-overlay {
		height: 45vh;
	}
	.banner-text-uvod { 
	font-size: 24px;
	}
	.navbar-brand {
	margin-top: 0!important;
   }
	.container-header .navbar-brand a {
	font-size: 1.8rem;
   } 
}
@media (min-width: 576px) {
	.container-banner .banner-overlay {
		height: 55vh;
	}
}
@media (min-width: 768px) {
	.container-banner .banner-overlay {
		height: 65vh;
	}
}
@media (min-width: 992px) {
	.container-banner .banner-overlay {
		height: 75vh;
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}


/* Spodny okraj (odsadenie) bannera */

.container-banner {
    margin: 0;
 }
 
 .container-header
  {
  border-bottom: 3px solid rgb(245, 0, 0);
 }

/* Zoradenie POROBNOSTI clanku do riadku  */
 
dl.article-info dd {
  display: inline-block;
  margin: 0 10px 0 0;
   }
 
.footer .mod-menu li {
  display: inline-block;
  margin: 0 10px 0 0;
   } 
   
 /* uprava velkosti BRAND-u + dalsie upravy pozri vyssie pre max sirku "max-width: 575px" */
 
.navbar-brand {
	white-space: normal;
	font-weight: bold;
	margin-top: 10px;
   } 
.container-header .navbar-brand a {
	text-decoration: none;
	/* font-size: 2.5rem; */
   } 
 
 /* Ramik okolo obrazka v clanku  */
 
 .item-image
  {
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	/* padding: 0.25rem; */
	/* background-color: #fff; */
	/* border: 1px solid #bdbdbd; */
	/* border-radius: 0.25rem; */
 }   

/* The page footer of Cassiopeia has the class "footer" so you control it with .footer */

.footer {
    background: rgb(64, 107, 15);
 }