:root {
  --pink: #dc2784;
  --pink-light: #e457a4;
  --dark: #293035;
  --max-width: 951px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font: 15px/1.6 'PT Sans', Arial, Helvetica, sans-serif;
  color: #888;
  background: #000 url(images/bg.jpg) repeat;
}

h1, h2, h3 { color: var(--pink); margin: 0 0 0.4em; }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--pink); }

.page-wrap {
  max-width: var(--max-width);
  margin: 0 auto;
}

/* Header */

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 10px;
}

.logo img { width: 445px; max-width: 100%; height: auto; }

.contact-bar { text-align: right; }

.call-us { margin: 0; font-size: 15px; color: #ccc; }
.call-us span {
  color: var(--pink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  margin-left: 10px;
}

.opening-times { margin: 4px 0 0; font-size: 13px; color: #999; }

/* Hero / services: original flattened graphics, shown edge to edge */

.hero, .services { line-height: 0; }

/* Footer */

.site-footer {
  background: var(--dark);
  color: #b7bec2;
  margin-top: 20px;
  padding: 30px 10px;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.find-us h2 {
  color: var(--pink);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.find-us img { width: 220px; }

.address-block h3 {
  color: var(--pink);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.address-block h3:first-child { color: #fff; text-transform: none; }

.address-block .addr { margin: 0 0 1.2em; color: #b7bec2; }

.address-block .phone {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  color: #9aa1a5;
  margin: 0;
}

.footer-bottom {
  padding: 14px 10px;
  font-size: 11px;
  color: #8a8a8a;
}

/* Responsive */

@media (max-width: 700px) {
  .site-header { justify-content: center; text-align: center; }
  .contact-bar { text-align: center; }
  .footer-main { text-align: center; justify-content: center; }
}
