#mic-icon {
    font-size: 1.75rem;
    line-height: 5.25rem;
}

.inner h1 {
    font-size: 5rem;
    letter-spacing: 2rem;
}

#header .content p {
    font-size: 1.25rem;
    letter-spacing: 1.5rem;
}

#header nav ul li a {
    font-size: 0.8rem;
}

#header li:hover {
    background: #31c4b0;
}

#bg:after {
    background-image: url(../../images/background.gif);
    background-size: cover;
    background-position: center;
}

/*SCALING*/

@media screen and (max-width: 480px) {
    .inner h1 {
        font-size: 4rem;
        letter-spacing: 1rem;
    }

    #header .content p {
        font-size: 1.1rem;
        letter-spacing: 0.75rem;
    }
}

@media screen and (max-width: 920px) {

    #header {
        padding: 1.5rem 0;
    }

    #header .content .inner {
        padding: 2.5rem 0;
    }

    #header nav ul {
        flex-direction: column;
        min-width: 10rem;
        max-width: 100%;
    }

    #header nav ul li {
        border-left: 0;
        border-top: solid 1px #ffffff;
    }

    #header nav ul li:first-child {
        border-top: 0;
    }

    #header nav ul li a {
        height: 3rem;
        line-height: 3rem;
        min-width: 0;
        width: 100%;
    }

    #header nav.use-middle:after {
        display: none;
    }

}

@media screen and (max-width: 395px) {
    .inner h1 {
        font-size: 3.6rem;
        letter-spacing: 0.8rem;
    }

    #header .content p {
        font-size: 1rem;
        letter-spacing: 0.6rem;
    }
}

/*@media screen and (max-width: 600px) {
    .inner h1 {
        font-size: 4.5rem;
        letter-spacing: 1.25rem;
    }*/

    #header .content p {
        font-size: 1.25rem;
        letter-spacing: 0.8rem;
    }
}

@media screen and (max-width: 360px) {
    .inner h1 {
        font-size: 3.5rem;
        letter-spacing: 0.8rem;
    }

    #header .content p {
        font-size: 1rem;
        letter-spacing: 0.6rem;
    }
}

@media screen and (max-width: 320px) {
    .inner h1 {
        font-size: 3.5rem;
        letter-spacing: 0.8rem;
    }

    #header .content p {
        font-size: 1rem;
        letter-spacing: 0.6rem;
    }
}

h2.major{
    margin: 0 auto 2rem;
}

#main article .close:hover:before {
    background-color: #31c4b0;
}

#main article .close:active:before {
    background-color: #31c4b0;
}

#storia p {
    text-align: justify;
}

.pano {
    width: 100%
}

.pano iframe {
    width: 100%;
    height: 50vh;
    border: 0;
    border-radius: 4px;
}

#recording-studio img {
    border-radius: 100%;
    width: 50%;
    margin: 0 auto;
}

#video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.image:before {
    background-color: transparent;
}

#recording-studio h2 {
    text-align: center;
}

#recording-studio p {
    text-align: justify;
}

#sala-prove h2 {
    text-align: center;
}

#progetti h2 {
    text-align: center;
}

.spotify {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to bottom, #1f1f1f 50%, #121212 50%);
}

.spotify-embed {
    width: 100%;
    height: 400px;
}

.whatsapp-button {
    display: block;
    margin: auto;   
}

.whatsapp-button:hover {
    background: #31c4b0;
}

#eventi h2 {
    text-align: center;
}

#indirizzo {
    background-color: rgba(1, 1, 1, 0.1);
    text-align: center;
    border-radius: 4px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#indirizzo i {
    padding-top: 1rem;
}

#indirizzo p {
    padding-bottom: 1rem;
}

#indirizzo h2 {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

#indirizzo p:hover {
    cursor: pointer;
    color: #31c4b0;
}

#e-mail {
    background-color: rgba(1, 1, 1, 0.1);
    text-align: center;
    border-radius: 4px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#e-mail i {
    padding-top: 1rem;
}

#e-mail p {
    padding-bottom: 1rem;
}

#e-mail h2 {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

#e-mail p:hover {
    cursor: pointer;
    color: #31c4b0;
}

#telefono {
    background-color: rgba(1, 1, 1, 0.1);
    text-align: center;
    border-radius: 4px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#telefono i {
    padding-top: 1rem;
}

#telefono p {
    padding-bottom: 1rem;
}

#telefono h2 {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    font-weight: lighter;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

#telefono p:hover {
    cursor: pointer;
    color: #31c4b0;
}

.icons {
    text-align: center;
}

ul.icons a:hover {
    background-color: #31c4b0!important;
}

#chi-siamo h2 {
    text-align: center;
}

#chi-siamo p {
    text-align: justify;
}

#ul {
    text-align: justify;
}