@font-face {
	font-family: megrim;
	src: url(webfonts/megrim.woff2);
}

@font-face {
	font-family: pavanam;
	src: url(webfonts/pavanam1.woff2);
}

/*Customstyle for portraits*/
body {
	color: white;
	background-color: #341E3D;

}

h1 {
	font-family: pavanam;
	font-size: 300%;
}

/*.site-title {
	background-color: ;
}*/

.site {
	padding: 2rem;
}

/* SITE HEADER */
.site-header {
	text-transform: none;
	font-family: megrim;
	background-color: white;
	border-radius: 1rem;
	display: flex;
	padding-left: 10%;
	padding-right: 10%;
	justify-content: space-between;
	align-items: baseline;
	font-size: 200%;
}

.site-title {
	text-decoration: none;

}

/*_________MARCHE PAS_________
#primary-menu {
	margin-right: 10%;
}*/

.main-navigation {
	width: auto;
}

/*.masthead {
	text-decoration: none;
	text-transform: none;

}*/

.site-title {
	text-decoration: none;
}

.portraits-grid {
	background-color: #210D29;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.portraits-grid article {
	width: 25%;
	background-color: #440E70;
	margin: 1rem;
}

.short_code {
	display: flex;
	justify-content: space-between;
}

.shortcode-col {
	width: 50%;
}