@charset "utf-8";
/* CSS Document */

#DR_RP header {
	display: flex;
	vertical-align: middle;
	flex-flow: row;
	flex-wrap: wrap;
}

#DR_RP header img {
	height: 5em;
	width: auto;
	margin: 0 auto 1em;
}

#DR_RP header h1 {
	margin-top: .5em;
	font-weight: bold;
}

#DR_RP header > * {
	display: block;
	width: 100%;
}

.polska-header {
	margin: 0;
	background-color: white;
}
.polska-header h1 {
	padding: 1em;
	font-size: 1.3em;
}
.polska-project-hero {
	border: thin dashed grey;
}

.polska-project-content {
	overflow: hidden;
	max-height: 0;
	font-weight: lighter;
	transition: max-height 1s;
}
.polska-project-content p {
	margin-top: 1em;
	font-weight: 100;
}
.polska-project-content ul {
	list-style: none;
}
.polska-project-content ol {
	list-style-type: decimal;
}
.polska-project-content ul li, .polska-project-content ol li {
	display: block;
	margin-left: 1em;
	margin-top: .4em;
	margin-bottom: .4em;
}
.polska-project-content ul li:before {
	content: "•";
	margin-left: -.4em;
	margin-right: .4em;
}
.polska-project-content ol li {
	display: list-item;
	list-style-position: inside;
}
.polska-project-content ol li:before {
	margin-left: -.4em;
	margin-right: .4em;
}

.polska-main {
	text-align: center;
}

.polska-main h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}

.polska-main .uppercase {
	text-transform: uppercase;
}

img.polska-hero-img {
	max-width: 100%;
	height: auto;
	align-self: center;
	padding: 1.5em 2em;
}

.polska-slider {
	width: 100%;
	height: 4em;
	padding: 0;
	text-align: center;
	color: white;
	cursor: pointer;
	transition: .3s;
	background-color: #D8394D;
}
.polska-slider:hover {
	background-color: white;
	color: black;
}
.polska-slider img {
	padding: 0 .5em;
	margin-top: 1em;
	height: 2em;
	transition: 0.3s;
	filter: brightness(6);
}
.polska-slider:hover img {
	filter: none;
}
.polska-slider.active img {
	transform:rotate(180deg);
}

@media only screen and (min-width: 768px) {
	.polska-header h1 {
		font-size: 1.6em;
	}
	.polska-project-content {
		font-size: 1.2em;
	}
	.polska-footer-bar img {
		width: auto;
	}	
}

@media only screen and (min-width: 1024px) {
	.polska-header h1 {
		font-size: 2em;
	}
}