@charset "utf-8";

body {
  /*background: #c6e149;*/
  /*background: #f5e1be;*/
  background: #fff;
  font-family: 'simpletixnormal', sans-serif;
  animation-name: bgcool;
	animation-duration: 5s;
  transition: all 500ms;
  will-change: background;
}

@keyframes bgcool{
	0%{
		background: #c244bb;
	}
	70%{
		background: #f5e1be;
	}
  100%{
    background: #fff;
	}
}/*fine animazione bgcool*/


section {
  display: block;
  width: 100%;
  min-height: 50vh;
  margin: 3em 0 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  /*margin-bottom: 40px;*/
}

section.project {
  min-height: 0;
}

h1,h2 {
  font-size: 6.5vw;
  margin: 0 0.1em;
  text-align: center;
}

/*h2:hover {
    letter-spacing: 0.9em;
    font-size: 5vw;
}*/

h3 {
    font-size: 4vw;
    padding-top: 90px;
    text-align: center;
}

h4 {
    font-family: salonicaregular;
    font-size: 5vw;
    text-align: center;
    line-height: 40%;
    margin: auto 2%;
    margin-top: 3%;
}

h5 {
  font-size: 30px;
  text-align: center;
  margin-top: 15%;
}


p {
  font-family: Poppins;
  font-weight: 200;
  font-size: 2vw;
  /*margin: 0 2em;*/
  line-height: 1.5;
  margin-top: 5%;
  text-align: center;
}


.centrato {
  width: 80%;
  text-align: center;
  margin-left: 10%;
}

.centro {
  text-align: center;
}

a{
  color: inherit;
  text-align: center;
  text-decoration: none;
} /*tutti i link saranno neri (perchè eredita il colore dal suo superiore e quindi body è nero) e non sottolineati, poi se voglio cambiarli devo usare le classi*/

.clear {
  clear: both;
}

#tornasu {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: none;
  padding:10px;
}

#slideshow {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../media/png/sfondo.png");
}


#zero {
  text-align: center;
}


#frasehome {
  z-index: 99;
  width: 80vw;
}


.lineauno {
  text-align: center;
  margin-top: 10%;
}

.linea {
  text-align: center;
  margin-top: 50px;
}

.pallini {
  padding-top: 30px;
}

.sxpari {
  margin-top: 40px;
  width: 40%;
  margin-left: 10%;
  float: left;
  text-align: -webkit-right;
}

.dxpari {
  margin-top: 40px;
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  width: 49%;
}

.sxdispari {
  /*background: url(../media/png/taralli.png) no-repeat left top;*/
  float: left;
  width: 50%;
  margin-top: 40px;
}

.dxdispari {
  float: right;
  width: 49%;
  margin-top: 40px;
}

.button {
  width: 132px;
  height: 132px;
  display: block;

}

.esplor {
  margin-left: 45%
}

.sxpari .button {
  margin-right: 0;
}

.button:hover {
  background: url(../media/png/ellisse.png);
}

.pulsante {
  margin-top: 50px;
}

.imgsx {
  margin-top: 5%;
  float: right;
  width: 80%;
}


.sxp {
  text-align: right;
  width: 100%
}

.dxp {
  width: 70%;
  text-align: left;
}


#one {
  background-image: url(../media/png/n.png);
  background-position-y: 23%;
}
#two {
  background-image: url(../media/png/a.png);
}
#three {
  background-image: url(../media/png/n.png);
}
#four {
  background-image: url(../media/png/u.png);
}
#five {
  background-image: url(../media/png/l.png);
}
#six {
  background-image: url(../media/png/i.png);
}


.templateweb {
  margin: 0 9%;
  width: 80vw;
}

.ansel {
  font-family: newyorkregular;
  padding: 2%;
}


.invista {
  animation: anselfade;
  animation-duration: 2s;
}

@keyframes anselfade {
  0%{
    opacity: 0;
    color: #c244bb;
  }
  100%{
    opacity: 1;
  }
}


#brand {
  width: 80%;
}

#cell{
  margin: 10%;
}

.progettiweb {
  position:relative;
  height: 40vh;
  overflow: hidden;
  margin: auto;
}

.loghiprogetti{
	position: relative;
	float: left;
	height: 30vh;
	top: 5vh;
	width: 33%;
	background-blend-mode:luminosity;
	animation-name:rimpicciolisci;
	animation-duration:1s;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.loghiprogetti a {
  display: flex;
  height: 100%;
}

.loghiprogetti:hover{
	height:30vh;
	background-blend-mode:normal;
	opacity: 1;
	animation-name:ingrandisci;
	animation-duration:1s
}

@keyframes ingrandisci{
	0%{
		height:30vh;
	}
	50%{
		height:35vh;
		margin-top:-3vh;
	}
	100%{
		height:30vh;
	}
}

@keyframes rimpicciolisci{
	from{
		height:35vh;
		margin-top:-3vh;
	}
	to{
		height:30vh;
	}
}

#archeovan {
  background-image: url("../media/png/archeovan.png");
}
#pecorarosa {
  background-image: url("../media/png/pecora_rosa.png");
}
#inzir {
  background-image: url("../media/png/inzir.png");
}

#flash {
  margin-top: 150px;
  margin-bottom: 120px;
}

#flash span {
  color: #c244bb;
}


.scorrisitohome {
  margin: auto;
  padding: 0;
  width: 80vw;
  height: 800px;
  margin-bottom: 80px;
  overflow-y: scroll;
  text-align: center;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.scorrisitohome img {
  text-align: center;
  /*max-width: 1024px;*/
  width: 100%;
}


.contactmee {
  font-family: newyorkregular;
  font-size: 8vw;
  text-align: center;
  padding: 20%;
}

.tada{
	animation-name: dasx;
	animation-duration: 2s;
}

@keyframes dasx{

	from{
		opacity: 0;
		width: 0;
		margin-left: -100%;
	}
	to{
		opacity: 1;
		width: 100%;
		margin-left: 0;
	}

}/*fine keyframe*/

.footerdef {
  /*min-height: 0;*/
  text-align: center;
}


.aboutmemma {
  background: #c244bb;
  color: #fff;
  width: 200px;
  height: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  animation-name: chinascetondo;
  animation-duration: 3s;
}



@keyframes chinascetondo {

  from {
    background: #000;
    margin-right: -50%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
  }

  to {
    background: #c244bb;
    margin-right: 42%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transform: rotate(360deg);
  }

}

.aboutmemma p {
  font-size: 3.3vw;
  width: 150px;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: salonicaregular;
  animation-name: spariamo;
  animation-duration: 6s;
}

@keyframes spariamo {

  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100 {
    opacity: 1;
  }

}

.footer {
  text-align: center;
  margin-top: 130px;
}

.footer img {
  width: 13%;
}



/* xxxxxxxxx pagina dei progetti xxxxxx */


.wrapper{
  /*border: solid 1px black;*/
  width: 100vw;
  margin: 0 auto;
  padding: 0 2%;
}

.columnprogetti {
  /*border: solid 1px red;*/
  width: 30%;
  float: left;/*affianco le 3 colonne*/
  text-align: center;
  margin: 0 1%;
}

.progetto {
  width: 100%;
  margin-bottom: 20px;
}

.progetto img {
  width:100%;
  height: 100%;
  opacity: 0.5;
  animation-name: opacizzami;
  animation-duration: 3s;
}

.progetto img:hover {
  opacity: 1;
}

@keyframes opacizzami {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

/* xxxxxxxxx fine pagina dei progetti xxxxxx */








/*STILE DI PAGINA ABOUT*/


.aboutlogo {
  width: auto;
  height: 370px;
  animation-name: nanuli;
  animation-duration: 3s;
  background: url("../media/png/logo.png");
  background-repeat: no-repeat;
  background-position: top;
  }

@keyframes nanuli {
  0% {
    background: none;
    background-position: center;
  }
  25% {
    background: url("../media/png/nanuli1.png");
    background-position: center;
  }
  50% {
    background: url("../media/png/nanuli2.png");
    background-position: center;
  }
  75% {
    background: url("../media/png/nanuli3.png");
    background-position: center;
  }
  100% {
    background: url("../media/png/logo.png");
    background-position: center;
  }

}

#paboutleft {
  text-align: left;
}

.aboutido {
  margin-top: 6%;
}

.aboutido img {
  width: 95%;
  margin: -4%;
  margin-left: -8%;
}

.riga {
  text-align: center;
  margin: 2%;
}

#scendiamounpo {
  margin-top: 5%;
}

.skill:hover {
  background: url(../media/png/skill/skill.png)
}

.bottom {
  margin-bottom: 3%;
}

.full {
	display: flex;/*per metterne 4 uno di seguito e ti fa vedere anche gli elementi vuoti*/
  text-align: center;
  flex-wrap: wrap;
  margin-top: 5%;
  justify-content: center;
  align-items: center;
}

.box {
	width: 19%;/*per farcene stare 4 li faccio del 25% senza margini*/
	margin: 1%;
  padding: 70px 20px 80px 20px;
	position: relative;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.35);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

.box p {
  font-size: 1.5vw;
}

.studio p {
  margin: 0;
  font-size: 1.5vw;
}

#imgwhatido img{
  max-width: 100px;
}



/*fine di STILE DI PAGINA ABOUT*/












/*STILE DI PAGINA SINGOLO PROGETTO*/

.contenitorepj {
  width: 100%;
}

.contenitorepj section {
  width: 100%;
  display: flex;/*perchè i suoi contenuti abbiano la stessa altezza*/
  margin: 0;
  padding: 0;
  height: auto;
}

.contenitorepj img {
  text-align: center;
  max-width: 1024px;
  pointer-events:none;/*per impedire il download delle immagini*/
}

/*.presentaz {
  margin-bottom: 0px;
}*/

.belproget {
  /*display: flex;*/
}

.titolone {

}

.nomeprogetto {
  display: table;
  width: 100%;
  height: 50vh;
  color: #fff;
  animation-name: pulse;
  animation-duration: 1.25s;
}

#pr {
  background: linear-gradient(to right, #f8e4a6 0%, #a380a8 100%);
}
#sl {
  background: linear-gradient(to right, #edb25f 0%, #ea9215 100%);
}
#av {
  background: linear-gradient(to right, #fdcd59 0%, #663931 100%);
}
#cnrj {
  background: linear-gradient(to right, #636363 0%, #a2ab58 100%);
}
#asma {
  background: linear-gradient(to right, #000046 0%, #1CB5E0 100%);
}
#aae {
  background: linear-gradient(to right, #F2942F 0%, #f9b233 100%);
}
#sagas {
  background: linear-gradient(to right, #6C5B7B 0%, #355C7D 100%);
}
#iz {
  background: linear-gradient(to right, #ff0000 0%, #999999 100%);
}

.nomeprogetto h2 {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}

.presentaz {
  min-height: 0;
}

.projlogo img {
  width: 100%;
  animation-name: slideInRight;
  animation-duration: 1.25s;
}

.bianco {
  width: 34%;
  background: #fff;
  padding: 8%;
  color: #6d6d6d;
  margin-top: -4%;
  animation-name: slideInLeft;
  animation-duration: 1.25s;
}

.pmin {
  font-size: 1.5vw;
}

.pmin span {
  font-weight: bold;
  color: #c244bb
}

.portfoliofoto {
  text-align: center;
}

.portfoliofoto img {
  width: 85%;
}

.sfondooo {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 90px;
  margin-bottom: 90px;
  animation-name: bounce;
  transform-origin: center bottom;
  animation-duration: 1.25s;
}

.sfondooo img {
  margin: -60px 0 -60px 0;
}

.mezzo {
  text-align: center;
  width: 50%;
}

.fascia img {
  width: 97%;
}

.tretre {
  margin: auto;
  min-height: 20vh;
}

.tretre div {
  width: 29%;
  padding: 0 2%;
}

.tretre img {
  width: 100%;
}

/*.pulsiamo {
  animation-name: pulse;
  animation-duration: 2s;
}*/

.pulsiamo div {
  padding: 20px;
}

.pjcentro {
  margin-top: 60px;
}

.pjduo {

}

.pjduo img {
  padding-bottom: 20px;
}

.pjaltri {
  min-height: 0;
  display: flex;
}

.pjaltri img {
  padding: 5%;
  width: 40%;
}

.pjaltridx {
  text-align: right;
  width: 50%;
}

.pjaltrisx {
  text-align: left;
  width: 50%;
}

.arrow {
  max-height: 50px;
  top: 0;
  min-height: 0;
  display: flex;
}

.arrow div {
  animation-name: tada;
  animation-duration: 1.25s;
}

.arrow img {
  padding: 0 15%;
  width: 13%;
}

#prviola {
  background: #a380ab;
}

#slgiallo {
  background: #edb25f;
}

#avgiallo {
  background: #f1e50d;
}

#izrosso {
  background: #999999;
}

#flora {
  background: url(../media/projects/sanlorenzo/sfondo_sito.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

#aaegiallo {
  background: #f9b233;
}

.scorrisito {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 10px;
  height: 500px;
  margin-top: 120px;
  margin-bottom: 80px;
  overflow-y: scroll;
  text-align: center;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.scorrisito img {
  text-align: center;
  max-width: 1024px;
  width: 100%;
}

.top8 {
  margin-top: 8%;
}


.mmm {
  height: 100%;
  background-image: url("../media/projects/cnrgiordania/cnr_giordania8.jpg");
  background-repeat: no-repeat;
  padding: 60px;
}

.mmm img {
  width: 100vw;
}

.slider-mobile{
	display: none;
}

/*fine di STILE DI PAGINA SINGOLO PROGETTO*/






/* INIZIO pagina contatti*/

.container {
  padding: 5%;
}

#contatta p {
  font-size: 1vw;
  margin: 0;
}

.longform{
  text-align: center;
	/*border: dashed 2px red;*/
}

.longform input{
	width: 27%;
	margin: 4px 1%;
	padding: 10px 1%;
	color: #666;
	border: solid 1px #ccc;
	font: inherit;
}

.longform textarea{
	resize: none;
    border: solid 1px #ccc;
    width: 90%;
    padding: 10px 1%;
    height: 100px;
    font: inherit;
    margin: 4px 1%;
}

.longform .mybutton{
	padding: 21px;
	border: none;
}

/*fine pagina contatti*/






/*.about h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  margin-top: 2%;
}

.about h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 3% 0 0 0;
}



.cv {
  margin: 0;
  padding: 0;
}

#cvdati {
  background: #a39940;
  text-align: right;
  color: #f5e1be;
  float: left;
}

#cvnome {
  background: #eba1ba;
  float: left;
}

#cvnome h2 {
  font-family: newyorkregular;
  font-size: 6em;
  color: #de522f;
  text-align: left;
  margin: 5% 5%;
  line-height: 0.7;
  text-transform: lowercase;
}

.columncvtwosx {
  width: 35%;
  float: left;
}

.columncvtwosx div {
  text-align: center;
}

.columncvtwodx {
  width: 65%;
  float: left;
}

.columncvtwodx div {
  float: left;
}

#cvfoto {
  background: #eba1ba;
}

#cvdescrizione {
  background: #8ca5bb;
}

#cvdescrizione p {
  font-size: 1em;
  width: 94%;
  padding: 3%;
  margin-top: 0;
}

#cvstudied {
  background: #a39940;
}

#cvstudied h3 {
  color: #ffb90b;
}

#cvstudied ul {
  text-align: left;
  padding: 20px;
  list-style: circle;
}

#cvstudied ul li {
  padding-bottom: 6%;
}

#cvdo {
  background: #f5e1be;
  float: right;
  color: #a39940;
  width: 100%;
}

#cvskills h2 {
  font-family: salonicaregular;
  text-transform: lowercase;
  font-size: 5em;
  color: #a39940;
}

#cvlearned {
  background: #d99e27;
  float: right;
  color: #de522f;
  width: 100%;
}

*/
