body {
    font-family: inter;
}

/* Mini Navbar */
.mini-navbar {
    height:40px;
    background-color:maroon;
    color:white;
    text-shadow: 2px 2px #2f3640;
    font-weight:bold;
}

.mini-navbar p{
    font-size:14px;
    margin-bottom:8px;
    transform: translateX(100%);
    animation: mini-navbar 15s linear infinite;
}

.mini-navbar span {
    margin-left:5px;
}

@keyframes mini-navbar {
    0% {
        transform: translate(100%);
    }
    100% {
        transform: translate(-100%);
    }
}


.navbar {
    padding: 12px 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    z-index: 1;
}

#second .row .col-md-12 .container {
    margin-top: 30px;
}

#second .row .col-md-12 .container .title-section h2{
    color: maroon;
    font-weight: bold;
    text-decoration: underline;
}

#second .row .col-md-12 .container .card {
    background-color: #2390CD;
    color: white;
}


/* Carousel */

.title-layanan{
    color: #e67e22;
    text-shadow: 2px 2px 4px #ecf0f1;
}

.button-info{
    border-radius:50px;
}

/* Layanan Card */
.card-layanan{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

#firsthomecare .row .col-md-12 .container {
    margin-top: 30px;
}

#firsthomecare .row .col-md-12 .container .title-section h2{
    color: maroon;
    font-weight: bold;
    text-decoration: underline;
}

#firsthomecare .row .col-md-12 .container .card {
    background-color: #2390CD;
    color: white;
}

/* Detail HomeCare */

#detailinfosatu .row .col-md-12 .container-fluid .card{
    height: 200;
    border-radius:20px;
}

#detailinfosatu .row .col-md-12 .container-fluid .card .card-img-top{
    filter: brightness(50%);
    border-radius:20px;
}

/* Footer */

.footer {
    background-color: maroon;
    height: 80px;
    bottom: 0px;
    width:100%;
}

.footer .container .row .col-md-12 {
    padding-top: 10px;
    text-align: center;
}

.footer .container .row .col-md-12 small span {
    font-weight: 900;
}

