html {
  font-size: 20px;
  line-height: 1.5;
}

body {
  font-size: 1rem;
  margin: 0;
}

#burger-nav {
  display: block;
  height: 2.5rem;
  width: 100%;
  background: url(../photo/burger-nav.png) no-repeat 5% center;
  background-color: #373F47;
  background-size: 2.5rem;
  float: left;
  padding-bottom: 0.25rem;
  text-align: center;
  border-bottom: 0.125rem solid;
}
header nav ul {
  overflow: hidden;
  background: #FAF3DD;
  padding-left: 1px;
  height: 0;
}
header nav ul.open {
  height: auto;
}
header nav ul a li {
  display: block;
  color: #373F47;
  padding: 0.25rem;
  padding-left: 0.625rem;
  border: 1px solid #373F47;
  margin: 0;
}

header h1, header h2, header h3 {
  text-align: center;
}

header h2 a{
  font-size: inherit;
}

.logo {
  display: block;
  padding-top: 1rem;
  width: 90%;
  height: 100%;
  margin: auto;
}

.heading {
  border-bottom: 0.125rem solid;
}

header a {
    padding-top: 0.875rem;
    font-size: 1.5em;
}

main h1, h2, h3 {
  text-align: center;
}

main p {
  text-align: justify;
  padding: 0.625rem;
}

main ul, main ol {
  padding: 0 1.5rem;
}

main ul li, main ol li {
  padding: 0.4rem;
}

.offices h2, .offices h3, .offices p {
  text-align: center;
}

.offices p {
  margin: 0;
  padding: 0.25rem 0.625rem;
}

.tiles {
  text-align: center;
}

.tiles img {
  margin-top: 1rem;
  width: 100%;
  height: auto;
}

.tiles figcaption {
  padding-top: 0.5rem;
}

iframe {
  margin: 1em auto;
  padding-top: 1em;
  width: 90%;
  height: 600px;
}

.offices {
  text-align: center;
}

.gallery {
  text-align: center;
  margin: auto;
  margin-top: 2em;
  max-width: 1100px;
  width: 100%;
}

.gallery img {
  width: 80%;
  height: 100%;
}

.gallery figcaption {
  padding: 1em;
  font-size: 1em;
}

footer {
  text-align: center;
}

footer p {
  font-size: 1rem;
  margin-bottom: 0;
}
/* cookie banner */
#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    margin-left: 7px;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}
/* end of cookie banner */
