/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.links-wrapper {
    position: relative;
    min-height: 100vh;
}

.links {
    position: relative;
    width: 100%;
    max-width: 26.75rem;
    margin: 0 auto;
    z-index: 2;
}

.links-header {
    padding: 0.75rem 1.5rem;
}

.links-body {
    padding: 1.5rem;
}

.links-img {
    position: relative;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    margin: 0 auto 1rem;
    padding: 0.625rem;
    overflow: hidden;
    border: 0.1875rem solid currentColor;
}

.links-img .img-placeholder {
    border-radius: 50%;
    overflow: hidden;
}

.links-heading {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.links-desc {
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 1.75rem;
}

.links-form {
    padding: 3.25rem 2rem;
}

.links-form-heading {
    margin-bottom: 2rem;
    text-align: center;
}

.links-footer {
    padding: 3.25rem 2rem;
}

.links-footer .copyright {
    margin: 0;
}

.links-footer a {
    text-decoration: none;
}

.links-footer a:hover {
    text-decoration: underline;
}

.links-footer .footer-disclaimer {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
}

@media (max-width: 399px) {
    .links-form-heading {
        font-size: 2rem;
        line-height: 1.1;
    }
}