/* By  Griis Service - http://www.griis.it */

body {
background-color: #ffe6e6;

}

h1 {
font-size: 70px;
font-weight: normal;
}
h2 {
font-size: 26px;
font-weight: normal;
}
h3 {
font-size: 18px;
font-weight: normal;
}
a { color: rgb(51, 153, 255); text-decoration: none }
a:visited { color: #3399ff; text-decoration: none; 

    	opacity: 5;	
	transition: .9s ;


}
A:hover {
   color:rgb(184, 46, 92);
   text-decoration: none;
 
    	opacity: 5;	
	transition: .9s ;
} 


html{
	width:100%;
}


.responsive {
 max-width: 100%;
 height: auto;
}	
	


.boxrel5 {
 padding:5px; 
 margin:5px; 
 border-radius: 15px;
 box-shadow: 15px 15px 7px 	#58414d;
 background-color:#ff8080; 
 border:none; 
 width: 250px; 
 color: #750000; 
 font-weight:bold;
}


img {
    border-radius: 25px;
    box-shadow: 15px 15px 7px #58414d;
}


.vertical-panel-title{
  font-family: 'montserratsemibold';
  font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1em;
  color: #FFDAB9;
  position: fixed;
  left: 25px;
  margin:0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
   -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
 }
 
 .testoCorpo{
	font-family: 'mrs_saint_delafieldregular';
	font-size:70px;
	
}

@font-face {
    font-family: 'mrs_saint_delafieldregular';
    src: url('mrssaintdelafield-regular-webfont.woff2') format('woff2'),
         url('mrssaintdelafield-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}


