.ll-non-prev-cont {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 95px);
}

.links-footer {
    position: relative;
    bottom: 8px;
    left: 0;
    width: 100%;
    padding-bottom: 15px;
}

.links-logo-wrap {
    margin-left: -10px;
    display: block;
    text-align: center;
}

.links-footer h1 {
    position: relative;
    z-index: 100;
    font-size: 0;
}

.links-footer a {
    display: inline-block;
    vertical-align: middle;
}

.links-footer h1 .logo {
    background-image: url(../../../images/launchlinksFull.png?3);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    width: 240px;
    height: 80px;
}

.links-bg-body {
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}

.btn.links-button {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
}

.btn.links-button:hover {
    background-color: #fff;
    border: 1px solid #fff;
}
.btn.btn-primary.links-button:active {
    background-color: inherit;
}

.links-title {
    color: #fff;
}

.links-social {
    text-decoration: none;
}

.links-social > i {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
}

.links-social > i:hover {
    color: #808080;
}

.links-social:hover {
    text-decoration: none;
}

/*Styles from Innovision*/
.pgp-profile {
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
}
.pgp-profile-img {
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
    position: relative;
    margin-bottom: 8px;
    margin-top: 35px;
    overflow: hidden;
    border-radius: 50%;
}
.pgp-profile-img img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pgp-profile p {
    padding: 15px;
    font-size: 16px;
    max-width: 400px;
    margin: auto;
}
.pgp-link a {
    margin: auto;
}
.pgp-link a.links-button i {
    font-size: 24px;
}
.body-content {
    max-width: 600px;
    margin: auto;
    margin-bottom: 35px;
}
.pgp-link {
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    max-width: 70%;
    margin: auto;
    padding: 0;
}
.pgp-profile {
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px !important;
}
.pgp-hvr-effect {
    dispaly:none;
}
.pgp-sl {
    padding: 20px;
}
@keyframes flink {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.02);
    }
}

.content-warning {
    position: fixed;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#7e0f86, #4f147e);
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-warning-message {
    padding-top: 162px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    display: block;
    margin: 0 auto;
    max-width: 608px;
    position: relative;
    text-align: center;
    width: 80%;
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #fff;
}
