h1 {
	font-size: 2rem;
}

.rekrutacjaStudia {
	background: #9a1a1b;
	color: #FFFFFF;
	text-align: center;
}

.strona_start {
	margin-top: 30px;
}

.news {
	background-color: #0F2441;
	color: #0F2441;
}

.news-akt {
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 0px;
}

.img {
	margin-left: auto;
	margin-right: auto;
}

.line-gallery {
	border-top: 1px solid #0F2441;
	border-bottom: 1px solid #0F2441;
	padding: 10px 0px;
}

.line-video {
	border-top: 1px solid #0F2441;
	border-bottom: 1px solid #0F2441;
	padding: 10px 0px;
}

.facebook {
	margin-left: auto;
	margin-right: auto;
}

.strona-zdjecie {
	margin-top: 5px;
}

.napis_uwaga {
	color: #032170;
}

.napis_uwaga_czer {
	color: #B40003;
}

.napis_uwaga_rowny_tekst {
	text-align: justify;
}

.napis_uwaga_tlo_czer {
	background-color: #B40003;
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.zdjecie_patron {
	width: 40%;
	height: 40%;
	float: right;
	border-radius: 15px;
	margin-left: 20px;
}

.zdjecie_wladze {
	width: 100%;
	border-radius: 15px;
}

.tytul_wladze {
	text-align: center;
	font-size: 1.2em;
	margin-top: 5px;
}


.wladze_opis {
	text-align: justify;
	margin-left: 20px;
}

.zdjecie_logo_psw_jaslo_transparentne_tlo {
	width: 26%;
	height: 26%;
	float: right;
	border-radius: 20px;
	margin-left: 20px;
}

.zdjecie_podpis_rektora {
	width: 30%;
	height: 30%;
	float: right;
}

.zdjecie_rektor {
	width: 35%;
	height: 35%;
	float: left;
	border-radius: 15px;
	margin-top: 5px;
	margin-right: 20px;
}

.zdjecie_artykul {
	width: 80%;
	height: auto;
}
.zdjecie_opis{
	font-size: 0.8rem;
	text-align: center;
}
.ramka_zdjecie_artykul {
	width: 100%;
	text-align:center;
}

.obud-aktualnosci {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 5px;
	padding-right: 5px;
}

.obud-title {
	margin-top: 20px;
}

.obud-text {
	padding-bottom: 20px;
}

.articles_photo {
	width: 100%;
	height: auto;
}

.articles_link {
	text-decoration: none;
}

.title-articles {
	margin-bottom: 20px;
}

.text-articles {
	margin-top: 20px;
}

.obud-index-background {

	background-color: rgba(0, 0, 0, 0.7);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.btn-atkualnosci-strona-g {
	margin-top: -7px;
}

.btn-atkualnosci-strona-go {
	margin-top: -7px;
}

.lightbox {
	margin: 5px;
	text-align: center;
}

.zdjecie_online_l {
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px;
}

.zdjecie_online_r {
	max-width: 100%;
	max-height: 100%;
	border-radius: 15px;
}

.container_online {
	display: flex;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 75px;
}

.image_l {
	margin-right: 20px;
	max-width: 50%;
}

.text_r {
	max-width: 50%;
}

.image_r {
	margin-left: 20px;
	max-width: 40%;
}

.text_l {
	max-width: 60%;
}

.znaki_ue {
	width: 100%;
}

@media (max-width: 1000px) {
	.container_online {
		display: inline;
		max-width: 100%;
		margin-bottom: 0px;
	}

	.image_l {
		margin-right: 0px;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.text_r {
		max-width: 100%;
	}

	.image_r {
		margin-left: 0px;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.text_l {
		max-width: 100%;
	}

	#blockContainer {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}

	#blockA {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}

	#blockB {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}





}


/* Style dodatkowe */
.err-404-spacer {
	height: 75px;
}

.a-page-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1.5rem;
	font-weight: bolder;
	color: #212529;
	line-height: 1.2;
	text-align: left;
}