

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

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

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

body, html {
  overflow-x: hidden;
}

#vaughanpark {
  position: relative;
  background: #272853;
}

a:hover, a:focus {
  color:unset
}

.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;
  cursor: pointer;
  position: fixed;
  right: 4rem;
  top: 12px;
  z-index: 99999
}

.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;
  /* position: absolute;
  z-index:99999 */
}

.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: 9999;
  top:0px;
  background-image: url("../images/loc-bg.jpg");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar.active {
  top:0px;
  -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;
  padding-top: 10%;
}

.nav-item {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Brown-Bold';
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.nav-item a {
  color: white;
}

.navbar ul li a:hover {
  opacity: .7
}

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

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

.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;
}

.main-logo, .med-logo {
  position: absolute;
  top:2rem;
}

.main-logo img {
  width:350px;
}

.med-logo img {
  width:250px
}

.main-menu {
  position: absolute;
  top:2rem;
  right:0;
  z-index: 9999;
}

.main-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left: 2rem;
}

.main-menu ul li {
  /* display: inline; */
  list-style: none;
}

.main-menu ul li a {
  color:white;
  text-decoration: underline;
  line-height: 1.2;
  font-family: 'Brown-Regular';
  text-underline-position: under;
}

.main-menu ul li a:hover {
  text-decoration: none;
}

.main-menu ul li a.blue {
  color:#1F68FB
}

.main-menu ul li a.red {
  color:#FC173B
}

section {
  padding-top:3rem;
}

p, h3, h2 {
  font-family: 'Brown-Regular';
}

h2, h3 {
  font-weight: 900
}

h3 {
  font-size:1.5rem
}

#home {
  padding-top:5rem;
}

.intro-text {
  position: absolute;
  top:6rem;
}

.intro-text p {
  font-family: 'Brown-Bold';
}

.logo-box {
  position: relative;
  /* bottom:3rem;
  right:3rem; */
  display: flex;
  justify-content: center;
}

/* .v102box, .v153box {
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.v-logos {
  position: absolute;
  bottom:3rem;
  right:1rem;
  width: unset!important;
  height: unset!important;
  min-height: unset!important;
}


.v-logos p {
  text-align: center;
  padding-top: 0.3rem;
}

.v-logos img {
  width:200px
}

.v153-logo:hover {
  background:#FC173B
}

.v102-logo:hover {
  background:#1F68FB
}

.spec-icon p {
  text-align:center;
  font-size: 0.8rem;
  padding:5px;
  line-height: 1

}
.spec-icon p img {
  width:60px;
  padding: 0 5px 5px 5px
}

#vaughanpark #home {
  /* background-image: url("../images/homepage-cgi-1.jpg");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover; */
  height:100vh;
  min-height: 689px;
  color:white;
  background: #272853;;
  /* position: absolute;
  top:0; */
  width:100%;
  padding-top:0;
  position: relative;
}

#vaughanpark #home .content {
  position: absolute;
  top:5rem;
  width:100%
}

#vaughanpark #home .content p {
  font-weight:bold
}

#vaughanpark .main-logo, .med-logo {
  position: absolute;
  top:2rem;
  z-index: 9998;
}

#vaughanpark .main-logo img {
  width:350px
}

.med-logo img {
  width:250px;
  padding-left: 1rem
}

/* .bgslider img {
  object-fit:fill;
} */

.bgslider {
  /* position:relative;
  object-fit: cover; */
  /* height:100vh; */
}

.bgslider div {
    height: 100%;
    width: 100%;
    min-height: 689px
}
.slider div img{
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
}

.slick-slide img {
  display:inline-block!important;
}

.slick-track {
    display: flex;
}

.slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.bgslider .slide-1 {
   background-image: url('../images/homepage-cgi-1.jpg');
   background-position:center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   position: relative;
   min-height:100vh;
}

.bgslider .slide-2 {
   background-image: url('../images/homepage-cgi-153.png');
   background-position:center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   position: relative;
   min-height:100vh;
}

.bgslider .slide-3 {
   background-image: url('../images/homepage-cgi-103.png');
   background-position:center center;
   background-repeat: no-repeat;
   background-size: cover;
   box-sizing: border-box;
   position: relative;
   min-height:100vh;
}

#vaughanpark #footer {
  color:white;
  background: #272853;
  padding-top:0;
  position: absolute;
  bottom:-7px;
  width:100%;
}

#vaughanpark #footer p {
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom:0
}

#vaughan102 #visual, #vaughan153 #visual {
  text-align: center;
}

#vaughan102 #home {
  background-image: url("../images/homepage-cgi-103");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100vh;
  color:white
}

#vaughan102 .spec-icon, #vaughan153 .spec-icon {
  margin-left: 0;
  margin-right:0;
  padding-left: 0;
  padding-right: 0;
  width:25%
}

#vaughan102 .spec-icon p, #vaughan153 .spec-icon p {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#vaughan102 #specifications {
  background: #272853;
  color:white;
  padding-top: 0;
  position: relative;
  min-height: 800px;
  padding-left: 0;
  padding-right: 1rem
}

#vaughan102 .siteplan, #vaughan153 .siteplan {
  width:50%;
  position: absolute;
  left:-3rem
  /* position: relative; */
}

#specs {
  font-size:0.8rem;
  margin-top:1rem;
}

#vaughan102 .right-column, #vaughan153 .right-column {
  position: absolute;
  right: 3.5rem;
  top: 2rem;
}

#vaughan153 #specifications {
  background:#FC173B;
  color:white;
  padding-top: 0;
  position: relative;
  min-height: 800px;
  padding-left: 0;
  padding-right: 1rem
}

#vaughan153 #home {
  background-image: url("../images/v153-bg-photo.png");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:100vh;
  color:white
}

#location #home {
  background-image: url("../images/loc-bg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  color:white;
  padding-bottom:1.5rem;
}

#location #home, #location #distances {
  min-height:50vh
}

/* #sustainability-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
} */

#sustainability #home {
  background:linear-gradient(125deg, rgba(31, 104, 251, .8) -6%, rgba(0, 0, 0, .7) 55%, rgba(252, 23, 59, .8) 120%), url(../images/sustainability-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:100vh;
  color:white;
  /* min-height: 689px; */
  padding-top:8rem;
}

.sust-icons {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sust-icons p {
  padding: 10px;
  font-family: 'Brown-Bold';
  margin-bottom: 0
}

.icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.icons p {
  padding: 10px;
  font-family: 'Brown-Bold';
  margin-bottom: 0
}

.sust-icon {
  width:70px;
  padding:5px
}

#downloads {
  background-image: url("../images/loc-bg.jpg");
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
  color:white;
  min-height: 100vh
}

#downloads .box {
  font-size: 1.2rem
}

#downloads h3 {
  padding-bottom:2rem
}

#visual, #aerial {
  padding:0
}

#vaughan102 tbody, #vaughan153 tbody {
  background:none;
  border:none;
  font-family: 'Brown-Regular';
}

#vaughan102 tbody tr:nth-child(even), #vaughan153 tbody tr:nth-child(even) {
  background:none;
}

#vaughan102 thead, #vaughan153 thead {
  background:none;
  color:white;
  border:none;
  font-family: 'Brown-Regular';
}

#vaughan102 tfoot, #vaughan153 tfoot {
  background:none;
  color:white;
  border-top: 1px solid white;
  border-bottom:none;
  border-left:none;
  border-right:none;
  font-family: 'Brown-Regular';
}

#vaughan102 tbody tr, #vaughan153 tbody tr {
  border-top: 1px solid white;
}

#vaughan102 tbody tr .right, #vaughan102 thead tr .right, #vaughan102 tfoot tr .right,
#vaughan153 tbody tr .right, #vaughan153 thead tr .right, #vaughan153 tfoot tr .right {
  text-align: right
}

#vaughan102 tbody tr .center, #vaughan153 tbody tr .center  {
  border-left:1px solid white;
  border-right:1px solid white;
  text-align: right
}

#vaughan102 thead tr .center, #vaughan153 thead tr .center  {
  border-top: none;
  border-bottom:none;
  border-left:1px solid white;
  border-right:1px solid white;
  text-align: right
}

#vaughan102 tfoot tr .center, #vaughan153 tfoot tr .center {
  border-top: 1px solid white;
  border-bottom:none;
  border-left:1px solid white;
  border-right:1px solid white;
  text-align: right
}

#downloads .v102, #downloads .v153 {
  text-align:center
}

#downloads .v102 a, #downloads .v153 a {
  color:white;
  border:2px solid white;
  padding:5px;
  font-family: 'Brown-Regular';
}

#downloads .box {
  display: flex;
  flex-direction: column;
  padding-top:1.5rem;
}

#contacts {
  padding-bottom:3rem;
  font-size: 1rem
}
#contacts p {
  font-size: 1rem
}

#contacts .box {
  display: flex;
  flex-direction: column;
}

.contact {
  display: flex;
  flex-direction: row
}

.contact a {
  color:white
}

.bold {
  font-family: 'Brown-Bold';
}

.agent-logo {
  width: 210px;
  padding: 10px 20px 10px 0;
}

.contact-logo {
  width:150px;
  height:auto;
  padding: 5px 20px 30px 0
}

.left-padding {
    padding-left: 24px
}

#map {
  padding-top:0
}

.demo-icon {
  width:60px;
  padding:5px 5px 5px 0
}

.demographics p {
  font-size:0.8rem
}

#location #distances {
  background-image: url("../images/loc-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color:white;
  padding-bottom:1.5rem
}

#travel {
  border-collapse: separate;
  border-spacing: 10px 5px;
}

#location tbody {
  background:none;
  border:none;
  font-family: 'Brown-Regular';
}

#location tbody td.left {
  border-top: 1px solid white
}

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

#location thead {
  background:none;
  color:white;
  border:none;
  font-family: 'Brown-Regular';
}

#location thead th, #location tbody td  {
  padding: 0.3rem 0.3rem 0.3rem 0;
  font-size: 0.8rem;
  line-height: 1
}

#location thead th.left, #location tbody td.left {
  width:40%
}

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


.route-maps {
  color:white;
  border:1px solid white;
  background:#FC173B;
  font-family:  'Brown-Regular';
  padding:5px 15px 7px 15px;
  font-weight:bold;
  font-size:1.4rem;
  margin-left:10px;
}

.route-maps-link-container {
  padding-top:3rem
}

.map-container {
  position: relative;
}

.postcode {
  position: absolute;
  right:0.2rem;
  bottom:0.2rem;
}

.postcode p {
  margin-bottom:0;
  color:white;
  font-family:  'Brown-Regular';
  padding:5px 5px 5px 5px;
  font-weight:bold;
  background: #272853;
  width:100px;
  text-align:center
}

@media screen and (min-width:1440px) {
  #vaughan102 .siteplan, #vaughan153 .siteplan {
    width:45%;
    top:3rem;
    left:2rem
  }
}

@media screen and (min-width:1600px) {
  #vaughan102 .siteplan, #vaughan153 .siteplan {
    width:40%;
    top:3rem;
    left:5rem;
  }
}

@media screen and (min-width:1900px) {
  #vaughan102 .siteplan, #vaughan153 .siteplan {
    width:40%;
    top: 2rem;
    left: 7rem;
  }
}

@media screen and (min-width:2000px) {
  #vaughan102 #specifications, #vaughan153 #specifications {
    min-height:800px
  }
}

@media screen and (min-width:2300px) {
  #vaughan102 #specifications, #vaughan153 #specifications {
    min-height:900px
  }
}


@media screen and (min-width:1300px) {
#vaughan102 .right-column, #vaughan153 .right-column {
  left:0;
  right:0
}
}
@media screen and (min-width: 1200px){
.main-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.main-menu ul li {
  list-style: none;
  margin-right: 2rem
}


}

/* @media screen and (max-width:1134px) {
.v-logos {
  padding-top:7rem
}
} */

@media screen and (min-width:1024px) {
#vaughan102 .siteplan-medium, #vaughan153 .siteplan-medium {
  display:none;
}
.main-menu {
  right:1rem
}
}


@media screen and (min-width:1200px) {
.main-menu {
  right:0
}
}

@media screen and (max-width:1023px) {
.hamburger {
  right:1rem
}

#vaughan102 .siteplan, #vaughan153 .siteplan {
  display:none;
}
.bgslider div {
    height: unset;
    min-height: unset
}
#vaughan102 .siteplan-medium, #vaughan153 .siteplan-medium {
  display:flex;
  justify-content: center;
}

#vaughan102 .siteplan-medium img, #vaughan153 .siteplan-medium img {
  width:400px;
  padding-top:2rem;
  padding-bottom:2rem
}

#vaughan102 #specifications, #vaughan153 #specifications {
  min-height: 860px;
}

.v102box, .v153box {
  text-align: center;
  padding-bottom:1rem;
}

.v-logos {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: end;
}

#specs {
  margin-top:2rem
}

#vaughan102 .siteplan, #vaughan153 .siteplan {
  width:40%;
}

#vaughan102 .spec-icon, #vaughan153 .spec-icon {
  width:20%
}

#vaughan102 .right-column, #vaughan153 .right-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: static
}

#vaughan102 #home, #vaughan153 #home {
  padding-left: 1rem;
  padding-right: 1rem;
}

#vaughan102 #home-medium {
  background: #272853;
  color:white;
  padding: 2rem 1rem 0 2rem;
}

#vaughan153 #home-medium {
  background:#FC173B;
  color:white;
  padding: 2rem 1rem 0 1rem;
}

#sustainability #home {
  padding-top:6rem;
  padding-left:1.5rem;
  padding-right: 1rem
}

.sust-icons {
  padding-bottom:0.5rem;
  padding-top:0.5rem;
  font-size:0.8rem
}

#location #home {
  padding-left:1.5rem;
  padding-right:1.5rem;
}

#downloads #home {
  padding-left:1.5rem;
  padding-right: 1rem
}

#contacts {
  padding-left:1.5rem;
  padding-right: 1rem
}

#vaughanpark #home {
  background-position: top left;
  min-height: unset;
  position: static;
  height:unset
}

#vaughanpark #footer {
  padding-top:2rem;
  padding-bottom:2rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  position: static
}

.v-logos img {
  width:160px
}

.route-maps-link-container {
  padding-top:1rem
}

}

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

.hamburger {
  right:1rem
}

.v-logos {
  text-align: left;
  align-items: start;
  margin-left: 0;
  padding-top:2rem
}

.v-logos p {
  text-align: left;
}

#sustainability #home {
  padding-top:5rem;
  padding-left: 1rem;
  padding-right: 1rem
}

#sustainability .icons {
  padding-bottom:0.3rem;
  padding-top:0.3rem;
}

#vaughan102 #specifications, #vaughan153 #specifications {
  min-height: 900px;
}

#vaughan102 .siteplan, #vaughan153 .siteplan {
  width:90%;
}

#vaughan102 .right-column, #vaughan153 .right-column {
  bottom:1rem;
  top:unset;
  padding:1rem
}

.sust-icons {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#location #home {
  padding-left:1.5rem;
  padding-right:1.5rem;
}

#distances {
  padding-top:1rem
}

}

@media screen and (max-width:500px) {
#vaughan102 #specifications, #vaughan153 #specifications {
  min-height: 1000px;
}
#vaughan102 .spec-icon, #vaughan153 .spec-icon {
  width:50%
}
}

@media screen and (max-width:475px) {
#sustainability .icons {
    padding-bottom: 0rem;
    padding-top: 0rem;
}


@media screen and (max-width:425px) {
  #vaughanpark #footer {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width:400px) {
  .contact {
    display: block
  }
  .downloads .box {
    padding-top: 0
  }
  #contacts {
    padding-bottom:1rem
  }
    .left-padding {
        padding-left: 0
    }
}

@media screen and (max-width:380px) {
  #vaughanpark #home {
    overflow-y:hidden;
  }
  #vaughanpark #footer {
    padding-top:1rem;
    padding-bottom:1.5rem
  }
}
    

