.et_pb_section_1_tb_body.et_pb_section{
    margin-bottom:0;
}

#andrea-ronchetti{
  max-width: 300px;
  margin-bottom: 2em;
  border:1px solid #aaa;
  box-shadow: 0 0 10px 0 #777
}
#portfolio a{
  font-size: 1.5em;
  color: #22577A !important;
  position: relative;
  top:0;
  transition: all 0.1s linear 0s;
}
#portfolio a:hover{
  transform: scale(0.95);
}

#call-to-action {
	margin: 2em 0;
    grid-template-columns: 1fr;
    gap: 3em;
}
#call-to-action > div{
  text-align: center;
  display: flex;
    flex-direction: column;
}

#call-to-action > div > div{
    
}

#call-to-action svg{
    height: 5em;
}

#call-to-action a {
	display: inline-block;
	border-radius: 5px;
	padding: 0.5em 1em;
	font-size: 1.3em;
	font-weight: 600;
	color: #fff;
	margin-top: 0.5em;
	background-color: #22577a;
	opacity: 1;
	transition: all 0.1s linear 0s;
	box-shadow: 0px 0px 15px 0px #555;
}
#call-to-action a:hover, #call-to-action a:focus{
    opacity: 0.9;
}
#call-to-action .wp-block-buttons .wp-block-button__link {
	font-size: 1.4em;
    font-weight: 600;
    margin-top: 0.5em;
}
#portfolio {
    /* Annulla .alignfull */
    position: relative;
    left: auto;
    transform: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    /* Parallasse */
    background-image: url(https://www.andrearonchetti.it/wp-content/uploads/2026/06/siti-personalizzati.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:5em 0;
}

#portfolio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

#portfolio > *{
  width: 80%;
  max-width:1080px;
  z-index: 2;
  position: relative;
  
}

#portfolio h2, #portfolio p{
    color:#fff;
    text-align: center;
}

#portfolio p{
    margin:1em 0;
    font-size: 1.3em;
}

@media screen and (min-width:479px){
  #title-bar{
    background-position: center 15%
  }
}

@media screen and (min-width:767px){

    #call-to-action {
        justify-content: center;
        justify-items: center;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        grid-template-columns: max-content max-content;
        
    }
    
}
@media screen and (max-width: 479px){
  
  #portfolio h2{
    font-size: 7vw
  }
  
  #portfolio p{
    font-size: 3.5vw
  }
  
  #portfolio a{
    font-size: 5vw
  }
}