
.site-primary-color { color: #333; }
.txt-bold { font-weight: bold; }
.txt-italic { font-style: italic; }
.txt-justify { text-align: justify; }

a { color: #00a1e5; }
a.white { color: #fff; }

h1, h2, h3 { color: #02a1e5; }


p { color: #414a4c; }
a { text-decoration: none; }

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.img-mw-50 { max-width: 50%; }

ul.no-bullets{
	list-style-type: none;
	padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.btn {
	background-color: #00a1e5;
	color: #fff;
}

.btn:hover {
	background-color: #006699;
	color: #fff;
}

.overlay-washout {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.65;
	width: 100%;
	height: 100%;
}

.right-triangle {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid blue; /* Change color as needed */
}


.navbar {
	background-color: #E87C03 !important;
	color: #fff !important;
}


/*dropdown menu background color*/
.navbar .navbar-nav .nav-item .dropdown-menu {
	background-color: #00a1e5;
}

.navbar .navbar-nav a { font-size: 18px; }

/*dropdown menu selected (hover) item*/
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #005a80;
}

.background-img-holder{
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#hp_carousel #img_overlay {
	position: absolute;
	left: 10%;
	padding: 15% 30%;
	width: 80%;
	z-index: 100;
}



.tab_row{
	margin-bottom:60px;
}
.tab{
	color:white;
	line-height:30px;
	text-align:center;
	background-color:#346fba;
	cursor:pointer;
}
.tab-head{
	border-top-left-radius:10px;
	border-bottom-left-radius: 10px;
}
.tab-tail{
	border-top-right-radius:10px;
	border-bottom-right-radius: 10px;
}
.tab-on{
	background-color:#75a8ea;
}

#upcoming-events2 { background-color: rgb(52, 210, 247); }
#upcoming-events2 h3 { color: #eee; }
#about-us { background-color: rgb(52, 210, 247); }
#about-us h3 { color: #eee; }

#our-services {	background-color: #fff; }

#upcoming-events {
	position: absolute;
	left: 0;
	top: 0;
	padding: 15% 20%;
	font-weight: bold;
}

#reception-center {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5% 10% 0 45%;
	font-weight: bold;
}
#reception-center h3, #reception-center p { color: #fff; }

.bg-desktop-blue-green { background-color: #74e5f8; }


.volunteers .contents {
	position: absolute;
	top: 40%;
	left: 35%;
	font-size: 6em;
	color: #fff;
}

.reception-center .contents,
.upcoming-events .contents {
	position: absolute;
	top: 1.5em;
	padding: 3em;
	background: rgba(0,0,0,0.5);
	color: #fff;
	max-width: 50%;
	height:100%;
}

.reception-center .contents .header,
.upcoming-events .contents .header{
	font-size: 3em;
}

.reception-center .contents .body,
.upcoming-events .contents .body {
	font-size: 1.25em;
}

.upcoming-events .contents { margin-left: 48%; }
.upcoming-events .contents .body p { color: #fff !important; }

#zabrze-saturday-program #llh-logo {
	width: 25%;
	left: 42%;
	top: 25%;
}

#zabrze-saturday-program #coming-soon {
	width: 55%;
	left: 27%;
	top: 57%;
}


.upcoming-events .social-media-icons {
	max-width: 80%;
	height: auto;
}

.upcoming-events #youtube-icon { max-width: 25%; }


.location, .location p{
	color: #fff;
}

.location .krakow .address {
	background-color: #00a1e5;
}

.location .zabrze .address {
	background-color: #0382b8;
	padding-left: 6em !important;
}

.location .address .triangle-right{
	position: absolute;
	top: 0;
	max-height: 100%;
}
.location .krakow .address .triangle-right{ right: 0; }

.location .zabrze .address .triangle-right{
	left: 0;
	rotate: 180deg;
}



.footer {
	margin-top: 20px;
	/*border-top: 5px solid #00a1e5;*/
	background-color: #E87C03;
}

.footer a {
	color: #eee;
}

.footer .col-divider {
	position: relative;
}

.footer h3{
	color: #eee;
}

.footer .address {
	position: absolute;
	bottom: 0;
}


.footer .bottom {
	padding: 10px;
	background-color: #00a1e5;
	color: #fff;
	text-align: center;
	min-width: 100%;
	max-width: 100%;
}

.footer .bi-instagram, .footer .bi-youtube, .footer .bi-telegram, .footer .facebook {
	margin-right: 3%;
}

.footer .social-media-icons i { font-size: 160%; }


/*** lg ***/
@media (max-width: 992px) {

	.img-mw-50 { max-width: 100% }

	#upcoming-events2 .col-lg, #about-us .col-lg, #our-services .col-lg { padding-bottom: 1em; }

	.mv-bg-white { background-color: #fff; }
	.mv-pt-0 { padding-top: 0; }
	.mv-pt-1 { padding-top: 1em; }

	.location .address .triangle-right{
		display: none;
	}

	.volunteers .contents {
		left: 27%;
	}

	.reception-center .contents,
	.upcoming-events .contents {
		max-width: 100%;
		margin-right: 0.65em;
	}

	.upcoming-events .contents { margin-left: 0; }

	.footer .address {
		position: relative;
	}

}

/*** md ***/
@media (max-width: 768px) {
	#upcoming-events {
		position: absolute;
		left: 0;
		top: 0;
		padding: 10% 10%;
		font-weight: bold;
	}

	#reception-center {
		position: absolute;
		left: 0;
		top: 0;
		padding: 6% 5% 0 10%;
		font-weight: bold;
	}

	.volunteers .contents { left: 23%; }

	.footer .col-lg { margin-top: 0.5em; }
	.footer h3 { margin-bottom: 0; }
}

/*** sm ***/
@media (max-width: 576px){
	#hp_carousel #img_overlay {

	}


	/*.meetings .days {
		max-width: 95%;
	}*/

	.overlay-washout { display: none; }

	#upcoming-events {
		position: relative;
		padding: 2% 1%;
		font-weight: normal;
	}

	#reception-center {
		position: relative;
		padding: 2% 1%;
		font-weight: normal;
	}

	#reception-center h3 { color: #00a1e5; }
	#reception-center p { color: #000; }

	.upcoming-events .social-media-icons {
		max-width: 50%;
		margin-bottom: 10%;
	}

	.upcoming-events #youtube-icon { max-width: 50%; }

	.volunteers .contents {
		left: 15%;
		font-size: 5em;
	}

	.footer .info-links {
		padding: 10px 0;
		text-align: center;
	}
}	/* end of media(max-width: 576px) */



.tab-head-tail{
	border-top-left-radius:10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius:10px;
	border-bottom-right-radius: 10px;
	margin-left: calc(0.5% + 8px);
	margin-right: calc(0.5% + 8px);
}
.upcoming-event-grid-container{
	margin-top:17px;
	margin-left:0.5%;
	margin-right:0.5%;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 1fr 1fr 1fr;
}
.upcoming-event-grid{
	padding-left:8px;
	padding-right:8px;
	padding-top:17px;
	padding-bottom:17px;
}
@media (max-width: 992px) {
	.upcoming-event-grid-container{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 576px) {
	.upcoming-event-grid-container{
		grid-template-columns: 1fr;
	}
}
