﻿@media (min-width: 101px) and (max-width: 700px) {
    body {
        font-family: 'Noto Sans', sans-serif;
    }

    html {
        scroll-behavior: smooth;
    }

    #topLine {
        height: 4px;
    }
    p, ul li {
        color: darkgreen;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Hind', sans-serif;
        color:darkorange;
    }

    .blue {
        color: darkorange;
    }

    .bgBlue {
        background: darkorange;
    }

    .bgGray {
        background: #EFEFEF;
    }

    #MainMenu {
        margin-top: -50px;
        
    }

    .navbar {
        margin-left: auto !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,.9);
        font-family: 'Hind', sans-serif;
        padding-right: 20px;
        padding-left: 20px;
        text-transform: uppercase;
        font-weight: bold;
        border-top: 1px dotted gray;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-item:last-child .nav-link {
        border-right: none !important;
    }
    .abtimg {
        height: 200px;
        width: 200px;
        border-radius: 50%;
    }
    #services {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 300px;
    }

        #services .img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            box-shadow: 10px 10px 0 darkorange;
        }

        #services .col-md-4 {
            margin-bottom: 60px;
        }

        #services h4 {
            margin-top: 40px;
            text-align: left;
            color: #3AB54A;
            font-size: 24px;
        }
    .ghostbutton {
        border: 1px solid green;
        padding: 5px 20px;
        border-radius: 20px;
        margin-top: 10px;
    }
    #about{
        background-color: #EFEFEF;
        padding-top: 40px;
        padding-bottom: 40px;
        background-image:none;
    }
    #contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #client {
        padding: 30px 20px;
    }

    .partnerImg img {
        height: 90px;
        margin: 0 20px;
    }



    #contactForm input, #contactForm textarea {
        border: 1px solid rgba(160, 160, 159, 1);
        color: #605E5E;
        border-radius: 0px;
        margin-bottom: 10px;
    }

    .submitButton {
        background-color: darkorange;
        color: white !important;
        padding: 10px;
        border: none;
    }

    .address {
        padding: 20px;
        border: 1px solid #c0c0c0;
    }

        .address i {
            color: #3A83C8;
            font-size: 20px;
            margin-right: 10px;
        }

    #footer {
        background-color: dimgray;
        color: white;
        font-size: 14px;
        padding: 10px 0;
    }
    .carousel-caption h3 {
       font-size:18px;font-weight:bold;
    }
    .carousel-caption {
        background: darkorange;
        color:darkgreen;
        font-weight:bold;
        font-size: 12px;
        padding: 10px;
    }

    [data-toggle="collapse"].collapsed .if-not-collapsed {
        display: none;
    }

    [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
        display: none;
    }
    #news {
        padding: 50px;
        background-color: #EFEFEF;
    }
}
