@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Parisienne&display=swap');

body{
	font-family: 'Crimson Text', serif;
}
.special{
	font-family: 'Parisienne', cursive;
}
.main-container {
  height: calc(100vh - 100px);
  overflow-y: auto; /* Aggiunge una barra di scorrimento se necessario */
	border: 5px solid #fff;
}
.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;	
}
.cornice{
	width: calc(100% - 40px);	
	height: calc(100% - 40px);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	border: 1px solid #fff;
	/*border-radius: 20px;*/
}
.logo{
	min-width: 300px;
	max-width: 650px;
	min-height:  200px;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 3;
	background-color: #7a652c;
	color: #fff;
	border-radius: 0 20px 20px 0;
	margin-right: 30px;
	/*background-color: rgba(181,151,73,0.70);*/
}
.box-logo{
	padding: 20px 20px 20px 40px ;
	text-align: center;
}
.box-logo img{
	margin: 0 auto;
	max-width: 100%;
}
.altri-siti{
	color: #FFFFFF;
    background-color: #505050;
	border-top: 0px solid #fff;
	border-botom: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.box-siti{	
}
.cornice-altri-siti{
	width: calc(100% - 32px);	
	height: calc(100% - 12px);
	position: absolute;
	top: 6px;
	left: 16px;
	z-index: 2;
	border: 1px solid #fff;
	/*border-radius: 20px;*/
}
img.radius{
	/*border-radius: 20px;*/	
}
.logo-siti{
	position: absolute;
	top: 20px;
	left: 12px;
	z-index: 3;
	background-color: #fff;
	border-radius: 0 20px 20px 0;
	min-width: 150px;
	/*background-color: rgba(181,151,73,0.70);*/
}
.box-logo-siti{
	padding: 10px 10px 10px 20px ;
	text-align: center;
	min-height: 90px;
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.box-logo-siti img{
	max-height: 70px;
	max-width: 150px;
}
.box-btn{
	position: absolute;
	bottom: -12px;
	right: 30px;
	z-index: 4;
}
.btn-primary {
    color: #fff;
    background-color: #7a652c;
    border-color: #7a652c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #9A7514;
    border-color: #9A7514;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #9A7514;
    border-color: #9A7514;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9A7514;
    border-color: #9A7514;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #9A7514;
    border-color: #9A7514;
}
.bk-ocra{
	background-color: #7a652c;
	color: #fff;
	border: 5px solid #fff;
}
.bk-ocra a{
	color: #fff;	
}
@media (max-width: 800px) {	
	.main-container {
	  min-height: 400px;
	}
	.logo-siti{
		min-width: 100px;
	}
	.box-logo-siti{
		min-height: 60px;
	}
	.box-logo-siti img{
		max-height: 50px;
		max-width: 90px;
	}
}