
@import url('https://fonts.googleapis.com/css?family=Sunflower:300');
html, body, * {font-family: Sunflower, helvetica, calibri; }

/* Main Style */
body {
  background-color: #f5fffa;
  background-image: url(-);
  background-attachment: fixed;
}


/* end indexed logo icon */

.col-md-2[role="complementary"] {
    display: none;
}

.col-md-10 {
    width: 100%; /* Ambil seluruh lebar baris */
    flex: 0 0 100%;
    max-width: 100%;
}

.footer {
    margin: 0; /* Menghilangkan semua margin */
}

.footer {
    padding: 10px; /* Mengurangi padding menjadi 10px di semua sisi */
}


footer .copyright-wrapper {
    background: rgb(42, 42, 42);
    color: #b7b7b7;
    padding: 5px 0 5px;
    margin-top: 40px;
}

footer .copyright-wrapper img {
    margin: 0;
}


footer .fa {
    margin-right: 5px;
    font-size: 1.3em;
    color: #c4c4c4;
}

footer img {
    margin-bottom: 20px;
}

footer .contact_detail .item-contact div {
    padding: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #292929;
}

footer h4 {
    font-size: 18px;
    color: #e1e1e1;
}

.contact_section .email_header {
    font-size: 1.7em;
}

.contact_section .fa {
    font-size: 1.1em;
    margin-right: 20px;
    color: #b35900;
}

.contact_section .contact .fa {
    font-size: 1.4em;
    margin-bottom: 10px;
}
