/* Custom styles to remove the diamond icon and lines, and add a logo image */
#header .logo {
  width: 700px !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
#header > *:before,
#header > :first-child:before {
  display: none !important;
}
#header .content {
  border-top: none !important;
}

@media (max-width: 700px) {
  #header .logo {
    width: 500px !important;
  }
}

@media (max-width: 600px) {
  #header .logo {
    width: 350px !important;
  }
  .contact-email {
    font-size: 11px;
    word-break: normal;
  }
}