a:hover {
	color: #fcd54c;
}

.post-sb-page__title {
	background-color: rgb(0 0 0 / 75%);
}
.post-sb__text h1{
	font-family: "Gilroy", "Arial", sans-serif;
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 35px;
}


.contact-parallax {
	padding-bottom: 40px;
}

.article-about {
	padding: 0px 0 200px;
}
.article--news {
	padding: 30px 0 60px;
}
.public-no-image {
	opacity: 1;
	transform: translateY(0);
	transition: transform 0.6s 0.4s ease, opacity 0.6s 0.4s ease;
}

.people-image {
	background-image: url(/img/peoples.png);
	background-size: auto;
	background-position: center;
}


.btn-help {
	margin-right: 30px;
	padding: 5px 40px;
	display: none;
}
.language-top-lg {
	display: none;
}

#helpingList.list-group {
	border-radius: 2.25rem;
}
#helpingList > .list-group-item {
	text-align: center;
}

.crypto {
	width: 25px;
	height: 25px;
}
/*#tableCrypto span {
border-bottom: black 2px dashed;
}*/

.color-black {
	color: black;
}

#privatbank {
	font-weight: 700;
}

#tableCrypto span.copy, span.copy {
	border-bottom: black 2px dashed;
	color: black;
}

#tableCrypto span.copy:hover, #tableCrypto span.copy:visited, span.copy:hover, span.copy:visited {
	border-bottom: none;
	cursor: pointer;
}
span.crypto-mobile {
	display: none;
}
.welcome__subtitle {
	text-shadow: black 2px 2px 23px;
}

.mobile-canvas__center {
	margin: auto auto auto;
	display: block;
}
.nomobile-canvas__center {
	margin: auto auto auto;
	display: none;
}
.contact-parallax__title span {
	color: #fbc710;
}
.welcome__subtitle {
	font-size: 20px;
}
.welcome__title {
	font-size: 104px;
	line-height: 113px;
	text-shadow: black 2px 2px 180px;
}

.background-banner-image {
	background-image: url('/img/banner-1920x913-4.jpg');
}

.helping-form-response {
	background-color: #f7c512;
	border-radius: 15px;
	text-align: center;
}
.contact-parallax__right {
	width: 100%
}
.contact-parallax__right label.field-mini-size {
	width: 100%;
}
ul.social-share {
	list-style: none;
	display: inline-flex;
}
ul.social-share > li{
	padding: 0px 10px;
}
.post-sb__date {
	display: flex;
	justify-content: space-between;
}
/*.logo__large {
	font-size: 50px;
}
.logo__small {
	font-size: 25px;
}*/
.welcome {
	display: none;
}
@media (min-width: 768px){
	.article-about {
		padding: 10px 0 200px;
	}
	.article--news {
		padding: 15px 0 80px;
	}
	.people-image {
		background-position: top;
	}
	#helpingList.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: 2.25rem;
	}
	#helpingList.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: 2.25rem;
	}
	.welcome__subtitle {
		font-size: 28px;
		line-height: 51px;
	}
	.welcome__title {
		font-size: 173px;
		line-height: 171px;
		text-shadow: none;
	}
	.background-banner-image {
		background-image: url('/img/banner-1920x913-3.jpg');
	}
	span.crypto-mobile {
		display: inline-block;
	}
}

@media (min-width: 992px){
/*	.logo__large {
		font-size: 28px;
	}
	.logo__small {
		font-size: 11px;
	}*/
	.welcome {
		display: block;
	}
	.post-sb__text h1 {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 66px;
	}
	.article-about {
		padding: 25px 0 200px;
	}
	.article--news {
		padding: 20px 0 120px;
	}
	.people-image {
		background-position: left;
	}
	.btn-help {
		display: block;
	}
	.language-top-lg {
		display: block;
	}
	.mobile-canvas__center {
		display: none;
	}
	.nomobile-canvas__center {
		display: block;
	}
	.welcome__subtitle {
		font-size: 16px;
		line-height: 26px;
	}
	.welcome__title {
		font-size: 90px;
		line-height: 105px;
	}
	.background-banner-image {
		background-image: url('/img/banner-1920x913-2.jpg');
	}
	.contact-parallax__right label.field-mini-size {
		width: 60%;
	}

}

.online-pay-block {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
}

.online-pay-block #donate-button-container img{
	max-width: 175px
}

.header__inner {
	justify-content: space-between;
}

@media (min-width: 1200px){
	.article-about {
		padding: 80px 0 200px;
	}
	.article--news {
		padding: 25px 0 200px;
	}
	.background-banner-image {
		background-image: url('/img/banner-1920x913.jpg');
	}
}

