a.text-primary {
    color: #007bff !important;
}


a.text-primary:hover {
    text-decoration: none;
    color: white !important;
}

.container#cp {
    min-height: 761px;
    padding-left: 4rem;
    padding-right: 0rem;
}


.w3-sidebar {
    height: 1080;
    width: 200px;
    background-color: #fff;
    position: absolute !important;
    z-index: 1;
    overflow: auto;
}


h6#CP {
    margin-bottom: 2px;
}

p#CP {
    margin-bottom: 1px;
}
.w3-bar-block .w3-bar-item {
    padding: 8px 8px !important;
}

.dropdown-btn.w3-button.active {
    color: #007bff;
    font-weight: bold;
}

  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: white;
    margin-right: 1rem;
}

.container#isi-content {
    background-color: #219af8; height: 720px; max-height: 720px; max-width: 100%; padding: 2rem 10%;
}

.card-deck#contact {
    justify-content: space-evenly;
}



/*------------- Under 14" ------------------*/
@media (max-width: 1280px) {
    .container#cp {
        padding-left: 2rem;
        padding-right: 0rem;
    }


}


/*------ Tablet Kebawah ------*/
@media (max-width: 991.98px) {

    p {
        font-size: 14px;
    }

    h2 {
        font-size: 26px;
    }

    h6 {
        font-size: 14px;
    }


    .container#cp {
        padding-left: 2rem;
        padding-right: 0rem;
    }

    .container#isi-content {
        padding: 1rem 1rem !important;
    }



}


/*------------ dibawah 768px -------------*/
@media (max-width: 767px) {

    p {
        font-size: 13px !important;
    }

    h2 {
        font-size: 24px !important;
    }
    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 13px !important;
    }

    .w3-sidebar {
        width: 130px !important;
    }


    div#isi-cp {
        margin-left: 130px !important;
    }

    .container#cp {
        padding-left: 1rem;
        padding-right: 0rem;
    }

    h2#judul {
        text-align: left !important;

    }

    .card-deck#contact {
        justify-content: center;
    }


}
/*-------------------- Khusus -----------------*/
@media (max-width: 767px) and (min-width: 576px) {

    
}

/*------------------------ HP -----------------------------*/
@media (max-width: 575px) {

    .container {
        padding: 0rem;
    }

    .w3-bar-block .w3-bar-item {
        text-align: left !important;
    }

    .w3-black {
        display: contents;
    }

    div#isi-cp {
        margin-left: 0px !important;
    }

    .container#cp {
        padding: 0rem !important;
    }

    .w3-container,
    .w3-panel {
        margin-top: 1rem;
        padding: 0px !important;
    }

    h2#judul {
        margin-left: 5px;
        text-align: left !important;

    }


    .dropdown-container {
        margin-left: 1rem !important;
        margin-right: 0px !important;
    }
    .w3-bar-item.w3-button#khusus {
        text-align: left !important;
    }

    /*BOC, BOD, Dll*/
    .card-deck#contact {
        justify-content: center;
    }




}

/*------------------------ HP KENTANG -----------------------------*/
@media (max-width: 420px) {}