h1, h2 {
    font-family: Montserrat,sans-serif;
}

#home {
    z-index: 10; /* used for shadow */
}

.table th, .table td {
    padding: .25rem!important;
}

.yulu-shadow {
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.15)
}

.yulu-font {
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.yulu-font.dark {
    color: #0b0b0b;
}

.yulu-btn {
    background-color: #ff5ebc;
    border-color: #ff5ebc;
    color: #ffffff;
}

.yulu-btn:hover,  .yulu-btn:focus{
    color: #ededed;
}

.yulu-header-title {
    font-size: 2em;
}

.yulu-header-tagline {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
}

.yulu-section-title {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #ffffff;
}

.yulu-section-subtitle {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #ffffff;
}

.yulu-section-text {
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.header-scrolled [data-navbar="sticky"] {
    background-color: #3698ea;
}

.navbar-toggler {
    display: none;
}

.mb-0 {
    color: #ffffff;

}

#cookies-eu-banner {
    bottom: 0;
    z-index: 9999999999;
    position: fixed;
    width: 100%;
}

@media only screen
and (min-width : 768px) {
    .pc-margin{
        margin-top: 45%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .yulu-header-tagline {
        font-size: 48px!important;
    }

    .yulu-header-text-container {
        text-align: center!important;
    }
}

@media (max-width: 400px) {
    body>.footer .social a:last-child, body>.footer .nav a:last-child {
        display: inline-block !important;
    }
}

@media (max-width: 400px) {
    body > .footer .social a:last-child, body > .footer .nav a:last-child {
        display: inline-block !important;
    }
}