﻿@media screen and (min-width: 100px) and (max-width:600px) {

    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    #logo {
        text-align:center;
        margin-bottom:10px;
    }

    #logoImage {
        height: 80px;
    }

    #topContact {
        font-size: 16px;
        padding-top: 20px;
        padding-right: 20px;
        text-align:center !important;
    }

        #topContact i {
            color: burlywood;
            margin-right: 10px;
            margin-bottom: 10px;
        }

    #social {
        font-size: 20px;
        padding-top: 10px;
    }

        #social i {
            margin: 0 10px;
        }

    #language {
        font-size: 14px;
    }

        #language a {
            margin: 0 10px;
        }

    .bg-dark {
        background-color: rgba(243, 79, 79,0.7) !important;
        border-bottom: 1px dotted white !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255,1);
    }

    .navbar-nav li:last-child {
        border-bottom: none;
    }

    .nav-item {
        border-bottom: 1px dotted white;
        padding: 5px 20px;
    }

    h1, h2 {
        font-size: 0.9em;
        color: crimson;
        margin-bottom: 20px;
    }
    #hero {
        background: rgb(4,147,67);
        background: linear-gradient(198deg, rgba(4,147,67,0.7) 0%, rgba(27,88,136,0.7) 67%, rgba(250,175,48,0.7) 100%);
    }
    #banner {
        background-image: url(../images/drudaykumar.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
      
    }

    .bannerData {
        color: beige;
        padding: 40px 20px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 1em;
      
        padding-top: 160px;
    }

        .bannerData p span {
            font-weight: normal;
            color: bisque;
        }

    #smallbanner {
        height: 140px;
    }

    #pageTitle h1 {
        color: white;
        font-size: 2em;
    }

    #usp {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        #usp .col-md-3 {
            text-align: center;
        }
            #usp .col-md-3 img {
                text-align: center;
                width: 100%;
                margin-bottom: 20px;
            }
            #usp .col-md-3 i {
                font-size: 50px;
                color: dimgray;
                margin: 20px 0;
            }

            #usp .col-md-3 h3 {
                font-size: 1.2em;
                color: crimson;
            }

    #content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #rhs {
        border-left: 1px dotted silver;
    }

    #footer {
        background-color: gray;
        color: white;
        font-size: 0.7em;
        padding: 10px
    }
}
