@import url('https://fonts.googleapis.com/css2?family=Lora&family=Quicksand&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    padding-top: 81px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lora', serif;
}

.customize-support .navbar {
    top: 32px;
}

.navbar-nav .nav-item a {
    text-decoration: none;
    color: #555;
    padding: 0.5rem;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .current-menu-item {
    font-weight: bold;
}

.navbar-nav .current-menu-item::after {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    top: 25px;
    width: 35px;
    border: 0.5px solid #555;
}

.card-post img {
    width: 100%;
}

.card-post h3 {
    margin-top: 10px;
    font-size: 18px;
}

.card-post h3 a {
    color: #000;
    text-decoration: none;
}

.card-post h3:hover {
    color: #555;
    text-decoration: underline;
}

.card-post p {
    font-size: 15px;
}

.sub-title {
    text-align: center;
    font-size: 27px;
    padding: 20px 0px;
}

.single h1::after,
.page h1::after {
    content: '';
    display: block;
    margin: auto;
    width: 100px;
    margin-top: 25px;
    margin-bottom: 35px;
    border: 1px solid #888;
}

.single .content {
    font-size: 1.3rem;
}

.js-video-button {
    cursor: pointer;
}

.js-video-button img {
    width: 100%;
}

footer {
    color: #fff;
    background-image: url('../../../assets/img/OQV54F0.jpg');
    background-position: center;
    font-size: 16px;
}

footer h6 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

footer ul li i {
    font-size: 24px;
    margin-right: 12px;
}

@media only screen and (max-width: 480px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 1rem 0;
        font-size: 20px;
    }

    .navbar-nav .current-menu-item::after {
        display: none;
    }
}