/* Add here all your css styles (customizations) */

.logo_1 {
  display: block;
  text-indent: -9999px;	
  width: 180px;
  height: 40px;
  background:url("../img/logo/westlake_logo.svg");
  background-size: 180px 40px;
  margin-left: 0px;
}

/* White yellow */
.g-color-yellow-wl {
  color: #fcd93b !important;
}

/* White yellow bg */
.g-bg-wl {
  background: #333 !important;
}

.g-color-yellow-wl--hover{
  color: #fcd93b !important;
}
