/* style tweaks for REDUX / 2026 */

* {
 	font-family: Roboto, sans-serif;
	}
p, h3, h6 {
	padding: 20px;
	font-family: Roboto, sans-serif;
	font-size: 133%;
	text-align: center;
	}
h1, h2, h4, h5 {
 	font-family: "Playfair Display", serif;
	}
.maintitle {
	border: none;
	margin-top: 50px;
	}
.divider {
	width:50%;
	max-width: 480px; 
	border: none;
	}
.smaller {
	font-style: italic;
	font-size: 100%;
	color: silver;
	width: 50%;
	min-width: 320px;
	}
.smallprint {
	margin-top: 20px;
    text-align: center;
    line-height: 15px;
	}
.french {
	font-style: italic;
	font-size: 100%;
	line-height: 1.5em;
	color: #999999;
	}
.frenchfont {
	font-style: italic;
	font-size: 80%;
	color: #999999;
	}
.ptb {
	max-height: 200px;
	}
.navbar {
    position: absolute;
	top: 380px;
	left: 0;
	height: 80px;
	width: 100%;
	background-color: #222222;
	padding: 22px;
	padding-left: 100px;
	}
.navbar a {
	font-family: "Playfair Display", serif;
	font-size: 1.5em;
	color: #c9b28b;
	}
.navbar a:hover {
	color: #cccccc;
	text-decoration: none;
	}	
	
	
	