/* Legal pages styles */

.legal > h2{
    color: var(--secondarycolor);
    width: 80%;
    text-align: center;
    margin: 20 auto;
    line-height: 2em;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 30px 0;
}
.legal > h3{
    margin: 20 auto;
    width: 80%;
    text-align: left;
    font-size: 1.3em;
    text-transform: uppercase;
}
.legal a{
    color: var(--secondarycolor);
    text-decoration: none;
}
.vhidden{
    visibility: hidden;
}
@media only screen and (max-width: 756px){
    .legal > h2{
        font-size: 1.3em;
    }
    header{
        border-bottom: 5px solid var(--secondarycolor);
        max-height: 50px;
    }
}