/*
    Associazione Il Seme
    https://associazioneilseme.it
    Website by Lynk Group >> https://lynk.group
    Copyright 2020
*/

/*Menu selezione progetti*/

.menuProgetti {
    font-size: calc(16px + 1.5vh);
    color: white;
    text-align: center;
    width: 100vw;
}

.menuProgetti a {
    color: inherit;
}

.menuProgetti div {
    border-radius: 2vh;
    padding-top: 1.3vh;
    margin-right: 1.5vh;
    margin-bottom: 1.3vh;
    display: inline-block;
    height: 10vh;
    vertical-align: top;
    font-weight: 600;
}

.voceHomePage {
    width: 25vh;
    background-color: rgba(34, 91, 171, 0.675);
    line-height: 8vh;
}

.voceHomePage:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(255, 255, 255, 1);
    color: black;
}

.voceSOSCompiti {
    width: 25vh;
    background-color: rgba(12, 153, 94, 0.67);
}

.voceSOSCompiti:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(255, 255, 255, 1);
    color: black;
}

.voceLogopedia {
    width: 25vh;
    background-color: rgba(229, 91, 5, 0.67);
    line-height: 8vh;
}

.voceLogopedia:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(255, 255, 255, 1);
    color: black;
}

.voceEstateRagazzi {
    width: 25vh;
    background-color: rgb(237, 49, 61, 0.67);
    line-height: 8vh;
}

.voceEstateRagazzi:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(255, 255, 255, 1);
    color: black;
}

.voceContatti {
    width: 25vh;
    background-color: rgba(39, 173, 207, 0.67);
    line-height: 8vh;
}

.voceContatti:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: rgba(255, 255, 255, 1);
    color: black;

}

.stileTitoloPrincipaleSOSC {
    color: #FFFFFF;
    font-family: inherit;
    padding-bottom: 3vh;
    padding-top: 3vh;
    width: 50vw;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 7vh;
}

.citazione {
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.boxTitoloPrincipale {
    padding-top: 2%;
    background-color: rgba(34, 91, 171, 0.675);
    margin-left: 15vw;
    margin-right: 15vw;
    border-radius: 20px;
    padding-bottom: 3vh;
    color: white;
}

@media only screen and (max-width: 600px) {
  .boxTitoloPrincipale {
    margin-left: 1vw;
    margin-right: 1vw;
    border-radius: 20px;
}

}

.sottoTitolo{
    font-size: 1.4em;
    font-weight: 600;
}
