/*  */

.navbar-links li a[href="/fundacio"] {
	text-decoration-color: white;
}

article {
	width: min(100%, 68em + 25vw);
	/* display: flex; */
	/* flex-direction: row; */
	/* flex-wrap: wrap; */
	display: block;
}

article h1 {
	margin-top: min(0.7em + 3vw, 2em);
	margin-bottom: .5em;
	/* font-size: 3em; */
	font-size: 2.8em;
	text-transform: lowercase;
}

article .content {
	/* display: flex;
	flex-direction: column; */
}

article p {
	/* font-size: 1.3em; */
	/* background-color: lavender; */
}

article p:last-of-type {
	margin-bottom: 0;
}

figure {
	width: fit-content;
	height: fit-content;
	float: right;
	padding-left: 2em;
	/* background-color: rebeccapurple; */
}

article img {
	width: min(20em + 15vw, 43em);
}

.mobile-picture {
	padding: 2em 0;
	margin: 0 auto;
	float: none;
	text-align: center;
}

.mobile-picture img {
	width: min(40em + 10vw, 100%);
}

figure:not(.mobile-picture) {
	display: none;
}