body {
    min-height: 100vh;
}

.legal-sect {
    padding-bottom: 5rem;
}


.button.is-success.is-outlined {
    background-color: transparent;
    border-color: #8e95bf;
    color: #8e95bf;
}

.button.is-success.is-outlined.is-focused, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined:hover {
    background-color:#8e95bf;
    border-color: #8e95bf;
    color: #fff;
}

.contact-sect {
    height: calc(100vh - 56px);
    display:flex;
    flex-direction: column;
    justify-content: center;
}

footer {
    position: fixed;
    bottom:0;
    width:100%;
}

a {
    color:#8e95bf;
    font-weight: bold;
    font-size: .9rem;;
}

footer a {
    text-transform: uppercase;
    font-size: .7rem;
}

footer a:hover {
    color:#fff;
} 

footer.footer {
    background-color: #353535;
    padding: 1rem 3rem;
}

footer.footer .content p strong {
    color:#fff;
}

footer .content p:not(:last-child) {
    margin-bottom: 0;
}




@media screen and (max-width: 445px){
    .footer .content {
        flex-direction: column!important;
        align-items: start!important;
    }

    footer.footer {
        padding-left: 1.5rem;
    }

    .image {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .contact-sect {
        justify-content: center;
        align-items: center;
    }   
}