.header-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

:root {
    --color-1: #1b5fb7;
    --text-color: #556270;
}

p {
    margin-bottom:15px;
    font-family: "Roboto", sans-serif;
    font-size:14px;
}

h1,h2,h3,h4,h5,h6 {
     font-family: "Roboto", sans-serif;
}

.info-contact a {
    color:#000;
}


.header-tagline {
    background: #1b5fb7;
    color: #fff;
    font-size: 1.5em;
    padding: 5px 0;
    width: 100%;
    font-size: 21px;
}

.cefila-bar {
    background-image: url("../img/bg-cefila.jpeg");
    background-size:cover;
    background-attachment: fixed;
    background-position:center center;
}

.main-menu-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.main-menu-left {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.8);
}

.main-menu-left .active {
    color: #000 !important;
}

.main-menu-left a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    border-bottom: 1px solid #1b5fb7;
    box-sizing: border-box;
}

.main-menu-wrap {
    padding-bottom: 0px !important;
    padding-right: 10% !important;
    padding-left: 10%;
    z-index: 10;
}

.main-menu-left a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    border-bottom: 1px solid #1b5fb7;
    box-sizing: border-box;
}

.sekilas-right h1 {
    font-size: 28px;
    padding-bottom:10px;
}

.sekilas-right {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
}

.text-muted {
    color: #1b5fb7 !important;
    font-size: 28px;
    font-weight:400;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.lead p {
  font-size:20px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header h1 {
    font-size:40px;
    font-weight: 400;
    color:var(--color-1);
}

.page-header h2 {
    font-size:2rem;
    font-weight: 400;
    color:var(--color-1);
}

.sub-title h2 {
    font-size:32px;
    font-weight: 400;
    color:var(--color-1);
}

.page-header h3 {
    font-size:28px;
    font-weight: 400;
    color:var(--color-1);
}

.list-style h4 {
    font-size:18px;
    font-weight:400;
    color:var(--text-color);
}

.list-style h5 {
    font-size:14px;
    font-weight:400;
    color:var(--text-color);
}


table tr td, table tr th {
    padding: 10px;
}

table tr {
    border-bottom: 1px solid #1b5fb7;
}

table tr th, table.alat-berat tr td:nth-of-type(1) {
    color: #1b5fb7;
    font-weight: 500;
    text-align: center;
}

.footer-style-4 {
    background: #fff;
    padding-top: 80px;
}

.cefila-gallery .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.cefila-gallery .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.cefila-gallery .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.cefila-gallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .cefila-gallery .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}