.card-link:hover{
	opacity: 0.7;
    transition: 0.3s ease;
}
/**
 * SPAZIO TITOLO ALTO
 */

.page-project{
	margin-top:94px;
    margin-bottom:20px;
}
.name-page{
	margin-top:40px;
    margin-bottom:20px;
}

/**
 * SOUND
 */

.cover-sound:hover{
	opacity: 0.5;
    transition: 0.3s ease;
}

/**
 * resposive HOME
 */


 .item-menu-smart{
      display: none;  
  }

.grid-home-smart{
    display: none;

}

@media only screen and (max-width: 640px) {
  .grid-home-smart {
      margin-top:150px;
      display: inherit;
      margin-top: 150px;
      
  }
   
}


@media only screen and (max-width: 640px) {
  .item-menu {
      display: none;
      justify-content: center;
      font-size: 1.5em!Important;
     
  }
}

.grid-home{
	margin-top: 1%;
    
}


@media only screen and (max-width: 640px) {
  .grid-home {
      display: none;
      margin-top: 70px;
     
  }
}



/**
 * ANIMAZIONI HOMEPAHE
 */

@media only screen and (max-width: 640px) {
  .animation-1 {
   
      display: flex;
      justify-content: center;
      position: absolute;
      margin-left: 40px;

      transform: scale(0.4)!Important;
      
  }
}

@media only screen and (max-width: 640px) {
  .animation-2 {
   
      display: flex;
      justify-content: flex-end;
      position: absolute;
      transform: scale(0.4)!Important;
  }
}

@media only screen and (max-width: 640px) {
  .animation-3 {
  
      display: flex;
      justify-content: flex-start;
      position: absolute;
      transform: scale(0.4)!Important;
  }
}

.card-project:hover{
	opacity: 0.5;
    transition: 0.3s ease;
}


.animation-1 {
  animation: mymove 4.5s infinite;
}

@keyframes mymove {
  50% {opacity: 0;}
}

.animation-2 {
  animation: mymove 3s infinite;
}

@keyframes mymove {
  50% {opacity: 0;}
}

.animation-3 {
  animation: mymove 6s infinite;
}

@keyframes mymove {
  50% {opacity: 0;}
}



/**
 * HEADER / FOOTER
 */

img{
height: 40px;
width: 40px;
}

.grid-menu{
display: flex;
 margin: 10px;
}

.menu{
display: flex;
align-items:center;
flex-wrap: wrap;
}

.item2222{
display: flex;
padding: 10px;
margin-left: 20px;
font-size: 1.2em;
}

.item2222:hover{
font-style: italic;
transition: 0.3s ease;
}

.grid-contact{
display: flex;
    justify-content:center;
}

.contact{
display: flex;
justify-content: flex-start;
align-items:center;
height: 96vh;
align-items:flex-end;
position: fixed;
}


.info-contact{
padding: 10px;
font-size: 1em;
font-family: sans-serif;
}

div.fixed {
  top: 2%;
  left: 2%;
  width: 40px;
  height: 40px;
}

.info-footer{
	font-size: 1em;
}


.bio{
   color: black;
    font-size: 1.1em;
    line-height: 1.2em;
}

.scroll-grid{
   margin-top: 30vh;
    position: fixed;
    width: 100%;
    height: 20px;
}

.info-scroll{
	color: black;
    font-size: 0.7em;
}

.social{
    margin-top: 20px;
}



/**
 * Resets
 */


* 

{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #ccc;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 0.2em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent/*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0.2rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 88%/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.1rem;
	font-weight: 200;
	color: rgb(0, 0, 0);
	font-family: "Work Sans", Social /*!Google*/;
	font-style: normal;
	line-height: 1;
}

[data-predefined-style="true"] main a {
	color: rgb(0, 0, 0);
    padding-bottom: 0.05em;
    border-bottom: 0em solid rgba(255, 255, 255, 0.31);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
    
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Work Sans", Social /*!Google*/;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	font-size: 4.3rem;
	line-height: 1.4;
	color: rgb(0, 0, 0);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
	font-family: "Work Sans", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 1.2rem;
	line-height: 1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.2;
	font-family: "Work Sans", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.66);
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: none;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
