html{
    width: 100%;
}
body{
    font-family: 'Raleway', sans-serif;
    width: 100%;
	background-color: black;
}

/*--------------- HEADER ---------------*/
/* gestione logo 2025*/
/* Stile per desktop */
.qrlogo {
    position: absolute;
    top: 20px;
    left: 30px;
}

/* Stile per mobile */
@media (max-width: 768px) {
    .qrlogo {
        /*position: static; /* O rimuovi il posizionamento */
		top: 5px;
        left: 15px;
		width:35%;		
    }
}

#header{
    background-color: black;
	background-image:url(../images/header-bckground.jpg);
	background-repeat: no-repeat;
}
/* HEADER IMG & EMAIL 
#header>div#logo_impresa{
    margin-top: 20px;
    padding-left:35px;
}*/
a#email {    
    text-align: right;
}
a#email {
    color:#fcba03;
    text-decoration: none;
    font-size: 30px;
}
a#email:hover{
    color:red;
}
/* HEADER NAV */
/* BUTTON */
#header > nav> div >div >button{
    background-color: black;
    color:white;
    border:none;
    font-size: 25px;
    width:35px;
    height:35px;
}
#header > nav> div >div >a{
    color: white;
    font-size: 25px;
}
/* NAV */
#header > nav> div >div >ul{
    list-style: none;
    padding:0px;
    margin-top:20px;
}
#header > nav> div >div >ul> li{
    display:inline-block;
    padding:0px 10px 0px 20px;
}
#header > nav> div >div >ul> li> a{
    color:white;
    text-decoration: none;
    font-size: 20px;
}

@media screen and (max-width:1200px){
    #header > nav> div >div >ul> li{
        display:block;
        padding:0px 10px 0px 20px;
        text-align: center;
    }
}

nav {
	/*margin-top: 25px;*/
}

nav .navbar-nav li a {
	color: white !important;
	background-image: url(../images/li_ico.jpg);
	background-repeat: no-repeat;
	padding-left: 20px !important;
	padding-top: 0px !important;
    padding-right: 20px !important;
    list-style-type: none;
}
nav .navbar-nav li a:hover{
    color:red !important;
}


.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,225,225, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.custom-toggler .navbar-toggler {
  border-color: rgb(255,255,255) !important;
} 


/*--------------- MAIN ---------------*/

.vuoto{
    max-width: 100%;
    max-height: 100%;	
}

.logo{
    max-width: 100%;
    max-height: 100%;	
}

.container-fluid{
	background-color: black;
}
#main{
    padding-top: 25px;
    padding-left:20px;
    /*background-color: #d1d1e0;*/
	background-color: black;
}
/* MAIN CONTENT */
#content img {
    max-width: 100%;
    max-height: 100%;
}
#content h1 {
    color: red;
    font-size: 30px;
}
#content ul {
    list-style: none;
    padding-left: 0;
}
#content  li{
    color: white;
    font-size: 15px;
	background-image: url(../images/li_ico.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
    padding-right: 10px;
    list-style-type: none;
}
#content  li:before{
    /*font-family: FontAwesome;
    content: "\f101";
	color: red;*/
}

/* ----- MAIN EXTRA-LEFT -----*/
div#extra-left img {    
    margin-left:auto;
    margin-right:auto;
	max-width:100%;
    max-height:100%;
	
}
@media screen and (min-width:601px){
  div#extra-left img{
    display:block;
	}
}
@media screen and (max-width:600px){
  div#extra-left img{
    margin-bottom: 10px
	}
}
/*------- info ------------*/
div#content p.info {
  color: white;
  background-image: url("../images/li_ico.jpg");
  background-repeat: no-repeat;
  margin: 0 5px;
  padding-bottom: 10px;
  padding-left: 21px;
  word-break: break-all;
}
/*------- info ------------*/
div#content p {
  color: white;
  word-break: break-all;
}
/*--------------- FOOTER ---------------*/
#footer{
    padding-top: 20px;
    background-color: black;
    font-size: 15px;
    color:white;
    text-align: center;
	word-break: break-all; 
}
#footer_content > img{
    max-width: 100%;
}
@media screen and (max-width:1000px){
  #footer{
    font-size: 18px;
	}
}

@media screen and (max-width:600px){
  #footer{
    font-size: 12px;
	}
}
