/**
 * Content
 */


i, /*questo è per gestire l'italic*/
em {
	font-style: italic;
}

b,/*questo è per gestire il bold*/
strong {
	font-weight: bold;
}

.content img {
	float: none;
	margin-bottom: 0.5rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 1.2em;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Junicode Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
	letter-spacing: 0.02em;
}


.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

bodycopy {
	font-size: 2.1vw;
	font-weight: 400;
	color: rgb(153, 153, 153);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

bodycopy a {
	color: rgb(153, 153, 153);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
 }
  

bodycopy a:hover {
    color: rgb(255, 255, 255);

}


h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.1vw;
	line-height: 1.3;
	color: rgb(153, 153, 153);
	}

h1 a:hover{
	color: rgb(250, 250, 250);
}







/**
 * Image 
 */

.content img.image-zoom:active {
  opacity: .7;
}



.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -60%);
    z-index: +1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 70vw;
    height: 70vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

.indietro
{
  position: fixed;
  right: 0; /* to place it in the left corner, that'd be the most logical place; although this obviously isn't necessary, you could want to put it in the right corner or somewhere else and whatever /longcomment */
  top: 10px;
  width: 12vw;
  text-align: left /*!text_left*/;
}
.contatti
{
  position: fixed;
  right: 1; /* to place it in the left corner, that'd be the most logical place; although this obviously isn't necessary, you could want to put it in the right corner or somewhere else and whatever /longcomment */
  width: 79vw;
  text-align: left /*!text_left*/;
}
.spiegazione
{
  position: fixed;
  top: 5vw;
  width: 40vw;
  text-align: left /*!text_left*/;
  padding: 30px;
  font-size: 1.2vw
}
.titolo
{
  font-size: 2.1vw;
}
.immagini
{
 
    /*devi ancora mettere*/
}



@media screen and (max-width: 1000px){
	bodycopy{
	font-size: 3.8vw
	}
    h1{
	font-size: 3.8vw
	}
    .indietro{
	position: fixed;
  right: 0; /* to place it in the left corner, that'd be the most logical place; although this obviously isn't necessary, you could want to put it in the right corner or somewhere else and whatever /longcomment */
  top: 5.5vw;
  width: 60vw;
  text-align: right /*!text_left*/;
}
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

/*!non ho voluto toglierlo*/
[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}
/*!colore pagine no home*/
[data-css-preset] body {
	background-color: #000/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 6.2rem /*!main_margin*/;
	padding-bottom: 6.2rem /*!main_margin*/;
	padding-left: 6.2rem /*!main_margin*/;
	padding-right: 6.2rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}
