/* Add here all your css styles (customizations) */
body {
  background-color: #f7f1cf;
}

.g-bg-header {
  background-color: #d8ae60 !important;
  border-bottom: 1px solid #f7f1cf;
}

.g-bg-header-nav {
  background-color: #d8ae60 !important;
}

.g-color-footer {
  background-color: #d8ae60 !important;
}

.g-color-headericon {
  color: white !important;
}

.g-bg-primary {
  background-color: #f0d8ac !important;
}

.g-color-primary {
  color: #f0ad66 !important;
}

::selection {
  background-color: #f0ad66 !important;
}

a:focus, a:hover {
  color: #f0ad66;
}

.g-bg-black-opacity-0_9 {
  background-color: #f0ad66 !important;
}

a.footer {
  color: white;
}

a.copyright {
  color: white;
}

.g-brd-primary {
  border-color: #FFF !important;
}

.g-bg-contactus-panel {
  background-color: #d8ae60 !important;
}

.g-color-contactusicon {
  color: white !important;
}

.g-bg-primary ::selection
{
    color: white;    
}

.fueltank-header-background-swoosh
{
    background-image: url(/images/Background-header-swish-1500-200.jpg);
    background-repeat: repeat-x;
}

.fueltank-footer-background-swoosh
{
    background-image: url(/images/Background-footer-swish-1500-200.jpg);
    background-repeat: repeat-x;
}

.g-color-primary--hover
{
    color: white; 
}

a {
  color: white;
  outline: none; }

a:focus,
a:hover {
  color: white; }