﻿@media screen and (min-width: 600px) and (max-width:4290px) {

    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    #logo {
        margin: 10px auto;
    }

    #logoImage {
        height: 100px;
    }

    #topContact {
        font-size: 16px;
        padding-top: 20px;
        padding-right: 20px;
        text-align: right;
    }

        #topContact i {
            color: burlywood;
            margin-right: 10px;
            margin-bottom: 10px;
        }

    #social {
        font-size: 20px;
        padding-top: 20px;
        border-left: 1px dotted silver;
    }

        #social i {
            margin: 0 10px;
        }

    #language {
        font-size: 14px;
        margin-top: 10px;
    }

        #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-right: none;
    }

    .nav-item {
        border-right: 1px dotted white;
        padding: 5px 20px;
    }

    h1, h2 {
        font-size: 1.2em;
        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;
        height: 65vh;
    }

    .bannerData {
        margin-left: 100px;
        color: beige;
        padding: 90px 0;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 30px;
    }

        .bannerData p span {
            font-weight: normal;
            color: bisque;
        }

    #smallbanner {
        height: 140px;
    }

    #pageTitle h1 {
        color: white;
        font-size: 2em;
    }

    #usp {
        padding-top: 80px;
        padding-bottom: 80px;
    }

        #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: 80px;
        padding-bottom: 80px;
    }

    #rhs {
        border-left: 1px dotted silver;
    }

    #footer {
        background-color: gray;
        color: white;
        font-size: 0.7em;
        padding: 10px
    }
}
