body {
   min-height: 100vh;
}

.page-header {
    top: 0;
}

main {
    height: auto;
}

.content-contact * {
    box-sizing: border-box;
    padding: 0;
    margin: 0 !important;
}

.content-contact {
    color: white;
    width: 100%;
    height: 100%;
    max-width: 1660px;
    position: relative;
    margin: 0 auto;
    cursor: none;
}

.contact-info {
    position: absolute;
    margin: 0 auto !important;
    right: 6%;
    top: 34.8%;
    z-index: 5;
}

.connect-with-me {
    overflow: hidden;
    max-height: 100vh;
}

.connect-with-me img {
    margin-left: -4% !important;
}

h3.contact-title {
    font-family: FuturaStd-Medium;
    font-size: 1.313rem;
    font-weight: normal;
}

.title-padding-b {
    padding-bottom: 0.9rem;
}

.description-padding-b {
    padding-bottom: 1.5rem;
}

.contact-social,
.contact-description {
    font-family: FuturaStd-Light;
    font-size: 1.125rem;
}

.contact-reserved {
    font-family: FuturaStd-Light;
    font-size: 0.938rem;
    padding-top: 10%;
}

.img-connect-with-me {
    height: auto;
}

.contact-link-hover {
    color: white;
    position: relative;
    display: inline-block;
    transition: color .2s ease;
    padding: 0;
    text-decoration: underline !important;
    z-index: 8;
    cursor: none;

    &:hover {
        color: #dbec8e !important;

        &::after,
        &::before {
            width: 100%;
            left: 0;
        }
    }

    &::after,
    &::before {
        content: '';
        position: absolute;
        top: calc(100% - 3px);
        width: 0;
        right: 0;
        height: 2px;
    }

    &::before {
        transition: width .4s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
        background: rgb(255, 255, 255);
    }

    &::after {
        transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
        background: #dbec8e;
    }
}

.contact-social {
    &::after,
    &::before {
        top: calc(100% - 4px);
    }
}

.contact-social {
    text-decoration: none !important;
}

.position-absolute {
    position: absolute !important;
}

@media screen and (min-width: 2400px) {
    h3.contact-title {
        font-size: 2rem;
    }

    .title-padding-b {
        padding-bottom: 1.5rem;
    }

    .description-padding-b {
        padding-bottom: 1.5rem;
    }

    .contact-social,
    .contact-description {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1920px) {
    .connect-with-me img {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1760px) {
    .contact-info {
        right: 0;
    }
}

@media screen and (min-width: 1660px) {
    .connect-with-me img {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1240px) and (min-height: 670px){
    .footer__position--unset {
        position: absolute !important;
    }
}

@media screen and (max-width: 1599px) {
    .connect-with-me img {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .contact-info {
        right: 2%;
    }
}

@media screen and (max-width: 980px) {
    h3.contact-title {
        font-size: 1.166rem;
    }

    .contact-social,
    .contact-description {
        font-size: 1rem;
    }

    .d-none-mobile {
        display: none;
    }

    .content-contact {
        position: relative;
        display: inline;
    }
    .contact-info {
        padding-top: 20% !important;
        position: initial;
    }

    .connect-with-me {
        position: relative;
        overflow-y: auto;
        padding-top: 0px;
        margin-top: -5% !important;
    }

    #img-connect-with-me {
        margin-left: 20% !important;
    }
}