.aboutme .intro {
	text-align: left;
}
.aboutme .intro img {
	width: 100%;
	margin-bottom: 2rem;
}
h2.collection-headline {
	margin-bottom: 1rem;
}
h2.collection-headline:not(:first-child) {
	margin-top: 2rem;
}
.collection-wrapper {
	position: relative;
	margin: 0 auto;
	width: 60%;
}
@media (min-width: 576px) {
	.collection-wrapper {
		width: 46%;
	}
}
.collection-wrapper .pictures-wrapper .pictures-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.collection-wrapper .pictures-wrapper .pictures-inner .picture-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0.5rem;
	cursor: pointer;
}
.collection-wrapper .pictures-wrapper .pictures-inner .picture-wrapper img {
	width: 100%;
	margin-bottom: 1rem;
}
.collection-wrapper .pictures-wrapper .pictures-inner .picture-wrapper.large {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
}
.collection-wrapper .pictures-wrapper .pictures-inner .picture-wrapper.large img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.collection-wrapper .pictures-wrapper .pictures-inner .picture-wrapper.hidden {
	display: none;
}
.collection-wrapper .pictures-wrapper .pictures-inner .picture-wrapper p {
	margin: 0;
}
.collection-wrapper .left-arrow,
.collection-wrapper .right-arrow {
	display: none;
}
.collection-wrapper.slidable .left-arrow,
.collection-wrapper.slidable .right-arrow {
	display: block;
	position: absolute;
	z-index: 10;
	font-size: 2.5rem;
	color: rgba(59, 28, 108, 0.7529411764705882);
	cursor: pointer;
}
@media (min-width: 576px) {
	.collection-wrapper.slidable .left-arrow,
	.collection-wrapper.slidable .right-arrow {
		font-size: 3rem;
	}
}
@media (min-width: 768px) {
	.collection-wrapper.slidable .left-arrow,
	.collection-wrapper.slidable .right-arrow {
		font-size: 5rem;
	}
}
.collection-wrapper.slidable .left-arrow.hidden,
.collection-wrapper.slidable .right-arrow.hidden {
	display: none;
}
.collection-wrapper.slidable .left-arrow:focus,
.collection-wrapper.slidable .left-arrow:hover,
.collection-wrapper.slidable .right-arrow:focus,
.collection-wrapper.slidable .right-arrow:hover {
	color: #3b1c6c;
}
.collection-wrapper.slidable .left-arrow {
	left: -3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 576px) {
	.collection-wrapper.slidable .left-arrow {
		left: -5rem;
	}
}
@media (min-width: 768px) {
	.collection-wrapper.slidable .left-arrow {
		left: -8rem;
	}
}
.collection-wrapper.slidable .right-arrow {
	right: -3rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 576px) {
	.collection-wrapper.slidable .right-arrow {
		right: -5rem;
	}
}
@media (min-width: 768px) {
	.collection-wrapper.slidable .right-arrow {
		right: -8rem;
	}
}
.collection-wrapper.slidable .pictures-wrapper {
	overflow: hidden;
}
.collection-wrapper.slidable .pictures-wrapper .pictures-inner {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.collection-wrapper.slidable
	.pictures-wrapper
	.pictures-inner
	.picture-wrapper:not(.hidden):not(.large) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}
.blog-text {
	text-align: center;
}
.blog-text p {
	margin-bottom: 40px;
}
.blog-article-preview .innerquote {
	background-image: url(/assets/images/quotepurple.svg);
}
/*# sourceMappingURL=home.css.map */
