*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.titoloNavBar{
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-style: normal;
}
a{
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    text-decoration:none;
	color:black;
}

/* NavBar */

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5% 20px 5%;
    border-bottom: 1px solid black;
    position: sticky;
    top: 0px;
    background-color: white;
}
nav ul li{
    display: inline-block;
	list-style-type:none;
    padding: 0px 30px; 
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}
nav ul li a:hover{
    color: rgb(114, 114, 114);
    transition: 0.3s;
}

/* Sezioni */

strong{
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
}
.sezioneDUB{
    padding: 40px 9% 40px 9%;
}
.testoBrand{
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    padding: 40px 0px 30px 0px;
}
.rigaScarpe{
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    padding-bottom: 20px;
    overflow: auto;
}
img{
    width: 275px;
    height: 275px;
    padding-right: 5px;
}

/* Assistenza */

.assistenza{
    text-align: center;
    padding: 30px 0px 30px 0px;
}
h1{
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 45px;
}
h3{
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;  
}
form{
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.inputMail{
    width: 300px;
    height: 40px;
    text-align: center;
    margin: 10px 0px 20px 0px;
}
textarea{
    width: 500px;
    height: 200px;
    text-align: justify;
    margin-top: 10px;
    padding: 10px 10px 170px 10px;
    overflow: hidden;
}
.button{
    width: 100px;
    height: 30px;
    margin-top: 20px;
}

/* Footer */

footer{
    text-align: center;
    height: 200px;
    border-top: 1px solid black;
    margin: 80px 0px;
    padding: 20px;
}
.logoBrand{
    margin: 40px 100px 40px 0px;
}
.logoSocial{
    width: 30px;
    height: 25px;
    margin:0px 4px 15px 0px;
}