

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

@font-face {
  font-family: 'SFProDisplay-Bold';
  src: url(fonts/SFProDisplay-Bold.woff2) format("woff2"),
    url(fonts/SFProDisplay-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'SFProDisplay-Medium';
  src: url(fonts/SFProDisplay-Medium.woff2) format("woff2"),
    url(fonts/SFProDisplay-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal
}

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

img {
  width: 100%
}

body, html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  color: #1d1d1b;
}

header {
  position: fixed;
  z-index: 3;
  padding: 60px;
  width: 100%
}

header .grid-container {
  max-width: 2560px;
  padding-left: 0;
  padding-right: 0;
  z-index: 999;
  height: 200px
}

header .logo {
  max-width: 700px;
  width: 100%
}

header.scroll .logo {
  display: none
}

header {
  width: 100%;
  z-index: 999;
  /* -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; */
  padding: 40px;
  height: unset;
  position: fixed;
  background: transparent;
  top: 0
}

nav {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #D3F7C4;
    background-image: url("../images/greenbg.png");
    background-position: right bottom;
    background-size: cover;
    z-index: 99;
    height: 100vh;
    min-height: 750px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .75s ease;
    transition: -webkit-transform .75s ease;
    transition: transform .75s ease;
    transition: transform .75s ease, -webkit-transform .75s ease;
}

nav.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

nav ul {
  list-style: none;
  position: absolute;
  top: 40%;
  margin: 0;
  right: 60px;
  text-align: right;
}

nav ul li a {
  font-family: 'SFProDisplay-Medium';
  color: #1D1D1B;
  font-size: 44px;
  line-height: 1.4;
}
nav ul li a:hover {
    text-decoration: underline;
    color: #1D1D1B;

}

.hamburger {
    display: inline-block;
    /* background: #bcc007; */
    cursor: pointer;
    width: 55px;
    height: 55px;
    padding: 5px 10px 10px;
    float: right;
    z-index: 999
}

.hamburger.scroll {
    background: rgba(124, 250, 78, 0.75);
}

.hamburger .line {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}
#navbar.is-active .line {
  background-color: #fff
}
#navbar.is-active .line:nth-child(2) {
  width: 0px;
}
#navbar.is-active .line:nth-child(1),
#navbar.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#navbar.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px)rotate(-45deg);
  -ms-transform: translateY(10px)rotate(-45deg);
  -o-transform: translateY(10px)rotate(-45deg);
  transform: translateY(10px)rotate(-45deg);
}
#navbar.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  -ms-transform: translateY(-14px) rotate(45deg);
  -o-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}


.grid-container {
  max-width: 2560px;
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px
}

#home {
  /* padding: 3rem; */
  background-image: url("../images/homepagecgi.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 689px;
  position: relative;
}


#home .intro {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

#home .intro h3 {
  color: #7cfa4e;
  font-weight: bold;
  font-family: 'SFProDisplay-Bold'
}

#home .intro p {
  color: white;
  font-family: 'SFProDisplay-Regular'
}

#occupiers {
  position: relative;
}

#occupiers img {
  width: 100%
}

#availability {
  padding-top: 60px;
  background-image: url("../images/greenbg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#availability h2 {
  font-family: 'SFProDisplay-Bold';
  margin-bottom: 1em;
  line-height: 1.2
}

#availability p {
  font-family: 'SFProDisplay-Regular'
}

#availability table {
  font-family: 'SFProDisplay-Medium';
  margin-bottom: 1em;
}

#availability thead {
  background: none;
}

#availability tbody tr {
  border-top: 1px solid black;
  padding-left: 0rem
}

#availability tbody td {
  padding-left: 0rem
}

#availability thead th {
  font-family: 'SFProDisplay-Bold';
  color: #7cfa4e;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0rem
}

#availability .right-block {
  padding-left: 60px;
}

thead, tbody, tfoot {
  border-style: none;
}

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

#availability .siteplan {
  margin-top: 2em;
  margin-bottom: 2em
}

#availability .spec-icons, #availability .sustainability-icons {
  margin-top: 60px;
  margin-bottom: 60px
}

#availability .spec-icons .row, #availability .sustainability-icons {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

#availability .spec-icons .row.first-row .specs {
  width: 25%
}

#availability .spec-icons .row .specs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  padding: 20px;
  margin-bottom: 1em
}

#availability .spec-icons .specs img, #availability .sustainability-icons .icon img {
  margin: 0 auto;
  margin-bottom: 1.5em;
  height: 70px
}

.green {
  color: #7cfa4e;
}

#availability .sustainability-icons .icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 16.6666%;
  padding: 20px;
  margin-bottom: 1em
}

#availability p {
  font-family: 'SFProDisplay-Medium';
  line-height: 1.2
}

#availability p.sub {
  max-width: 1000px;
  margin: 0 auto;
}

#location {
  padding-top: 60px;
}

#location p {
  font-family: 'SFProDisplay-Medium';
  line-height: 1.2;
  font-size: 1.29rem;
}

#location table {
  font-family: 'SFProDisplay-Medium';
  margin-bottom: 1rem;
}

#location thead {
  background: none;
}

#location tbody tr {
  border-top: 1px solid black;
}

#location tbody td {
  padding: 0.2rem 0.625rem 0.2rem 0rem;
  font-size: 16px
}

#location thead th {
  font-family: 'SFProDisplay-Bold';
  color: #7cfa4e;
  font-size: 22px;
  text-transform: uppercase;
  padding-left: 0rem;
}

#location thead th:nth-child(even) {
  text-align: right;
  padding-right: 0rem
}

#location tbody td:nth-child(even) {
  text-align: right;
  padding-right: 0rem
}

#location .map {
  margin-bottom: 40px
}

#location .content {
  padding: 40px 60px 40px 0
}

#location .stats {
  text-align: center;
  padding: 40px;
  margin-top: 40px
    /* border-bottom: 1px solid #7cfa4e; */
}

#location .bolder {
  font-family: 'SFProDisplay-Bold'
}

#location .grey {
  color: gray;
  font-size: 1rem;
  margin-top: 40px
}

#location .stats img {
  max-width: 90px;
  margin-bottom: 40px
}

#contacts {
  border-top: 2px solid #7cfa4e;
  padding-top: 60px;
  padding-bottom: 60px
}

#contacts h4 {
  font-family: 'SFProDisplay-Bold';
}

#contacts a {
  color: black
}

#contacts .agents {
  margin-top: 20px
}

#contacts .agents img {
  height: 80px;
  margin: 0 0 1em 0;
  max-width: 250px
}

#contacts .agents p {
  font-family: 'SFProDisplay-Medium';
  font-size: 16px;
  line-height: 1.4;
}

#contacts .download {
  max-width: 250px;
  border: 1px solid #7cfa4e;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px

}

#contacts .download a {
  font-family: 'SFProDisplay-Bold';
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

#contacts .download:hover {
  background: #7cfa4e
}

#contacts .download:hover a {
  color: #fff
}

#contacts .misrep {
  font-size: 0.7rem;
  font-family: 'SFProDisplay-Regular';
  margin-top: 1.5rem
}

#contacts .rightlogo {
  position: relative;
  height: 100%
}

#contacts .rightlogo img {
  max-width: 80px;
  position: absolute;
  bottom: 1rem;
  right: 0
}

/* media queries */

@media only screen and (max-width: 1023px) {
  header .logo {
    max-width: 500px
  }
  .grid-container {
    padding-left: 40px;
    padding-right: 40px
  }
  #home .intro {
    right: unset
  }
  #availability .right-block {
    padding-left: 0
  }
  #availability .spec-icons .row .specs, #availability .sustainability-icons .icon {
    width: 33.333%
  }
  #location .content {
    padding: 0 0 40px 0
  }
}

@media only screen and (max-width: 639px) {
  #contacts .rightlogo img {
    max-width: 60px
  }
  #availability .spec-icons .row .specs, #availability .sustainability-icons .icon {
    width: 100%
  }
}

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

}

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

}
