/*
Theme Name: RR Blank
Theme URI: https://www.reskator.fr
Author: Philippe Reskator
Author URI: https://www.reskator.fr
Description: This theme is intentionally blank. This is useful in case all you need is access to the WordPress backend for the fonctionnalities of an API for example.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blank, custom-background, translation-ready
Text Domain: rr-blank
Requires at least: 4.6
Tested up to: 5.7.2
Requires PHP: 5.6
*/
*, ::after, ::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	min-height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}
body {
	background-size: cover;
}
body.custom-background {
	background-blend-mode: multiply;
}
#page {
	width: 100%;
}
.header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	background-blend-mode: multiply;
	color: rgba(255,255,255,.7);
}
.site-description {
	padding: 10px;
}
.custom-logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: min(30vw, 500px);
	height: min(60vh, 500px);
}
#footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px;
	text-align: center;
	color: rgba(0, 0, 0, .5);
	border-top: 1px solid rgba(39, 50, 58, 0.45);
	background-color: rgba(255, 255, 255, 0.3);
}
#footer a {
	text-decoration: none;
	color: rgba(0, 0, 0, .5);
}
