@font-face {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    src: url('font/Roboto/Roboto-Regular.ttf');
}

.auth-one-bg .bg-overlay {
    background: linear-gradient(90deg, #2265df, #3d78e3) !important;
    opacity: .45 !important;
}

.bg-overlay {
    /* position: absolute; */
    /* position: fixed; */
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}

.auth-one-bg {
    /* background-image: url(../images/auth-one-bg.jpg); */
    background-image: url(../portofolio/templates/jl_skill/custom/images/cover.png);
    background-position: 50%;
    background-size: cover;
}

@media (min-width: 1024.1px) {
    [data-layout=horizontal] .page-content {
        margin-top: 20px;
    }
}

#g-hero {
    color: #141515;
    background: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
}

body {
    margin: 0;
    font-family: "Roboto-Regular" !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #141515 !important;
    text-align: var(--vz-body-text-align);
    background-color: #ffffff !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.text-muted {
    color: #141515 !important;
}

.modal {
    --vz-modal-width: 900px !important;
}

@media (max-width:767.98px){span.logo-lg{display:none}span.logo-sm{display:inline-block}}
@media (min-width:768px){span.logo-lg{display:inline-block}span.logo-sm{display:none}}
@media (min-width:1024.1px){span.logo-lg{display:inline-block}span.logo-sm{display:none}}