/* 

SF Pro Display

*/

@font-face {
  font-family: 'SF-Pro-Display-Light';
  src: url('fonts/SFProDisplay-Light.woff2') format('woff2'),
    url('fonts/SFProDisplay-Light.woff') format('woff');
  font-weight: light;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF-Pro-Display-Regular';
  src: url('fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF-Pro-Display-Medium';
  src: url('fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('fonts/SFProDisplay-Medium.woff') format('woff');
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF-Pro-Display-Bold';
  src: url('fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('fonts/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --ff-light: 'SF-Pro-Display-Light', sans-serif;
  --ff-regular: 'SF-Pro-Display-Regular', sans-serif;
  --ff-medium: 'SF-Pro-Display-Medium', sans-serif;
  --ff-bold: 'SF-Pro-Display-Bold', sans-serif;
}

html,
body {
  font-family: var(--ff-light);
  overflow-x: hidden;
}

.bold {
  font-family: var(--ff-bold);
}

h2 {
  font-family: var(--ff-regular);
}

p {
  font-family: var(--ff-light);
  font-size: medium;
}

/*navbar*/
header .headerContainer {
  position: relative;
  z-index: 3
}

header {
  background: #757575;
  padding: 30px 0 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 8px solid #fff;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* nav.active {
    position: fixed;
    display:block;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .5s ease .5s;
    transition: -webkit-transform .5s ease .5s;
    transition: transform .5s ease .5s;
    transition: transform .5s ease .5s,-webkit-transform .5s ease .5s;
    z-index: 9999;
} */
.navcontainer h1 {
  /* text-align: left; */
  color: #fff;
  font-weight: 400;
  display: inline-block;
  font-family: var(--ff-regular);
  margin-top: -7px;
}

.hamburger {
  padding: 15px 0 15px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: white;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  /* float: right; */
}

.hamburger:hover {
  opacity: .7
}

.hamburger-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 40px;
  height: 1.5px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px
}

.navcontainer {
  width: 100%;
  margin: 0 auto;
}

.nav-menu-old {
  position: fixed;
  top: 100%;
  flex-direction: column;
  background-color: #757575;
  width: 100%;
  left: 0;
  text-align: center;
  transition: 0.5s;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  text-align: center;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
  height: 100vh;
}

.navbar {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .5s ease .5s;
  transition: -webkit-transform .5s ease .5s;
  transition: transform .5s ease .5s;
  transition: transform .5s ease .5s, -webkit-transform .5s ease .5s;
  z-index: 99;
  background-color: #757575;
}

.navbar.active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.nav-menu {
  list-style: none;
  margin: 0
}

.nav-item {
  font-size: 2rem;
  font-family: var(--ff-main);
  font-weight: var(--fw-regular);
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0.1em;
  padding-bottom: 0.1em
}

.nav-item a {
  color: white;
}

.navbar ul li a:hover {
  color: #D3D3D3;
}

.nav-branding {
  font-size: 2rem;
}

.nav-link {
  transition: 0.3s ease-out;
}

.nav-link:hover {
  color: #D3D3D3;
}

.hamburger {
  cursor: pointer;
}

.bar {
  display: block;
  width: 30px;
  height: 2px;
  margin: 7px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: white;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-item {
  margin: 16px 0;
}

/* .nav-menu.active {
  left: 0;
  background-color: #757575;
  transform: translateY(calc(-100% + 127px));
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  float:right;
} */
header img {
  height: 45px;
  float: right;
  vertical-align: middle;
  margin-top: 6px;
}

/*end navbar section*/
#home {
  background: url(backgrounds/1-home.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  height: 100vh;
  position: relative;
  min-height: 700px
    /* padding-top:22rem; */
}

#home .intro {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* #scheme {
  width:100rem;
} */
.grid-container {
  /* padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; */
  position: relative;
  width: 100%;
  height: 100%
}

#scheme {
  background: url(backgrounds/2-scheme.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 4rem;
}

#aerial {
  max-width: 100%
}

#scheme h2 {
  color: #5b5a5a
}

#scheme p {
  color: #5b5a5a
}

#scheme .grey {
  color: #5b5a5a;
  font-weight: bold;
  font-family: var(--ff-bold);
  padding-top: 2rem;
  padding-bottom: 0
}

#scheme .green {
  color: #ade7d4;
  font-weight: bold;
  font-family: var(--ff-bold);
  padding-top: 2rem;
  padding-bottom: 0
}

#location {
  background: url(backgrounds/3-location-a.jpg);
  min-height: 860px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

#location2 {
  background: url(backgrounds/3-location-b.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#local-occupiers #occupier-logos {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem
    /* padding-left: 1.2rem; */
}

#local-occupiers #occupier-logos .occupier-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 14.285%;
}

#local-occupiers #occupier-logos .occupier-logo img {
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 120px;
  filter: brightness(50%);
}

#park-occupiers #occupier-logos .occupier-logo img {
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 100px;
}

#specification {
  background-color: #f0faf8;
}

/* #specification .grid-container {
  margin-right:0;
} */
#specification h2 {
  color: #31c8a4;
  padding-bottom: 2rem;
}

#specification .content {
  /* padding-top: 5rem; */
  /* padding-left: 3rem; */
  /* padding-right: 3rem; */
}

#specification .specs {
  padding-top: 3rem;
}

.specs img {
  height: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.specs p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
}

.oxford {
  padding: 0;
  font-size: 0.8rem;
}

.oxford hr {
  border-bottom: 3px solid #31c8a4;
}

/* .oxford .item {
  padding:2rem;
} */
#specification .oxford h2 {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 0.1rem;
  float: left;
}

.oxford img {
  width: 40px;
  float: right;
}

#occupiers {
  position: relative;
}

#aerial2 {
  position: relative;
}

#park-occupiers {
  background-color: rgba(49, 200, 164, 0.7);
  padding-top: 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%
}

#park-occupiers p {
  color: white;
  font-weight: bold
}

#park-occupiers #occupier-logos {
  display: flex;
  flex-wrap: wrap;
}

#park-occupiers #occupier-logos .occupier-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 14.285%;
}

#park-occupiers #occupier-logos .occupier-logo img {
  max-width: 100px;
}

/* #thumbnail {
    width:100%;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px
  } */
/*
.gallery1 .grid-container {
  max-width: unset
}

.gallery2 .grid-container {
  max-width: unset;

} */
#whyoxford {
  background: url(backgrounds/whyoxfordbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

#whyoxford .reasons {
  text-align: center;
  padding-top: 2rem
}

#whyoxford .reasons img {
  max-height: 75px;
  padding: 20px
}

#sustainability {
  background: url(backgrounds/whyoxfordbg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  padding-top: 4rem;
  padding-bottom: 3rem;
  font-family: var(--ff-regular);
}

#sustainability h3 {
  font-family: var(--ff-regular);
}

#sustainability img {
  max-height: 75px;
  padding: 10px 20px 0 0;
  float: left
}

#sustainability ul {
  overflow: hidden;
}

#sustainability .sust-item {
  padding-top: 1rem;
  padding-right: 2rem
}


.gallery1 .thumb {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  height: 500px;
  object-fit: cover;
}

.gallery2 .thumb {
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  object-fit: cover;
}

/* #arc {
  position: relative;
} */
#arc-content {
  position: absolute;
  padding-top: 3rem;
  top: 0;
}

#arc-content h2 {
  color: white;
}

#location2 {
  padding-bottom: 5rem;
}

#location2 h2 {
  padding-top: 3rem;
  color: white;
}

#location2 p {
  color: white;
}

#location3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* .gallery2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
} */
.gallery2 #thumb {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px
}

#map {
  position: relative;
}

#connections {
  background-color: white;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  bottom: 0;
  right: 0
}

#connections table tbody {
  border-style: none;
  background: none;
}

#connections tbody tr:nth-child(even) {
  background: none;
}

#connections table th {
  text-transform: uppercase;
  font-family: var(--ff-bold);
  color: #31c8a4;
  text-align: right;
  border-bottom: 1px solid #31c8a4;
  padding-left: 0;
  padding-right: 0
}

#connections table th:nth-child(1) {
  text-align: left;
}

#connections table td {
  border-bottom: 1px solid #31c8a4;
  text-align: right;
  padding-left: 0;
  padding-right: 0
}

#connections table td:nth-child(1) {
  text-align: left;
}

#connectivity h2 {
  text-align: center;
  color: #31c8a4;
  padding-top: 1rem;
  font-weight: bold;
}

#connectivity p {
  text-align: center;
  padding-bottom: 1rem
}

#transport {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%
}

.transport-spec {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bottom-dots {
  background: url(backgrounds/background-dots.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#contact {
  background: url(backgrounds/4-contact.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* height: 100vh; */
  font-family: var(--ff-regular);
  color: white;
  font-size: 1.2rem;
  padding-bottom: 3rem
    /* padding-left: 3rem;
  padding-right: 3rem; */
}

#contact a {
  color: white
}

#contact-buttons {
  list-style: none;
  padding-top: 3rem;
  margin-top: 15%;
}

#contact-buttons li {
  display: inline;
  padding-right: 2rem;
}

#contact-buttons li a {
  border: solid 1px white;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #31c8a4
}

#contact h3 {
  padding-top: 3rem;
}

#agent {
  padding-top: 3rem;
  padding-bottom: 3rem
}

@media screen and (max-width: 1023px) {
  header {
    padding: 10px 10px 15px 10px;
  }

  nav.navbar h1 {
    font-size: 21px;
  }

  header img {
    display: none;
  }

  #home {
    background-attachment: unset;
    padding-left: 10px;
    padding-right: 10px;
  }

  #scheme {
    padding-left: 10px;
    padding-right: 10px;
  }

  #specification {
    padding-left: 10px;
    padding-right: 10px;
  }

  #location {
    position: relative
  }

  #aerial2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #location2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #connections {
    padding-left: 10px;
    padding-right: 10px;
  }

  #contact {
    background-attachment: unset;
    padding-left: 10px;
    padding-right: 10px;
  }

  #arc {
    position: relative;
  }

  #arc-content {
    position: absolute;
    padding-top: 3rem;
    top: 0;
    padding-left: 20px;
  }

  #agent {
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  #park-occupiers #occupier-logos .occupier-logo img {
    max-width: 80px;
  }

  /* .nav-menu {
    height:100vh;
  } */
  /* .nav-menu.active {
    transform: translateY(calc(-100% + 102px));
  } */
  #contact-buttons li a {
    display: block;
  }

  #park-occupiers #occupier-logos .occupier-logo {
    width: 33.333%
  }

  #local-occupiers #occupier-logos .occupier-logo {
    width: 50%
  }

  #local-occupiers #occupier-logos .occupier-logo img {
    max-width: 100px;
  }

  #map {
    position: unset
  }

  #connections {
    position: unset
  }

  #connectivity h2 {
    font-size: 1.5rem;
  }

  #location {
    min-height: unset;
    background: none
  }

  #location2 {
    background-attachment: unset
  }

  .navcontainer h1 {
    float: right;
    margin-top: -7px;
  }

  .transport-spec {
    padding-left: 10px;
    padding-right: 10px;
  }

  #whyoxford h2 {
    text-align: center
  }

  #sustainability h2 {
    text-align: center;
  }
}

@media screen and (max-width: 1090px) {
  #specification .oxford img {
    width: 30px
  }

  #specification .oxford h2 {
    font-size: 1.5rem
  }

  #park-occupiers {
    position: unset;
    /* padding-left: 30px;
    padding-right: 30px; */
  }
}

@media screen and (max-width: 820px) {
  #arc-content h2 {
    font-size: 1.6rem;
    max-width: 50%;
  }

  .nav-item {
    font-size: 1.2rem;
  }

  /* .nav-menu {
      height:93%;
    }
    .nav-menu.active {
      transform: translateY(-100%);
      margin-top: 1px;
    } */
}

@media screen and (max-width: 716px) {
  #arc-content h2 {
    font-size: 1.5rem;
    max-width: 50%;
  }
}

@media screen and (max-width: 690px) {
  .navcontainer h1 {
    font-size: 1.9rem;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 639px) {

  /* #home {
     background:none;
     background-color: #31c8a4;
     height:60vh;
   } */
  #home .intro {
    position: absolute;
    top: 30%;
    transform: none;
  }

  /* .navbar {
    padding-left: 1rem;
   } */
  #park-occupiers #occupier-logos .occupier-logo {
    width: 50%
  }

  .hamburger {
    z-index: 9999
  }

  #location2 {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 575px) {
  #arc-content h2 {
    font-size: 1rem;
    padding-top: 2rem;
  }
}

@media screen and (max-width: 460px) {
  #aerial2 {
    position: relative;
  }

  #park-occupiers {
    position: relative;
    bottom: unset;
  }

  #arc-content h2 {
    font-size: 1rem;
    padding-top: 0.2rem;
  }

  .navcontainer h1 {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}