/*
Theme Name: Nicolas Joly
Text Domain: nicolasjoly
Version: 1.0
Description: Nicolas Joly
Tags: nicolasjoly
Author: Nicolas Joly
Author URI: https://nicolasjoly.fr/
Theme URI: https://nicolasjoly.fr/
License: Copyright
License URI: https://nicolasjoly.fr/
*/

body {
	margin: 0 !important;
	padding: 0 !important;
}

#nj-main {
	width: 100%;
	height: 100vh;
	max-height: 100vh;

	background-image: url("assets/img/Nicolas-Joly.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}