@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

* {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
}

body {
    /* background-color: #e3f2fd; */
}

main {
    padding-left: 10%;
    padding-right: 10%;
}

.navbar {
    transition: all 0.5s;
}

.navbar-scrolled {
    background-color: #b1d0e7;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.116);
}

.navbar .container-fluid {
    margin-left: 10%;
    margin-right: 10%;
}

.dropdown-menu {
    border: 0;
}

.jumbotron {
    margin-top: 3%;
    /* height: 100vh; */
}

.logo-org {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.logo-org li {
    padding-left: 10px;
    padding-right: 10px;
}

.logo-org img {
    height: 6vw;
}

.profile-person {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.profile-person li {
    padding-left: 10px;
    padding-right: 10px;
}

.profile-person img {
    height: 10vw;
    width: 8vw;
    object-fit: cover;
    border-radius: 8px;
    /* border: solid white 3px; */
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.116);
}

.filter-badge {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.filter-badge li {
    padding-left: 5px;
    padding-right: 5px;
}

.filter-badge a {
    text-decoration: none;
}
.filter-badge a:hover {
    color: white !important;
}

.btn-primary {
    background-color: #3198e1;
    border: #3198e1;
    border-radius: 3px;
}

.btn-primary:hover {
    background-color: #2c77ac;
}

.btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-search {
    border-radius: 3px;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-select {
    border: 0;
    line-height: 200%;
}

.dictionary .form-control {
    background-color: rgb(236, 245, 252);
}
.dictionary .form-select {
    background-color: rgb(236, 245, 252);
}

.active > .page-link,
.page-link.active {
    background-color: #3198e1;
    border-color: #3198e1;
}

.page-link {
    color: #3198e1;
}

.lupapw {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 20px;
}

.lupapw:hover {
    color: #2c77ac;
}

footer {
    background-color: white;
    padding: 1%;
    text-align: center;
    color: #1173b9;
}

@media (max-width: 768px) {
    .profile-person img {
        height: 18vw;
        width: 12vw;
    }

    .logo-org img {
        height: 15vw;
    }
    .profile-person {
        margin-bottom: 30px;
    }
}
