body {
font-family: 'Open Sans', sans-serif;
    }
.show-nav-mob{
    display:flex !important;
}

p {
    text-align: Center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

section.top-banner-section {
    background-image: -webkit-linear-gradient(left, rgba(11, 28, 45, 0.76) 7%, rgba(11, 28, 45, 0.76)), url(https://s-media-cache-ak0.pinimg.com/originals/8f/81/7a/8f817a2d670887e4ffadff29491d660e.jpg);
    background-image: linear-gradient(to right, rgba(11, 28, 45, 0.76) 7%, rgba(11, 28, 45, 0.76) ), url(https://s-media-cache-ak0.pinimg.com/originals/8f/81/7a/8f817a2d670887e4ffadff29491d660e.jpg);
    background-size: cover;
    display: table;
    height: 280px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-position-x: center;
}

section.top-banner-section img {
    margin: 0 auto;
    display: block;
    margin-top: 65px;
    width: 185px;
}

.top-banner-section h2 {
    text-align: Center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.g4 h5 {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-top: 40px;
}

.g4 img {
    margin: 0 auto;
    display: block;
    width: 180px;
}

.g4 {
    margin-top:40px;
}

.navigation {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #eae8e8;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #1d3f61;
    cursor: default;
    border: 1px solid #e8e8e8;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid rgba(8, 21, 34, 0.07);
}

ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
}

.nav-tabs>li>a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #1d3f61;
    border-radius: 0px !important;
}

div#products img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
}

footer p {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 16px;
    text-transform: lowercase;
}

div#products h5 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

img.home-banner {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.three-img-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

h3 {
    font-weight: bold;
    text-align: Center;
    margin-top: 60px;
    margin-bottom: 40px;
}
	@media screen and (min-width: 768px) {

	}
	
	@media screen and (max-width: 768px) {
.top-banner-section h2 {
    font-size: 17px;
    margin-top: 30px;
}
ul.nav.nav-tabs a {
    font-size: 15px;
    margin: 0px !important;
}
.navigation {
    flex-direction: column;
    display:none;
}

.three-img-container img {
    width: 30.33%;
    height: 90px;
}
section.top-banner-section {
    height: 240px;
}
section.top-banner-section img {
    margin: 0 auto;
    display: block;
    margin-top: 55px;
    width: 140px;
}	
.mobile-nav-button { 
    display:block !important;
}
}

	@media screen and (max-width: 480px) {

	}

.mobile-nav-button span {
    height: 3px;
    background: #fff;
    display: block;
    margin-bottom: 6px;
    width: 27px;
    border-radius: 2px;
}

ul.nav a {
    color: #081522;
}

.mobile-nav-button {
    background: #091522;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 2px;
    float: right;
    margin-top: -44px;
    margin-right: 10px;
    display: none;
    z-index: 1;
    position: relative;
    border: none;
}