/* style.css di novig.it realizzato e prodotto dalla NoviG Attrezzature Lavanderia by Gianmarco Novi */
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family: Poppins,sans-serif; background-color: white;}
.navbar{display: flex; justify-content: space-between; align-items: center; background-color:white; padding: 1rem 2rem; color:darkolivegreen;}
.navbar .logoheader {font-size: 1.5rem; font-weight: auto;}
.nav-links {list-style: none; gap: 1.5em; display: flex; text-align: center; margin-left: 200px; padding-top: 100px;}
.nav-links a{color: darkolivegreen; text-decoration: none; font-weight: 500; transition: color 0.3s ease;}
.nav-links a:hover{color: grey}
.p{display: block; margin: auto; width: 30%}
.logoheader{width: 100px; height: 100px;}
.headerlogonav {display: inline-block; width: auto; height: auto;}
.prodotto{border: 1px solid #ccc; padding: 15px; margin: 15px; text-align: center;}
.prodotto-img{width: 800px; max-width:400px; height: 800px; max-height: 400px;}
.footer{text-align: center;}
/*Responsive: for tablets and below (<= 768px) */
@media (max-width:768px){.content{flex-direction: column; align-items: center;}}
/*Responsive: for phones and below (<= 480px) */
@media (max-width:480px){.content{flex-direction: column; align-items: center;}}