.tm-logo-small img { 
    width: 200px;
}

/* Logo footer */
.tm-footer .tm-logo-footer {
  margin-top: -10px;
}

/* Contact Page Heading */
#legend {
  color: #9ea6b7 !important;
}

/* Google Map Location - Bottom C */
iframe.map {
  width: 100%;
  height: 367px;
  padding-bottom: -8px !important;
}

@media screen and (max-width:467px) {
    .tm-logo-small img {
        width: 150px;
    }
}

@media screen and (max-width:367px) {
    .tm-logo-small img {
        width: 100px;
    }
}