@media (max-width:576px) {
    .owl-item .item-caption .item-text {
        width: 90%;
    }

        .owl-item .item-caption .item-text h2 {
            font-size: 30px;
            font-weight: 600;
            text-shadow: 2px 2px 2px #333;
        }

        .owl-item .item-caption .item-text p {
            font-size: 15px;
            text-shadow: 1px 1px 2px #333;
        }

    .owl-dots {
        position: absolute;
        left: 50%;
        top: unset;
        z-index: 1000;
        width: fit-content;
        bottom: 20px;
        text-align: center;
        margin-left: -50px;
        padding:5px;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 0px 10px;
    }


    .refslide .owl-nav {
        position: absolute;
        top: 5px;
        width: 100%;
        color: #ffc107 !important;
    }

        .refslide .owl-nav .owl-prev {
            left: -9px;
            position: absolute;
            font-size: 100px !important;
            top: 20px;
        }

        .refslide .owl-nav .owl-next {
            right: 10px;
            position: absolute;
            font-size: 100px !important;
            top: 15px;
        }

        .refslide .owl-nav button.owl-next, .refslide .owl-nav button.owl-prev, .refslide button.owl-dot {
            width: 1px;
            height: 1px;
            margin: 0px 10px;
        }

        .asagi {display:none !important;}


        .navbar .navbar-nav li {
            background-color:rgba(0,0,0,0.6);
            margin-bottom:1px;
        }

            .navbar .navbar-nav li:hover {
                background-color: rgba(0,0,0,0.9) !important;
            }
            .navbar .navbar-nav li a {
                color: #fff !important;
                background-color:transparent !important;
            }

    .navbar .dropdown-menu {
        background-color: rgba(0,0,0,0.6);
    }

    .navbar-toggler {
        font-size: 30px !important;
        background-color: rgba(0,0,0,0);
        border: 1px solid transparent;
        border-radius: .25rem;
        padding: unset !important;
        line-height: 1;
    }

    .navbar-toggler-icon {height:auto !important;}

    .navbar.moved {
        background-color: #fff;
        transition: all 0.3s ease-out;
        height: 80px;
        box-shadow: 1px 1px 5px #e8e8e8;
        top: 0px;
        z-index: 1000;
    }

    #pagecontent h1 {
        font-size: 30px;
    }

    .content .jumbotron .item-caption .item-text {
        width: 90%;
    }

    .content .jumbotron .item-caption .item-text h2 {
        font-size: 30px;
    }

    .content .jumbotron .item-caption .item-text p {
        font-size: 15px;
    }


}
