
/* Overwrite */
#hero-section nav {
    position: relative;
    padding: 0 !important;
}
.navbar-brand {
    max-width: 140px;
}
.site-logo {
    width: 100%;
    transform: scale(1);
}

#hero-text {
    position: static;
    padding: 1.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.95);
}
#hero-text h1 {
    letter-spacing: .25rem;
    font-feature-settings: "palt";
    background: linear-gradient(90deg, #00a1e9 0%, #6b47d2 37.4%, #b60081 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
}
#hero-text h1 span{
    margin-left: 0;
}
#hero-text h1 + p {
    font-size: 1.0rem;
    font-weight: 500;
}

.header-section h2 {
    padding-top: 1rem;
}

.pc{display: none;}
.sp{display: block;}

@media screen and (min-width: 769px) {
    .pc{display: block;}
    .sp{display: none;}
}

@media screen and (min-width: 992px) {
    #navbarSupportedContent{
        position: absolute;
        top: 1.6rem;
        right: 2rem;
    }
    #hero-section nav {
        padding-top: 2rem;
        position: absolute;
    }
    #navbar-container.scrolled #nav-bar-cont li a{
        color:#000 !important;
    }
    .navbar-brand {
        width: calc(12% - 10px);
        max-width: 100%;
        position: fixed;
        top: 1.5vw;
        left: 1.5vw;
    }
    .navbar-brand img {
        width: 100%;
        transform: scale(1);
    }
    #section1 {
        width: 86%;
        padding-top: 0;
    }
    #hero-section {
        padding-top: 0;
    }
    #hero-text {
        position: absolute;
        top: 12rem;
        bottom: auto;
        left: -11%;
    }
    #hero-text h1 {
        font-size: 2.8vw;
        line-height: 1.4;
        margin-bottom: 1.2vw;
    }
    #hero-text h1 + p{
        font-size: 1.2vw;
    }
}

@media screen and (min-width: 1400px) {
    #hero-text {
        display: block;
        top: 14rem;
        bottom: auto;
        left: -12%;
    }
}