*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    overflow: hidden;
    position: relative;
    font-family: 'Vesper Libre', serif;
}


* {
    margin: 0;
    padding: 0
}

#homebanner .item img {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* width: 100%; */
    z-index: 1;
    margin: 0 auto;
    display: block;

    text-align: center;
}

.logo a.logo-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 5rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 100%;

}

.social {}

.social ul {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.social li {
    display: block;
    margin: 0 15px;

}

.social li img {
    max-width: 24px;
    max-height: 25px;

}

@media (max-width: 767.98px) {
    .logo a.logo-link {
        font-size: 4rem;
        line-height: 100%;
    }
}
