h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Thai', sans-serif;
}
body {
    font-family: 'Noto Sans Thai', sans-serif;
}
h4 {
    font-size: 18px;
}

.single-instagram-2 {
    text-align: center;
}

.single-instagram-2 a img {
    width: auto;
}

.btn-hover a {
    float: right;
    padding: 10px 30px;
    border: 1px solid #000;
}

.bg-footer{
    background-color: rgb(92, 13, 22);
}
.bg-intro{
    background-color: rgb(237 237 237);
}
.copyright p {
    color: #ffffff;
    letter-spacing: 0.9px;
}
.footer-area{
    color: #fff;
}
.blog-wrap .blog-content-wrap .blog-content {
    background-color: #f7f7f7;
}

.about-img{
    max-height: 400px;
}

.img-board{
    max-width: 200px;
    height: 200px;
}

.title-section{
    margin: 20px;
    margin-bottom: 60px;
}
.title-section h2{
    color: #a92121;
    font-weight: 500;
    text-align: center;
}
.blog-wrap .blog-content-wrap .blog-content h3 {
    font-size: 16px;
    line-height: 22px;
}
.single-banner .banner-content h4 {
    color: #ffd543;
    text-shadow: 1px 1px #363636;
    font-family: 'Noto Sans Thai', sans-serif;
}
.contact-info-wrap .single-contact-info .contact-info-dec p {
    font-family: 'Noto Sans Thai', sans-serif;
    line-height: 22px;
}

ul.pagination{
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #a749ff;
    border-color: #a749ff;
}


h1.site-name {
    font-size: 30px;
    font-weight: 500;
    color: #962323;
    text-align: center;
    padding-bottom: 20px;

}

.shop-instagram-title {
    padding: 50px 20px 150px 20px;
}

.nav-tabs .nav-link.active {
    font-family: 'Noto Sans Thai', sans-serif;
    color: #a749ff;
    font-weight: 600;
}
.nav-tabs .nav-link {
    font-family: 'Noto Sans Thai', sans-serif;
    color: #838383;
}
.team-wrapper .team-content h4 {
    font-size: 16px;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: rgba(131, 148, 209, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }

  .scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }

  .scroll-top:hover {
    background: rgba(13, 66, 255, 0.8);
    color: #fff;
  }

  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }

@media (max-width: 991px){
    .team-wrapper .team-img a img {
        width: 60%;
    }
}
