html {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    overflow-x: hidden;
}

@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

body {
    background: #f8f9fa;
}

#contact-section {
    background: #d7dbd7;
}

profileimage {
    width: 260px;
    height: 260px;
}

img#profilepic {
    width: 240px;
    height: 240px;
}

@media (min-width: 576px) {
    img#profilepic {
        width: 280px;
        height: 280px;
    }
}

@media (min-width: 1400px) {
    img#profilepic {
        width: 360px;
        height: 360px;
    }
}

nounderline {
    text-decoration: none;
}

.pseudo-bg {
    position: relative;
    min-height: 32vw;
}

.pseudo-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.8) blur(0.5px);
    background-repeat: no-repeat;
    background-size: 100%;
}

.pseudo-bg-inside {
    /* This will make it stack on top of the ::before */
    position: relative;
    backdrop-filter: brightness(0.75) blur(16px);
}

.bg-blobz::before {
    background-image: url(assets/img/bgbanner_blobz.jpg);
}

a > img:hover {
    transform: scale(1.01, 1.01);
    opacity: 0.95;
}

button {
    background: #44aaaa;
    border: 0;
    border-radius: 24px;
    padding: 8px 28px;
    color: white;
}

.connect-linkedin-btn>span {
    font-weight: 300;
    margin-right: -8px;
    margin-left: -4px;
    display: inline-block;
    transform: translateY(1px);
}

.connect-linkedin-btn:hover {
    opacity: 0.95;
}

.linkedin-icon {
    height: 28px;
    width: 28px;
    margin-right: 8px;
    margin-left: -19px;
}


