@charset "utf-8";

body, h1, h2, h3, p, a{
	margin:0;
	padding:0;
}

body{font-size: 19px;}

/*#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  position: fixed;
  display: block;
  background-color: #FFF6F0;
  z-index: 100000;
  text-align: center;
	animation: loading 0.9s forwards;
	
}
@keyframes loading{
	0%{width: 100%;
  height: 100%;}
	100%{width: 100%;
  height: 0%;}
}*/

/*#loading-image {
	width:48px;
	height: 48px;
	background-color: #FF7F1F;
	border-radius: 26px;
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}*/

p{
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 140%;
}

b{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
h2{
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	font-size: 36px;
	line-height: 60%;
	margin-top: 0px;
	margin-bottom:-14px;
}
h4{	
	color: #848484;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.immaginebody{
	background-color: #FFF6F0;
    background: url("img/sfondo_home1.svg") no-repeat;
    background-position: center top;	
	background-size: cover;
}

#contenitoresfondobianco{
	width: 1360px;
	/*width: 1361px*/;
	height: 630px;
	top: 850px;
	right: 0px;
	position: absolute;
	background-color:transparent;
	background-image: url("img/sfondo_home2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}

#top{
	top:0px;
	position: absolute;
}
#bottom{
	top:1120px;
	position: absolute;
}


#menu{
    height: 70px;
	/*height: 10%;*/
    width: 100%;
    background-color: #FFF;
    position: fixed;
    top: 0px;
    z-index: 9998;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

#internomenu {
	height: 70px;
	width: 1236px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
#logo {
/*	height: 27px;
	width: 88px;*/
	height: auto;
	width: 93px;
	float: left;
	position: fixed;
	margin-left: 18px;
	background-color: #fff;
	margin-top: 17.5px;
}

.vocimenu{
	background-color: #FFF;
	height: 44px;
	padding-top: 26px;
	position: relative;
	float: right;
}

.vocimenu a{
    font-size: 16px;
    color: #FFB288;
    text-align: right;
	margin-left: 16px;
	margin-right:16px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	position:relative;
	float: right;
	text-decoration: none;
}

.vocimenu a:link, .vocimenu a:visited{
	color: #FFB288;
	text-decoration: none;
}

.vocimenu a:hover, .vocimenu a:active{
	color: #FF7F1F;
	text-decoration: none;
}

.dropbtn {
	background-color: #fff;
	width: 105px;
	height: 70px;
	position: relative;
	float: right;
	border: none;
	font-size: 16px;
    color: #FFB288;
    text-align: center;
	margin-right: 0px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}

.dropdown {
	position: relative;
	float: right;
	display: inline-block;
}

.dropdown-content {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.85em;
	display: none;
	position: absolute;
	right: 0px;
	top:70px;
	height: 72px;
	background-color: #fff;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	min-width: 131px;
	-webkit-box-shadow: 0px 1.9px 2.2px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1.9px 2.2px 0px rgba(0,0,0,0.15);
	z-index: 1;
}

.dropdown-content a {
  color: #FFB288;
  float:right;
  padding: 0px 18px 18px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	color: #FFD000; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
color:#FF7F1F;}

.currentpage{
    color: #FF7F1F;}

#myNav{
	display: none;
}

#contenitore {
	background-color: transparent;
	/*width: 60%;*/
	width: 1200px;
	height: 1335px;
	margin-left: auto;
	margin-right: auto;
}

#helloimbeish{
	width: 455px;
	height: 340px;
	/*width: 38%;
	height: 26%;*/
	margin: auto;
	background-color:transparent;
	/*margin-top: 155px;*/
	margin-top: 12%;
}
.scarabocchi {
	margin-top:6px;
	margin-left: 22px;
	position: absolute;
	display: none;
	
}

/*#helloimbeish:hover .scarabocchi{
	display: block;
	animation: scarabocchi 0.6s ;
}
@keyframes scarabocchi{
	0%{opacity: 0.0;}
	100%{opacity: 1.0;}
}*/

#helloimbeish h1{
	font-family: 'Abril Fatface', 'Georgia', serif; 
	font-size: 105px;
	font-weight: 400;
	color: #FFB288;
	margin-top: 18px;
	line-height: 0.89em;
	animation: helloIm 2s forwards;
}

#hello{
	width: 275px;
	height: 205px;
	background-color:transparent;
	/*margin-top: -470px;*/
	margin-top: -10px;
	position: relative;
	float: left;
	margin-left: 105px;
	/*animation: compari 1s forwards;*/
	
}

/*#im{
	width: 151px;
	height: 117px;
	background-color:transparent;
	margin-top: -35px;
	position: relative;
	float: left;
	margin-left: 110px;
	font-family: 'Abril Fatface', cursive;
	font-size: 102px;
	color: #FFB288;
}*/

#beish{
	width: 100%;
	height: 100%;
	margin-top: 100px;
	animation:  compari 3s forwards;
}
/*#beish:hover{
		animation: headShake 2s ; referring directly to the animation's @keyframe declaration
}*/


#icreate{
	width: 370px;
	height: 44px;
/*	position: relative;
	float: left;
	margin-left: 528px;*/
	margin-left:auto;
	margin-right:auto;
	/*margin-top: 50px;*/
	margin-top: 5%;
	background-color: transparent;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	color: #FFB288;
	text-align: center;
	animation: compari 2.5s;
}

@keyframes compari{
	0% {opacity: 0.0;}
	10% {opacity: 0.0;}
	100% {opacity: 1.0;}
}

/*animazione iniziale?*/
@keyframes helloIm{
	0% {opacity: 0.0;}
	100% {opacity: 1.0;}
}


#frecciadownhome{
	width: 72px;
	height: 21px;
	background-color: transparent;
	position: relative;
	float: left;
	margin-left: 564px;
	/*margin-top: 41px;*/
	margin-top: 4%;
	display: block;
	background-image: url("img/down.png");
	background-repeat: no-repeat;
	background-position: bottom;
	animation: compari 4s forwards;
}
#frecciadownhome a:link, #frecciadownhome a:visited{
	width: 72px;
	height: 21px;
	background-color: transparent;
	position: relative;
	float: left;
	display: block;
	background-image: url("img/down.png");
	background-repeat: no-repeat;
	background-position: bottom;
}
#frecciadownhome a:hover, #frecciadownhome a:active{
	/*height: 30px;*/
	height: 21px;
	background-color: transparent;
	position: relative;
	float: left;
	display: block;
	/*transition: 0.2s;*/
}

.miafoto{
	width:410px;
	height: 390px;
	position: relative;
	float: left;
	margin-top: 270px;
	margin-left: 180px;
}

.miafotosopra{
	width:420px;
	height: 395px;
	position: relative;
	float: left;
	margin-top: 265px;
	margin-left: 180px;
	margin-bottom: -10px;
}

.miafotosopra2{
	width: 400px;
	height: 374px;
	position: relative;
	float: left;
	margin-top: 280px;
	margin-left: 190px;
	margin-bottom: -10px;
}

.illustrazionehome{
	width: 400px;
	height: 400.5px;
	position: relative;
	float: left;
	margin-top: 280px;
	margin-left: 190px;
	margin-bottom: -20px;
}


#descrizioneuno {
	width: 375px;
	height: 68px;
	background-color: transparent;
	position: relative;
	float: left;
	margin-top: 385px;
	margin-left: 30px;
	
}

#descrizionedue {
	width: 411px;
	height: 106px;
	background-color: transparent;
	position: relative;
	float: left;
	margin-top: 25px;
	margin-left: 30px;
}

.abouthome{
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	color: #000;
	margin-top: 0px;
	line-height: 145%;
}
.abouthome b{
	color: #FF7F1F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

             /*BOTTONI HOMEPAGE E HOVER 2 OPZIONI*/
      /*OPZIONE 1*/
/*#learnmoreaboutmebutton {
    width: 248px;
	position: relative;
	float: left;
	clear: left;
	margin-left: 320px;
}

#checkmyprojectbutton {
    width: 255px;
	position: relative;
	float: left;
	margin-left: 70px;
}

.homebutton {
    font-size: 18px;
    color: #fff;
	padding-top: 7px;
    border-radius: 40px;
	height: 31px;
	margin-top: 62px;
	background-color: #FFC3A3;	
    text-align: center;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
.homebutton:link, .homebutton:visited{
    font-size: 18px;
	padding-top: 7px;
    border-radius: 40px;
	background-color: #FFC3A3;
	margin-top: 62px;
	height: 31px;
}
.homebutton:hover, .homebutton:active{
    font-size: 18.3px;
	padding-top: 8px;
    border-radius: 40px;
	background-color: #FFD4BC;
	margin-top: 61px;
	height: 32px;
}*/

      /*OPZIONE 2*/
#learnmoreaboutmebutton {
    width: 248px;
	position: relative;
	float: left;
	clear: left;
	margin-left: 320px;
	font-size: 18px;
    color: #fff;
	padding-top: 7px;
    border-radius: 40px;
	height: 31px;
	margin-top: 62px;
	background-color: #FFC3A3;	
    text-align: center;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
#learnmoreaboutmebutton:link, #learnmoreaboutmebutton:visited{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

#learnmoreaboutmebutton:hover, #learnmoreaboutmebutton:active{
	width: 252px;
    height: 31px;
    font-size: 18.3px;
    text-align: center;
	background-color: #FFD4BC;
	/*margin-left: 318px;*/
	margin-top: 61px;
	margin-left: 318px;
	padding-top: 7.5px;
	transition: 0.1s;
}

#checkmyprojectbutton {
    width: 255px;
	position: relative;
	float: right;
	margin-right: 305px;
	font-size: 18px;
    color: #fff;
	padding-top: 7px;
    border-radius: 40px;
	height: 31px;
	margin-top: 62px;
	background-color: #FFC3A3;	
    text-align: center;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;	
}

#checkmyprojectbutton:link, #checkmyprojectbutton:visited{
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

#checkmyprojectbutton:hover, #checkmyprojectbutton:active{
	width: 259px;
    height: 31px;
    font-size: 18.3px;
    text-align: center;
	background-color: #FFD4BC;
	/*margin-right: 303px;*/
	margin-top: 61px;
	margin-right: 303px;
	padding-top: 7.5px;
	transition: 0.3s;
}
      /*FINE BOTTONI HOME*/




/*Portfolio-Illustrations*/
#contenitoreportfolio{
	width: 879px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	background-color: transparent;
	animation: loading 1s forwards;
	animation-timing-function:cubic-bezier(); 
}
@keyframes loading{
	0%{margin-top: 70%;}
	100%{margin-top:0px;}
}

#contenitoreslider{
	width:292px;
	height: 46px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#slider{
	width:97%;
	height: 82.5%;
	margin-top: 4px;
	margin-left: 4px;
	position: relative;
	float: left;
	background-color: #FFEEE2;
	border-radius: 30px;
	text-align: center;
	color: #FFB288;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
}
#slider a{	
	color: #FFB288;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
#slider a:link, #slider a:visited{	
	color: #FFB288;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
#slider a:hover, #slider a:active {	
	color: #FFD000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-decoration: none;
	transition: 0.2s;	
}

/*#slider:active + .slider_bordo_sx{
	margin-left:142px;
	transition-duration: 0.3s;
}*/

#slider_projects{
    width: 50%;
    height: 81%;
    position: relative;
	float: left;
    border-radius: 30px;
	padding-top: 7.2px;
}

#slider_illustrations{
    width: 50%;
    height: 81%;
    position: relative;
	float: right;
    border-radius: 30px;
	padding-top: 7.5px;
}
.slider_active {
	background-color: #FFF6F0;
	height: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #FFD000;
}

.slider_bordo_sx{
    width: 142px;
    height: 38px;
    position: absolute;
	float: left;
	margin-left: 0px;
    background-color: transparent;
    border-radius: 30px;
    border: 4.5px solid rgba(255,217,11,1.00);	 
}

.slider_bordo_dx{
    width: 142px;
    height: 38px;
    position: absolute;
	margin-left: 142px; 
    background-color: transparent;
    border-radius: 30px;
    border: 4.5px solid rgba(255,217,11,1.00);
}


#contenitoreQuadratiIllustrazioni{
	width: 879px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: transparent;
	position:relative;
	float: left;
	margin-top: 30px;
	clear: left;
}

.quadratiIllustrazioniSmall{
	width: 415px;
	height: 415px;
	position: relative;
	float: left;
	margin: 12px;
	background-color: #fff;
	border-radius: 15px;
	/*animation: flipInX 1s;*/
}

.quadratiIllustrazioniSmall:hover{
	position: static;
	float: left;
	background-color: #fff;
	animation: illhover 0.4s forwards;
	/*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
	opacity: 0.8;
	/*animation: flipInX 1s;*/
}
/*@keyframes illhover{
	0%{margin:12px;}
	100%{margin-top:8px;margin-bottom:16px;}
}*/

/*Rettangoli progetti*/
.project1{
	width: 854px;
	height: 375px;
	position: relative;
	float: left;
	margin: 12px;
	background-color: #Fff;
	border-radius: 15px;
	/*animation: flipInX 1s;*/
}

.prj1misure{width:854px; height:375px; border-radius: 15px;}

.project2{
	width: 415px;
	height: 513px;
	position: relative;
	float: left;
	margin: 12px;
	background-color: #Fff;
	border-radius: 15px;
	/*animation: flipInX 1s;*/
}
.prj2misure{width: 415px;	height: 513px; border-radius: 15px;}



.overlayproject {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color:rgba(255,255,255,.95);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

.project1:hover .overlayproject{
	height: 91px;
}

.project2:hover .overlayproject{
	height: 91px;
}


.infoproject{
	width: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: transparent;
}

.backtotop{
    height: 37px;
    width: 37px;
    margin-left: 40px;
    top: 600px;
    background-color: #FFF;
    border-radius: 20px;
    position: fixed;
    z-index: 800;
    -webkit-box-shadow: 0px 0.5px 2.5px rgba(0,0,0,0.20);
    box-shadow: 0px 0.5px 2.5px rgba(0,0,0,0.20);
}

#descrizioneprjmobile{
	display: none;
}

#breadcrumps {
	width: auto;
	height: auto;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 20px;
	position: fixed;
	top: 100px;
	left: 20px;
	color: #8A8A8A;
	background-color: transparent;
	z-index: -10;
	font-size: 15px;
}

#breadcrumps a{
	text-decoration-line: none;
	color: #8A8A8A;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	opacity: 1;
}
#breadcrumps a:link, #breadcrumps a:visited{
	text-decoration-line: none;
	color: #8A8A8A;
	opacity: 1;
}
#breadcrumps a:hover, #breadcrumps a:active{
	text-decoration-line: none;
	color: #8A8A8A;
	opacity: 0.6;
}
#breadcrumps b{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color:#8A8A8A;
}


  /*ABOUT*/

.bodyabout{
	background-color: #FFF6F0;
}
#contenitoresfondobiancoabout{
	width: 1300px;
	height: 630px;
	/*width:89.5%;*/
	top: 10px;
	right: 0px;
	position: absolute;
	background-color:transparent;
	background-image: url("img/sfondo_home2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}
#contenitoresfondobiancoabout2{
	width: 100%;
	height: 140px;
	/*width:89.5%;*/
	top: 610px;
	position: absolute;
	background-color:#fff;
	z-index: -1;
	display: none;
}	
#sfondobiancocontact{
	width:87%;
	/*width:1322px;*/
	height:280px;
	top: 1170px;
	left: 0px;
	position: absolute;
	background-color: #fff;
	border-bottom-right-radius: 140px;
	border-top-right-radius: 140px;	
	z-index: -1;
}

.fotoabout{
	width: 429px;
	height: 392px;
	position: relative;
	float: left;
	margin-top: 103px;
	margin-left:-140px;
	/*margin-left: 190px;*/
}

.fotoaboutsopra{
	width: 400px;
	height: 374px;
	position: relative;
	float: left;
	/*margin-top: 103px;
	margin-left:-140px;*/
	margin-top: 115px;
	margin-left:-100px;
}

.illustrazioneabout{
	width: 380px;
	height: 380.5px;
	position: relative;
	float: left;
	/*margin-top: 103px;
	margin-left:-140px;*/
	margin-top: 115px;
	margin-left:-75px;
}

.fotoaboutsopra2{
	width: 350px;
	height: 327px;
	position: relative;
	float: left;
	margin-top: 145px;
	margin-left:-75px;
}

#whoami{
	width:115px;
	height: 95px;
	position: relative;
	float: left;
	margin-top: 160px;
	/*margin-left: 205px;*/
	margin-left: 155px;
}

#whoami h2{
	color: #FFD000;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	font-size: 41px;
	line-height: 100%;
	margin-bottom: 0.8em;
}

#paletteabout{
	width: 257px;
	height: 120px;
	position: relative;
	float: left;
	margin-top: 4px;
	margin-left: 265px;
	color: #FFD000;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 0.9em;
}
#paletteabout2{
	width: 257px;
	height: 120px;
	position: relative;
	float: left;
	margin-top: 4px;
	margin-left: 265px;
	color: #FFD000;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 0.9em;
	display: none;
}

#paletteabout-mobile-portrait{display: none;}

.peachy{
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background-color: #FFB288;
	position: relative;
	float: left;
	margin-left:27px;
	margin-top:16px;
}
.orange{
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background-color: #FF7F1F;
	position: relative;
	float: left;
	margin-left:19px;
	margin-top:16px;
}
.yellow{
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background-color: #FFD000;
	position: relative;
	float: left;
	margin-left:19px;
	margin-top:16px;
}

.palettedescr{
	position: relative;
	float:left;
	width: 230px;
	height: 20px;
	margin-top: 62px;
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.peachy:hover .palettedescr{
	opacity: 1.0;
}
.orange:hover .palettedescr{
	opacity: 1.0;
}
.yellow:hover .palettedescr{
	opacity: 1.0;
}



#descrizioneabout{
	width: 473px;
	height: 448px;
	position: relative;
	float: right;
	margin-top: 168px;
	margin-right: 100px;
}

#descrizioneabout2{
	width: 342px;
	height: 398px;
	position: relative;
	float: right;
	margin-top: -121px;
	margin-right: 63px;
	display: none;
}

#aboutmyeducation{
	width: 206px;
	height: 90px;
	position: relative;
	float: left;
	margin-top: 126px;
	margin-left: 205px;
	clear: both;
}
.scarabocchieducation{
	width: 225px;
	height: 110px;
	margin-top: -112px;
	margin-left: -15px;
	position: relative;
	float: left;
	animation: scarabocchieducation 1.5s infinite alternate;
}

@keyframes scarabocchieducation {
	0%{margin-top: -112px;}
	100%{margin-top: -108px;}
}

#descrizioneeducation{
	width: 545px;
	height: 306px;
	position: relative;
	float: left;
	margin-top: 137px;
	margin-left: 70px;
}

#descrizioneeducation a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FF7F1F;
	text-decoration: underline;
}
#descrizioneeducation a:link, #descrizioneeducation a:visited{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FF7F1F;
	text-decoration: underline;
}
#descrizioneeducation a:hover, #descrizioneeducation a:active{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: rgba(255,127,31,0.50);
	text-decoration: underline;
}

#aboutmyeducation h2{
	color: #FF7F1F;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	font-size: 41px;
	line-height: 100%;
	margin-bottom: 0.8em;
}
#downloadcv{
    width: 154px;
    height: 30px;
	background-color: #FFF6F0;
    position: relative;
    float: left;
	clear: both;
    margin-top: -58px;
    margin-left: 205px;
    border-radius: 25px;
    border: 3px solid #FFC3A3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #FFC3A3;
	text-align: center;
	padding-top: 7px;
	
	display: none;
}

#getintouch {
	width: 195px;
	height: 86px;
	position: relative;
    float: left;
	clear: both;
    margin-top: 160px;
    margin-left: 205px;
}

.scarabocchigetintouch{
	width: 231px;
	height: 140px;
	margin-top: -143px;
	margin-left: -30px;
	position: relative;
	float: left;
	animation: scarabocchigetintouch 1.3s infinite alternate;
}
.scarabocchigetintouch1{
	width: 52px;
	height: 140px;
	margin-top: -143px;
	margin-left: -30px;
	position: relative;
	float: left;
	animation: scarabocchigetintouch1 1.3s infinite alternate;
}
.scarabocchigetintouch2{
	width: 80px;
	height: 140px;
	margin-top: -143px;
	margin-left: 115px;
	position: relative;
	float: left;
	animation: scarabocchigetintouch2 1.3s infinite alternate;
}

/*@keyframes scarabocchigetintouch{
	0%{width: 231px; height: 140px; margin-top: -143px; margin-left: -30px;}
	100%{width: 235px;height: 144px; margin-top: -145px; margin-left: -32px; }
}*/
@keyframes scarabocchigetintouch1{
	0%{width: 52px; height: 140px; margin-top: -143px; margin-left: -30px;}
	100%{width: 56px;height: 144px; margin-top: -145px; margin-left: -32px; }
}
@keyframes scarabocchigetintouch2{
	0%{width: 80px; height: 140px; margin-top: -143px; margin-left: 115px;}
	100%{width: 84px;height: 144px; margin-top: -145px; margin-left: 117px; }
}

#getintouch h2{
	color: #FFB288;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	font-size: 41px;
	line-height: 100%;
	margin-bottom: 0.8em;
}
#email{
	width: 411px;
	height: 33px;
	position: relative;
    float: left;
	margin-top: 212px;
    margin-left: 82px;
	font-size: 23px;
}

#contacts{
	width: 411px;
	height: 33px;
	position: relative;
    float: left;
	margin-top: 32px;
    margin-left: 68px;
	margin-bottom: 83px;
}

#contacts a{
	margin-left: 15px;
	margin-right: 15px;
	color: #F2A3A4;
}
#contacts a:link, #contacts a:visited{
	margin-left: 15px;
	margin-right: 15px;
	color: #FFB288;
}
#contacts a:hover, #contacts a:active{
	margin-left: 15px;
	margin-right: 15px;
	color: rgba(255,178,136,0.50);
}


/*FOOTER*/

.immaginefooter{
    background: url("img/sfondo_portfolio.svg")no-repeat;
    background-position:bottom;	
	background-size: 100%;
}

#footer {
    height: 48px;
    width: 100%;
    clear: both;
    background-color: #FFF6F0;
    position: relative;
    bottom: 0px;
    color: #FFC3A3;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding-top: 27px;
}

	/*	ANIMAZIONI */

@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


