/* CSS HEX */
:root {
  --davys-grey: #595959ff;
  --gray-web: #7f7f7fff;
  --quick-silver: #a5a5a5ff;
  --light-gray: #ccccccff;
  --cultured: #f2f2f2ff;
  --border: #ccccccff;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding 0;
}

body a {
  color: var(--davys-grey);
}

h1, h2, h3, h4 {
  font-family: ';Montagu Slab', serif;
  color: black;
  font-weight: 300;
}

p {
  font-family: 'Open Sans', sans-serif;
}

p b {
  font-weight: 700;
}

table.open-hours {
  display: inline-block;
}

table.open-hours td {
  border: 1px solid white;
  padding: 5px 10px;
}

table.open-hours .day {
  background-color: #ddd;
}

table.open-hours .hours {
  background-color: #eee;
}

nav .nav-logo {
  height: 70px;
}

.call-me a {
  font-weight: 700;
  text-decoration: none;
  border: 4px solid #a2a2a2;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px 0;
}

@media screen and (max-width: 1000px) {
  .map-big {
    display: none;
  }
}


@media screen and (min-width: 1001px) {
  .map-small {
    display: none;
  }
}

.map-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.first-map img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.main-box {
  height: 50vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('./background.jpg') #E6E6E6;
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

h2.section-title {
  width: 100%;
  text-align: center;
  font-size: 54px;
  margin-bottom: 50px;
}

.main-box .logo {
  display: block;
  height: 100%;
}

.main-box .logo img {
  width: auto;
  height: 100%;
  max-height: 80vh;
  padding: 30px;
}

.about-text {
  text-align: center;
}

.info-box {
  text-align: center;
  margin-bottom: 50px;
}

.info-box h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-box h4 .icon {
  font-size: 40px;
}

.info-box h4 .text {
  font-size: 24px;
  line-height: 40px;
  padding-left: 10px;
}

.info-box .info {
  font-size: 18px;
}

.info-box .info table {
  display: inline-block;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.info-box .info table td {
  border: 1px solid white;
  padding: 5px 10px;
}

.info-box .info table td.transport-type {
  background-color: #ddd;
}

.info-box .info table td.transport-lines {
  background-color: #eee;
}

.info-box .photo {
  display: inline-block;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 50px 0;
  padding-bottom: 30px;
}

.section--first {
  position: relative;
  z-index: 1000;
}

.section--first .container {
  background-color: white;
  padding-top: 20px;
}

.section--gray {
  background-color: var(--cultured);
}
