.dropdown-menu { background-color:#d6a842 !important; }
.nav-item {
    border:0px;
    border-radius:3px;
}
.navbar-dark.main {
    background-color:#d6a842 !important;
}
.nav-link.main {
    background-color:#d6a842 !important;
    color:#333 !important;
}
/*.nav-link.main:hover {
background:#0c1622 !important;
color:silver !important;
}
*/
.navbar-toggler {
     background: #d6a842;
}
.banner {
    -webkit-font-smoothing: antialiased;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #d6a842;
    background-origin: padding-box;
    background-position: left center;
    background-size: cover;
    box-sizing: border-box;
    font-size: 18px;
    height: 135px;
    width: 100%;
}

.gas-label    { border:1px solid #c18827; border-radius:50%; background-color:#c18827; color:white; font-size:10px; width:25px; height:15px; text-align:center; padding:4px; cursor:pointer; }

@media (min-width: 576px) { .gas-label { font-size: 8px; width:15px; height:15px; padding:4px 6px 4px 6px; }
}

@media (min-width: 768px) { .gas-label { font-size: 10px; width:10px; height:10px; padding:4px 6px 4px 6px; }
}

@media (min-width: 992px) { .gas-label { font-size: 12px; width:12px; height:12px; padding:4px 6px 4px 6px; }
}

@media (min-width: 1200px) { .gas-label { font-size: 12px; width:25px; height:15px; padding:4px 6px 4px 6px; }
}
.signin { 
    color:#333; 
    font-size:14px; 
}
a.signin { 
    color:#333; 
    font-size:14px; 
}

.main-logo {
    background-image: url('/_shared/images/logos/gasform-main-logo.jpg');
    width:300px;
    height:auto;
}
