html * {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.content {
    width: 1200px;
    margin: auto;
    clear: both;

}

h2 {
    font-size: 30px;
    color: #124b38;
}

a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

/*   topNavbar  */

.topNavbar {
    background-color: #F2F2F2;
    width: 100%;
    height: 50px;

}

.distrubuted {
    float: left;
    font-weight: bold;
    margin-top: 12px;
    width: 49%;
}

.social {
    float: right;
    width: 50%;
}

.social img {
    float: right;
    width: 100px;
}

.social .socialButton {
    float: right;
    background-color: #cacaca;
    border-radius: 8px;
    padding: 11px;
    margin-left: 10px;
}

.midNavbar {
    background-color: #ffffff;
    width: 100%;
    height: 80px;
}

.pagelogo {
    float: left;
    width: 33%;
}

.pagelogo img {
    width: 200px;
}

.hours {
    float: left;
    margin-top: 12px;
    width: 33%;
}
.hours ul {
    margin: 0;
}
.hours ul li {
    list-style: none;
}

.contact {
    float: left;
    margin-top: 4px;
    width: 33%;
}
.contact ul {
    margin: 0;
}
.contact ul li {
    list-style: none;
}

.bottomNavbar {
    background-color: #124b38;
    width: 100%;
    height: 50px;
}

nav ul {
    margin: 0;
}

nav ul li {
    list-style: none;
    color: #ffffff;
    float: left;
    padding: 10px 20px;
}

.hero {
    height: 55vh;
    background-image: url('/img/Slide-1.png');
    background-position: center;
    background-size: cover;
    box-shadow: 0px 10px 15px
}

.herocontent {
    background-color: #f2f2f2bf;
    border-radius: 15px;
    position: relative;
    top: 100px;
    left: 100px;
    width: 40%;
    height: 20vh;
    float: left;
    padding: 35px 20px;
    font-size: 20px;
    font-weight: 800;
}

.action {
    padding: 10px;
    background-color: #124b38;
    text-align: center;
    margin-top: 15px;
    border-radius: 15px;

}

.action {
    color: #ffffff;
}

.about {
    width: 900px;
    margin: auto;
    clear: both;
    text-align: center;
    padding: 40px;
    margin-bottom: 30px;
}

.products{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 50px;
}

h2 .grid {
    text-align: center;
}

.card {
    width: 31%;
    height: 250px;
    float: left;
    padding: 4px;
    margin: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    box-shadow: 4px 3px 8px #808080;
}

.card img {
    width: 50%;
    margin: auto;
}


.featured{
    width: 100%;
    margin-top: 50px;
}

.text {
    width: 65%;
    float: left;
    padding: 40px;
}

.fetimg {
    width: 28%;
    float: left;
}

.fetimg img{
    width: 100%;
}

.background {
    display: inline-block;
    width: 100%;
    height: 39vh;
    background-image: url(/img/LPG_LC_Meter_driver.png);
    background-position: top;
    background-size: cover;
    margin-bottom: 100px;
}

.backtext{
    margin: 50px;
    background-color: #ffffffbf;
    padding: 40px;
}

.backtext p {
    font-weight: 600;
}

.half{
    width: 43%;
    float: left;
    padding: 15px;
}

footer {
    padding: 100px 0px;
    margin-top: 66px;
    display: inline-block;
    width: 100%;
    background-color: #124b38;
    box-shadow: 0px -9px 20px #a0a0a0;
}

.footer {
    width: 24%;
    float: left;
    height: 200px;
    color: white;
}

.footer i {
    padding: 10px;
    margin-right: 20px;
    background-color: gray;
}

.footer h3{
    font-size: 20px;
    color: white;
    text-align: center;
}
.footer hr {
    width: 84%;
}

.footer ul li {
    list-style: none;
    padding: 10px;
    color: white;
}

footer a {
    color: #fff;
}

img .logo {
    width: 150px;
}

.copy {
    text-align: center;
    color: white;
    clear: both;
}

.copy a {
    color: white;
}

@media only screen and (max-width: 1200px) {
    .content {
        width: 900px;
    }

    .about {
        width: 700px;

    }

    .card {
        margin: 2px;
    }

    .text {
        width: 60%;
    }
  }
  @media only screen and (max-width: 900px) {
    .content {
        width: 98%;
    }

    .midNavbar {
        background-color: #ffffff;
        width: 100%;
        height: 196px;
    }

    .contact {
        float: left;
        margin-top: 4px;
        width: 60%;
    }

    .pagelogo {
        float: left;
        width: 100%;
    }

    .herocontent {
        position: relative;
        top: 20px;
        left: 100px;
        width: 60%;
        height: 20vh;
        font-size: 16px;
    }

    .about {
        width: 80%;

    }

    .card {
        margin: 2px;
        width: 47%;
    }

    .text {
        width: 100%;
        padding: 0;
    }
    .fetimg {
        width: 100%;
    }

    .background {
        height: 84vh;
        margin-bottom: 30px;
    }

    iframe {
        display: none;
    }

    .half {
        width: 100%;
    }

    .footer {
        width: 100%;
    }
  }