@charset "utf-8";
/* CSS Document */

.standardSiteLogo {
  display: none;
}

.customSiteLogo {
  width: 150px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/tempo_logo.svg");
  margin-left: 20px;
}

.standardBigLogo {
  display: none;
}

.customBigLogo {
  width: 210px;
  height: 100px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/tempo_logo_blue.svg");
}