@charset "UTF-8";
/* CSS Document */

.terracina-top {
    background-image: url(Bodoni-Terracina-Top-Card.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}
.louvre-terracina {
	width: 100%; 
	background-image: url("2 Louvre Optimized/Bodoni Terracina - Louvre Words.svg" );  
	background-repeat: no-repeat; 
	background-position: center;
	background-attachment: fixed;
}
.louvre-mobile {
	width: 100%; 
	background-image: url("2 Louvre Optimized/Bodoni Terracina - Louvre Photo.jpg");  
	background-repeat: no-repeat; 
	background-position: center;
		background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; 
}
.rg-text-terracina {
    background-image: url("bodoni-palazzo/Bodoni%20Palazzo%20Example%20Logo%20Just%20Text.png");
    background-attachment:fixed;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-terracina-dark {
	background-color: #201F1F;
	color: #fff;
}
.friendlier-bg {
	width: 100%; 
	background-image: url("5 Friendlier, Legibilitier Optimized/Bodoni Friendlier.jpg");  
	background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; 
	background-repeat:no-repeat; 
	background-position:center;
	    background-attachment:fixed;
		background-size: 100%;
	background-color: white;
}
.friendlier-mobile-bg {
	width: 100%; 
	background-image: url("5 Friendlier, Legibilitier Optimized/Bodoni Friendlier.jpg");  
	background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; 
	background-repeat: no-repeat; 
	background-position:top center;
		background-position:top center;
		background-size: 100%;
}
.bg-red {
	background-color:#E01028;
	color: white;
}