@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');

html, body {
    overflow-x: hidden !important;
}

/* =========================
   NAVBAR
   ========================= */
.navbar .navbar-nav .nav-item .nav-link {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px;
}

.navbar .navbar-nav .nav-item .dropdown-menu a {
    font-family: 'Roboto';
    font-weight: 500;
}

.navbar ul li a:hover {
    color: orange !important;
}

.navbar .dropdown-menu a:hover {
    color: orange !important;
    background-color: white;
}

.navbar-brand .brand-logo {
    width: 90px;
    height: auto;
}

.navbar-brand .brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.navbar-brand .brand-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-brand .brand-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
}

@media (max-width: 991px) {
    .navbar-brand .brand-title {
        font-size: 14px;
    }

    .navbar-brand .brand-subtitle {
        font-size: 10px;
    }
}

/* =========================
   BANNER HOME (ANTI POTONG)
   ========================= */
.banner-home {
    width: 100%;
    min-height: 100vh; /* layar penuh */
    background-image: url('../img/banner/69ab47716ea531ffeba16d1cf10a610f.jpg'); /* GANTI GAMBAR */
    background-size: contain; /* KUNCI UTUH */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000; /* isi sisi kosong */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay text */
.banner-overlay {
    text-align: center;
    color: white;
    padding: 20px;
}

.banner-overlay h1 {
    font-family: 'Courgette';
    font-size: 48px;
    text-shadow: 2px 2px 6px black;
}

.banner-overlay p {
    font-size: 22px;
    text-shadow: 2px 2px 6px black;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-home {
        min-height: 60vh;
    }

    .banner-overlay h1 {
        font-size: 28px;
    }

    .banner-overlay p {
        font-size: 16px;
    }
}

/* =========================
   SAMBUTAN
   ========================= */
.sambutan h2 {
    text-align: center;
    font-family: 'Courgette';
}

.sambutan p {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 28px;
}

.sambutan hr {
    width: 50%;
    border: 1px solid rgb(207, 207, 207);
}

.sambutan img {
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .sambutan img {
        height: 150px;
    }
}

/* =========================
   JURUSAN / BACKGROUND
   ========================= */
.bg-cover {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.bg-cover img {
    opacity: 0.9;
    height: 100px;
    width: 100px;
}

.bg-cover h2 {
    font-family: 'Courgette';
    color: white;
    text-shadow: 2px 2px 1px black;
}

.bg-cover hr {
    width: 50%;
    border: 1px solid white;
    opacity: 0.4;
}

.bg-cover h5 {
    padding-top: 15px;
    color: white;
    text-shadow: 2px 2px 1px black;
}

/* =========================
   BERITA
   ========================= */
.card {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}

.last-news h2 {
    text-align: center;
    font-family: 'Courgette';
}

.last-news hr {
    width: 50%;
    border: 1px solid rgb(235, 235, 235);
}

/* =========================
   BLOG
   ========================= */
.blog h1 {
    font-family: 'Playfair Display';
}

.blog img {
    width: 100%;
    height: auto;
}

.blog .konten {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 30px;
}

/* =========================
   BANNER AREA
   ========================= */
.jumbotron.banner_area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_area h1 {
    font-family: 'Courgette';
}

/* =========================
   FOOTER
   ========================= */
.footer {
    background-color: rgb(58, 58, 58);
    color: white;
    font-family: 'Roboto';
}

.footer h5 {
    background-color: rgb(92, 92, 92);
    padding: 10px;
    border-left: 4px solid orange;
}

.footer ul a {
    text-decoration: none;
    color: rgb(167, 166, 166);
}

.footer ul a:hover {
    color: orange;
}

.footer p {
    color: rgb(167, 166, 166);
}

/* =========================
   PAGINATION & BUTTON
   ========================= */
.page-link {
    color: orange;
}

.page-item.active .page-link {
    background-color: orange;
    border-color: orange;
}

.btn-info {
    color: #fff;
    background-color: orange;
    border-color: orange;
}

.btn-info:hover {
    color: orange;
    background-color: white;
    border-color: orange;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: orange;
}
