@font-face {
   font-family: niepolegla;
   src: url(../font/Brygada%201918-Regular.otf);
}

* {
   font-family: niepolegla;
}
.f-brown{
    color: #371b00;
}
a:hover{
    cursor: pointer;
    text-decoration: none;
}
body{
	background-color: #2d2d2d;
	max-height: 100vh;
}
#map{
	width: 100%;
	height: 100%;
}
#list h4{
	cursor: pointer;
}
.h-1v{
    min-height: 100vh;	
}
.position-absolute.home-title{
	top: 100px;
	left: 10%;
	width: 80%;
}
.position-absolute.home-button{
	bottom: 5%;
	left: 10%;
	width: 80%;
}
.home-button a{
	min-width: 160px;
}
.home-button a:hover{
	color: #fbdeb6;
}
.position-absolute.t-l{
	top: 0;
	left: 0;
}
.home-bg{
    background-image: url('../images/bg_www_01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    min-height: 100vh;
}
.home{
    background-image: url('../images/postaci_www.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	min-height: 100vh;
}
.d-mobile{display:none;}
.d-mobile-none{display:block;margin-top:-100px;}
/* body>.container-fluid{
    padding: 54px 20px 10px;
} */
.bg-menu,
.bg-menu a{
	background-color: #2d2d2d;
	color: white;
}
.bg-grey{
	background-color: #202020;
}
.bg-red,{
	background-color: #b90000;
	color: white;
}
.bg-brown,
.bg-brown a{
	background-color: #371b00;
	color: white;
}
.bg-grey{
	background-color: #e8e8e8;
}
.bg-white{
	background-color: white;
	opacity: 0.9;
}
.bg-beige{
    background-color: #ffe2b5;
}
.bg-beige.list li{
    font-weight: 500;
    font-size: 20px;
}
.bg-beige.list i{
    font-size: 40px;
}
.sticky-top{
	top: 50px !important;
}
/* strona główna */
.flaga img{
	position: absolute;
	top: 1.25rem;
	left: 15px;
}
.flaga span{
	position: absolute;
	top: 1rem;
	left: 30px;
	font-size: 120%;
}
h2.home-title{
	color: #371b00;
	font-weight: 900;
	text-shadow: 2px 2px #ffffff;
	font-size: 46px;
}
h4#tytul-list{
	text-shadow: 2px 1px #ffffff;
	font-weight: 700;
}
.herb .card{
	border: 2px solid #444444;
}
.lang img{
	max-height: 25px;
	margin-right: 8px;
	margin-left: 8px;
}
/* strona główna END*/
.press a{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bg-beige .list-group-item{
    background-color: #ffe2b5;
    color: #371b00;
    border: none;
    padding: 0px;
}
.bg-beige .b-r{
    border-right: 2px solid #371b00;
}
.dropdown-menu.custom{
    background-color: #2d2d2d;
    border: 1px solid #e19400;
    position: absolute;
    right: 20px;
	min-width: 240px;
}
.opis .modal-header,
.mapitem .modal-header{
    background-color: #ffe2b5;
}
.opis h4{
    color: #371b00;
    display: block;
    line-height: 1.1;
}
.opis h4>small{
    color: #292929;
}
.opis .modal-header p{
    color: #292929;
}
.modal-full{
    position: fixed;
    bottom: 2vh;
    left: 20%;
    width: 100%;
    max-width: 60%;
	z-index: 9999;
}
.modal-full .modal-body{
    height: 55vh;
	max-height: 55vh;
	overflow: auto;
}
.modal-full .mapitem .modal-body{
    height: 55vh;
	max-height: 55vh;
	overflow: auto;
}
.press:hover{
	cursor: pointer;
}
.carousel{
  height:70vh !important;
  width: 100%;
}
.carousel-item img{
  max-height:70vh !important;
  width:auto !important;
  height: 70vh !important;
  max-width: 100vw !important;
}
.carousel-control-next-icon.custom{
	background-image: url('../images/icon_kolko_prawa.svg');		
}
.carousel-control-prev-icon.custom{
	background-image: url('../images/icon_kolko_lewa.svg');
}
.back{
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 99;
}
/* mobile */
@media screen and (max-width: 746px) {
body{

}
.card-columns{
	column-count: 2 !important;
}
.card-columns .card{
	display: block;
}
.flaga span{
	font-size: 13px;
}
.card-body h2{font-size: 20px;}
h2.home-title{
    font-size: 28px;
}
.modal-full{
    position: fixed;
    bottom: 56px;
    max-width: 100%;
    margin: 0px;
    left: 0;
}
.carousel-item img{
  max-height:70vh !important;
  width:auto !important;
  height: auto !important;
}
.home-bg{
    background-image: url('../images/bg_02.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    min-height: 100vh;
}
.home{
    background-image: url('../images/postaci.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	min-height: 100vh;
	margin: 0px;
}
.d-mobile{display:block;}
.d-mobile-none{display:none;}

}

