@media only screen and (max-width: 479px) {
	
.immaginebody{
	background-color: #FFF6F0;
    background: url("img/sfondo_home_salti.svg") no-repeat;
    background-position: center top;	
	background-size: 120%;
}	
	
#contenitoresfondobianco{
	width: 1130px;
	height: 550px;
	top: 770px;
	right: 0px;
	position: absolute;
	background-color:transparent;
	background-image: url("img/sfondo_home2.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	display: none;
}	
	
#menu{
    height: 65px;
	/*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: 65px;
	width: 90%;
	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: 14.5px;
}	
	
#hamburger{
	width: 30px;
	height:30px;
	position: relative;
	float: right;
	margin-right: -30px;
	margin-top: 22px; 
}
.hamburger{
	width: 30px;
	height: 5px;
	background-color: #FFD000;
	border-radius: 3px;
	margin-bottom: 3px;
}
.closebtn {
  	width: 30px;
	height:30px;
	position: relative;
	float: right;
	margin-right: 5px;
	margin-top: 22px;
	cursor: pointer;
}	
/*overlay originale, non modificato https://www.w3schools.com/howto/howto_js_fullscreen_overlay.asp*/
	
#myNav{
	display: block;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 65px;;
  right: 0;
  background-image: linear-gradient(rgb(255,255,255,1), rgba(255,248,242,0.93));
  overflow: hidden;
  transition: 0.5s;
  -webkit-box-shadow: 0px 1.8px 2px 0px rgba(0,0,0,0.15);
   box-shadow: 0px 1.8px 2px 0px rgba(0,0,0,0.15);
}
	
.overlay-content {
	position: absolute;
	float:right;
	top: 5%;
 	width: 100%;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #FFB288;
	text-align: right;
	margin-top: 10px;
	right: 15%;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
	color: #FFB288;
  display: block;
  transition: 0.3s;
	margin-bottom: 3px;
}

.overlay a:hover, .overlay a:focus {
  color: #FF7F1F;
}	
	
	
.vocimenu{
	background-color: #FFF;
	height: 44px;
	padding-top: 26px;
	position: relative;
	float: right;
	display: none;
}	

	
#contenitore {
	background-color: transparent;
	width: 310px;
	height: 975px;
	margin-left: auto;
	margin-right: auto;
}

#helloimbeish h1{
	font-family:  'Abril Fatface', 'Bodoni MT', cursive;
	font-size: 79px;
	font-weight: 400;
	color: #FFB288;
	margin-top: 0px;
	line-height: 0.87em;
}	
	
#helloimbeish{
	width: 310px;
	height: 250px;
	/*height: 72vh;*/
	margin: auto;
	/*margin-top: 155px;*/
	margin-top: 17%;
}
	
#hello{
	width: 238px;
	height: 139px;
	/*margin-top: -470px;*/
	margin-top: -8px;
	position: relative;
	float: left;
	margin-left: 62px;
}

.beish{
	width: 100%;
	height: auto;
}
	
#icreate{
	width: 320px;
	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: 28px;
	color: #FFB288;
	text-align: center;
	animation: compari 0.5s;
}	
	
	
#frecciadownhome{
	width: 72px;
	height: 21px;
	background-color: transparent;
	position: relative;
	float: left;
	margin-left: 341.5px;
	/*margin-top: 41px;*/
	margin-top: 5%;
	display: none;
	background-image: url("img/down.png");
	background-repeat: no-repeat;
	background-position: bottom;
}	
	
	
.illustrazionehome{
	width: 275px;
	height: 275.5px;
	position: relative;
	float: left;
	margin-top: 45px;
	margin-left: 20px;
	margin-bottom: 0px;
}	
	
#descrizioneuno {
	width: 285px;
	height: 68px;
	background-color: transparent;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left:5px;
}

#descrizionedue {
	width: 320px;
	height: 106px;
	background-color: transparent;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
	
.abouthome{
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	color: #000;
	margin-top: 0px;
	line-height: 145%;
}

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

#checkmyprojectbutton {
    width: 255px;
	height: 31px;
    border-radius: 40px;
	background-color: #FFC3A3;
	position: relative;
	float: left;
	margin-left: 33px;
	margin-top: 16px;
	padding-top: 7px;
	font-size: 18px;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    color: #fff;	
    text-align: center;	
}	
	
#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: 248px;
    height: 31px;
    font-size: 18.3px;
    text-align: center;
	background-color: #FFD4BC;
	/*margin-left: 318px;*/
	margin-top: 15px;
	margin-left: 36px;
	padding-top: 7px;
	transition: 0.2s;
}

#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: 255px;
    height: 31px;
    font-size: 18.3px;
    text-align: center;
	background-color: #FFD4BC;
	/*margin-right: 303px;*/
	margin-top: 16px;
	margin-left: 33px;
	padding-top: 7.3px;
	transition: 0.2s;
}	

	
	/*ABOUT*/
	
#contenitoresfondobiancoabout{
	width: 100%;
	height: 315px;
	/*width:89.5%;*/
	top: 0px;
	right: 0px;
	position: absolute;
	background-color:transparent;
	background-image: url("img/sfondo_home2.svg");
	background-repeat: no-repeat;
	background-size: 101%;
	background-position: bottom right;
}
#contenitoresfondobiancoabout2{
	width: 100%;
	height: 940px;
	/*width:89.5%;*/
	top: 295px;
	position: absolute;
	background-color:#fff;
	z-index: -1;
	display: block;
}	

.illustrazioneabout{
	width: 230px;
	height: 231px;
	position: relative;
	float: left;
	/*margin-top: 103px;
	margin-left:-140px;*/
	margin-top: -170px;
	margin-left:-20px;
	z-index: 10;
}	
	
#schedapalette{
	width:236px;
	height: 340px;
	position: relative;
	float: left;
	margin-top: -60px;
	margin-left: 62px;	
	background-color: #FFF;
	border-radius: 35px;
	clear: left;
	display: none;
}

#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;
	display: none;
}	
#paletteabout2{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin-top: 66px;
	margin-left: 28px;
	color: #FFD000;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 0.93em;
	display: block;
}
#descrpalette2{
	width:200px;
	height: 300px;
	float:left;
	position: relative;
	margin-left:50px;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
#paletteabout-mobile-portrait{
	display: block; 
	width:100%;
	height: auto;
	}
	
.peachy{
	width: 47px;
	height: 47px;
	border-radius: 100%;
	background-color: #FFB288;
	position: relative;
	float: left;
	margin-left:5px;
	margin-top:24px;
}
.orange{
	width: 47px;
	height: 47px;
	border-radius: 100%;
	background-color: #FF7F1F;
	position: relative;
	float: left;
	margin-left:5px;
	margin-top:18px;
	clear: left;
}
.yellow{
	width: 47px;
	height: 47px;
	border-radius: 100%;
	background-color: #FFD000;
	position: relative;
	float: left;
	margin-left:5px;
	margin-top:18px;
	clear: both;

}
.palettedescr{
	position: relative;
	float:left;
	width: 120px;
	height: 42px;
	margin-top: 0px;
	margin-left: 60px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	opacity: 1.0;
}
	
#whoami{
	width:105px;
	height: 95px;
	position: relative;
	float: right;
	margin-top: 155px;
	/*margin-left: 205px;*/
	margin-right: 15px;
	z-index: 10;
}	
#descrizioneabout{
	width: 310px;
	height: 398px;
	position: relative;
	float: left;
	margin-top: 21px;
	margin-left: 5px;
	display: block;
}
#partedescrizioneabout{
		display: none;
	}
#descrizioneabout2{
	width: 320px;
	height: 398px;
	position: relative;
	float: right;
	margin-top: -130px;
	margin-right: 0px;
	display: none;
}	

#aboutmyeducation{
	width: 205px;
	height: 50px;
	position: relative;
	float: left;
	margin-top: 550px;
	margin-left: 15px;
	clear: both;
}		
	
#descrizioneeducation{
	width: 310px;
	height: 390px;
	position: relative;
	float: left;
	margin-top: 85px;
	margin-left: 5px;
	display: block;
}
#sfondobiancocontact{
	width:100%;
	/*width:1322px;*/
	height:290px;
	top: 1990px;
	left: 0px;
	position: absolute;
	background-color: #fff;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;	
	z-index: -1;
}
#getintouch {
	width: 180px;
	height: 40px;
	position: relative;
    float: left;
	clear: both;
    margin-top: 235px;
    margin-left: 15px;
}
	
.scarabocchigetintouch2{
	width: 80px;
	height: 140px;
	margin-top: -108px;
	margin-left: 290px;
	position: relative;
	float: left;
	animation: scarabocchigetintouch2 1.3s infinite alternate;
}
	

#email{
	width: 311px;
	height: 23px;
	position: relative;
    float: left;
	margin-top: 82px;
    margin-left: 5px;
	font-size: 20px;
}

#contacts{
	width: 320px;
	height: 33px;
	position: relative;
    float: left;
	margin-top: 30px;
    margin-left: -3px;
	margin-bottom: 37px;
	font-size: 0.9em;
}
#contacts a{
	margin-left: 11px;
	margin-right: 11px;
	color: #F2A3A4;
}
#contacts a:link, #contacts a:visited{
	margin-left: 11px;
	margin-right: 11px;
	color: #FFB288;
}
#contacts a:hover, #contacts a:active{
	margin-left: 11px;
	margin-right: 11px;
	color: rgba(255,178,136,0.50);
}
	
	
/*prj e illustrations*/
.backtotop{
    height: 37px;
    width: 37px;
    margin-left: 0px;
    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);
	display: none;
}	
	
#contenitoreportfolio{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:transparent;
}

#contenitoreslider{
	width:292px;
	height: 46px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
	
#contenitoreQuadratiIllustrazioni{
	width: 100%;
	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: 46.5%;
	height: 46.5%;
	position: relative;
	float: left;
	margin: 5px;
	background-color: #fff;
	border-radius: 7px;
}

.quadratiIllustrazioniSmall:hover{
	position: relative;
	float: left;
	background-color: #fff;
	/*animation: illhover 0.4s forwards;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);*/
	
	/*animation: flipInX 1s;*/
}
/*@keyframes illhover{
	0%{margin:5px;}
	100%{margin-top:3.5px;margin-bottom:6.5px;}
}	*/
	
.project1{
	width: 100%;
	height:auto;
	position: relative;
	float: left;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: transparent;
	border-radius: 7px;
}
.prj1misure{width:100%; height:auto; border-radius: 5px;}

.project2{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: transparent;
	border-radius: 15px;
}	
.prj2misure{width:100%; height:auto; border-radius: 5px;}	
	
	
.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: 10px;
	border-bottom-left-radius: 10px;
	display: none;
}	
	
/*Progetti singoli*/	
	
#contenitoreSingleProject{
	width: 90%;
	/*width: 320px;*/
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#contenitoreSingleProject p{
	font-size:17.4px;
}	
#sfondobianco{
	height: auto;
	width: 100%;
	position: absolute;
	/*top: 410px;*/
	top: 60%;
	background-color: #FFFFFF;
	z-index: 10;
}	
	
#backtoportfolio {
	width: 37px;
	height: 37px;
	border-radius: 20px;
	position: fixed;
	top: 100px;
	margin-left: 14px;
	background-color: #fff;
	z-index: 10000;
	-webkit-box-shadow: 0px 0.5px 2.5px rgba(0,0,0,0.22);
    box-shadow: 0px 1.1px 3px rgba(0,0,0,0.20);
	background-image: url("img/backtoportfolio.png");
	background-size: contain;
	background-repeat: no-repeat;
}	
	
.previousprj{
	width: 70px;
	height: 45px;
	background-color: transparent;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 46px;
	margin-bottom:30px;
	border-radius: 20px;
    color: #FFB288;
    font-size: 0.88em;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    text-align: left;
	padding-top: 6.5px;
	padding-right: 13px;
}
	
.prevfreccia{
	height: 32px;
	width:11px;
	float: left;
	position: relative;
	margin-left: -20px;
	margin-top: -14px;
}	

.previousprj:link, .previousprj:visited{
	width: 70px;
	height: 45px;
	background-color: transparent;
}
.previousprj:hover, .previousprj:active{
	width: 70px;
	height: 45px;
	background-color: transparent;
	color: #FF7F1F;
	margin-bottom:30px;
}

.nextprj{
	width: 70px;
	height: 45px;
	background-color: transparent;
	position: relative;
	float: right;
	margin-right: 20px;
	margin-top: 46px;
	margin-bottom:30px;
	border-radius: 20px;
    color: #FFB288;
    font-size: 0.88em;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    text-align: right;
	padding-top: 6.5px;
	padding-left: 13px;	
}

.nextprj:link, .nextprj:visited{
	width: 70px;
	height: 45px;
	background-color: transparent;
}
.nextprj:hover, .nextprj:active{
	width: 70px;
	height: 45px;
	background-color: transparent;
	color: #FF7F1F;
}

.nextfreccia{
	height: 32px;
	width:11px;
	float: right;
	position: relative;
	margin-right: -20px;
	margin-top: -15px;
}
	
	
/*footer*/	
	
.immaginefooter{
    background: url("img/sfondo_portfolio.svg")no-repeat;
    background-position:bottom;	
	background-size: 1080px;
}	
	
#footer {
    height: 42px;
    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: 20px;
}		
	
}