@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comme:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comme:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;1,300;1,500&family=Ysabeau+Infant:wght@300&family=Ysabeau:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comme:wght@200&family=Poppins:ital,wght@0,700;1,300;1,500&family=Ysabeau+Infant:wght@300&family=Ysabeau:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cairo");

body {
    font-family: Poppins !important;
}
.pull-right{
    margin-right:10px;
}
.banner {
    background-position-x: center;
    position: relative;
    text-align: center;
    color: white;
    margin-top: 70px;
    background-image: url(images/banner.png);
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: brightness(40%);
  }
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
  }

  .navbar-brand {
    padding: 10px;
}

.navbar-header {
    display: inline-block;
}

nav ul:hover, nav li:hover, nav a:hover {
    background-color: transparent !important;
}

nav a {
    color: #000;
    font-weight: 500;
}

.navbar {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px 2px #ccc;
}

.content_bg {
    background-color: #F8F8F8;
    padding: 10px;
}

.content_bg h3, .content_bg h5 {
    color: #007DB8;
    font-weight: 600;
}
.content_bg h4 {
    color: #808080;
}
.content_bg h6 {
    color: #919192;
}
.content_bg .blog_content + h3 {
    color: #545454;
    margin-top: 35px !important;
}

.p_blogs {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.p_blogs a {
    color: #545454;
}

.p_blogs h5 {
    color: #545454;
    font-size: 13px;
}

.footer-text {
    color: #007DB8;
    font-size: 16px;
}

footer a {
    color: #757575;
}
.blog_content {
    margin-top: 20px;
    line-height: 25px;
}

@media screen and (max-width: 1500px) {
    .banner {
        height: 40vh;
    }
}

@media screen and (max-width: 1199px) {
    .content_bg h3 {
        font-size: 22px;
    }
    .content_bg h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .banner {
        height: 35vh;
    }
    .centered {
        font-size: 30px;
    }
    .footer-text {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        height: 30vh;
    }
    .centered {
        font-size: 20px;
    }
    .blog_content {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .content_bg h3 {
        font-size: 18px;
    }
    .content_bg h4 {
        font-size: 13px;
    }
    .content_bg h6 {
        font-size: 10px;
    }
    .footer-text ~ div h4 {
        font-size: 14px;
    }
    .footer-text ~ div h6 {
        font-size: 11px;
    }
    .footer-text img {
        width: 150px;
    }
}

@media screen and (max-width: 425px) {
    .banner {
        height: 25vh;
    }
    .centered {
        font-size: 18px;
    }
    .p_blogs h5 {
        font-size: 12px;
        margin-top: 0px;
    }
    .content_bg h4 {
        font-size: 11px;
    }
    .content_bg h3 {
        font-size: 15px;
    }
    .content_bg h6 {
        font-size: 9px;
    }
    .footer-text ~ div, .footer-text ~ div div {
        padding: 0;
    }
    .footer-text ~ div h6 {
        font-size: 9px;
    }
}