﻿section {
    padding: 0px 0px;
    font-family: 'Nunito', sans-serif;
}


.text-center {
    text-align: center;
}

.banner-text-white {
    color: #fff;
    font-weight: bold;
    text-align: justify;
    margin-left: 100px;
    margin-top: 150px;
    margin-left: 174px;
    font-size: 38px;
    display: block;
}

/*.info-text {
    text-align: justify;
    font-size: 14px;
}*/

.header-title {
    font-size: 20px;
    font-weight:bold;
    color: black;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.main_header {
    font-size: 30px;
    color: #b8202f;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.underline-small {
    color: #b8202f;
    display: inline-block;
    position: relative;
}

    .underline-small::after {
        content: '';
        height: 2px;
        width: 100px;
        background: #b8202f;
        position: absolute;
        left: calc(50% - 30%);
        bottom: -5px;
    }

.text-date {
    font-size: 13px;
}

.service-type {
    color: #b8202f;
    font-weight: bold;
}

.sub-title {
    font-size: 17px;
}

.social-media ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.social-media li {
    float: right;
}

    .social-media li a {
        display: block;
        color: #b8202f;
        text-align: right;
        padding: 10px;
        text-decoration: none;
    }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.responsive {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1400px) {
    /* styles for wide screens */
    .blog_banner__sec {
        background: url('../../images/Blogs/banner-desktop-blog.jpg') center center;
        width: 100%;
        height: auto;
        background-size: cover;
    }

    .bg-black-opacity {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .bg-black-opacity-light {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #shade {
        height: 550px;
    }
    .info-text {
        text-align: justify;
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    /* styles for wide screens */
    .blog_banner__sec {
        background: url('../../images/Blogs/banner-desktop-blog.jpg') center center;
        width: 100%;
        height: auto;
        background-size: cover;
    }

    .bg-black-opacity {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .bg-black-opacity-light {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #shade {
        height: 550px;
    }
    .info-text {
        text-align: justify;
        font-size: 20px;
    }
}

@media only screen and (min-width: 320px)and (max-device-width : 577px) {
    /* styles for narrow screens */
    .blog_banner__sec {
        background: url('../../images/Blogs/mobile-version.jpg') center center;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: top;
    }

    .banner-text-white h1 {
        font-size: 15px;
        margin-left: -100px;
        text-align: left;
        margin-top: 50px;
        line-height: 1.2em
    }

    .sub-title {
        font-size: 10px;
        margin-left: -100px;
    }

    .bg-black-opacity {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .bg-black-opacity-light {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #shade {
        height: 300px;
    }
    .info-text {
        text-align: justify;
        font-size: 14px;
    }
    .img-push {
        margin-top: -100px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .blog_banner__sec {
        background: url('../../images/Blogs/mobile-version.jpg') center center;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: top;
    }

    .banner-text-white h1 {
        font-size: 38px;
        margin-left: -50px;
        text-align: left;
        margin-top: 50px;
        line-height: 1.2em
    }

    .sub-title {
        font-size: 18px;
        margin-left: -50px;
    }

    .bg-black-opacity {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .bg-black-opacity-light {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #shade {
        height: 550px;
    }
    .info-text {
        text-align: justify;
        font-size: 14px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */
    .blog_banner__sec {
        background: url('../../images/Blogs/mobile-version.jpg') center center;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: top;
    }

    .bg-black-opacity {
        background-color: rgba(0, 0, 0, 0.85);
    }

    .bg-black-opacity-light {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #shade {
        height: 550px;
    }
    .info-text {
        text-align: justify;
        font-size: 14px;
    }
}
