﻿body 
{   
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #4c89b6;
  
  backgound-size: cover;
  

  background-image: url('../Content/images/tri/trigasblend.png');
  background-repeat: repeat-x;
}

header
{
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/tri/trigaslogo.png');
  background-repeat: no-repeat;
  background-position: center center;

  height:218px;   
  margin: 0;
  padding: 0;
}
ul#menu li.active a:hover, ul#menu li.active a, ul#menu li a:active {
    background-color: #394b9d;
    text-decoration: none;
    color: #fff !important;
}

.wcs_navbar .icon {
    background: #394b9d !important;
}

.wcs_gas_order label.gasmessage {
    color: #000;
}



/*@media screen and (max-width: 767px) {
    .wcs_header .wcs_headerimg {
        min-height: 130px !important;
        max-height: 280px;
        height: 100% !important;
    }
}*/