/* Fonts */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
.email, .mobile, .fw-300{
  font-weight: 300;
}

/* Media Queries */

@media screen and (max-width: 640px) {
  .site-plan {
    display: block;
  }
  .intro-text-inverse span {
    width: 100%;
    font-size: 0.8rem;
  }
  .is-stuck .logo {
    float: left;
  }
  .logo {
    float: left;
  }
  .hamburger {
    float: right;
  }
  .sq-ft {
    font-size: 4rem;
  }
  .spec {
    flex: 1 0 50%;
    padding: 10px 0;
  }
  .specification, .location-wrap {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
  }
  .intro-text, .intro-text-inverse {
    padding: 20px;
  }
  .journey {
    flex: 0 0 50%;
  }
  .image-contact {
    flex-direction: column;
  }
  .footer-grid {
    width: 90%;
  }
  .drive-list, .spec-list {
    text-align: center;
  }
  nav {
    padding-top: 30px;
  }
  nav ul, nav ul li {
    display: block;
    text-align: center;
  }
  nav ul li {
    padding-top: 15px;
  }
  .slide-nav {
    display: none;
  }
  .footer-wrap {
    width: 25%;
  }
}
@media screen and (min-width: 641px) {
  .site-plan {
    display: flex;
  }
  .intro-text-inverse span {
    width: 100%;
    font-size: 0.8rem;
  }
  .is-stuck .logo {
    float: left;
  }
  .logo {
    float: left;
  }
  .hamburger {
    float: right;
  }
  .sq-ft {
    font-size: 6.5rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  .intro-text, .intro-text-inverse {
    padding: 20px;
  }
  .intro-text h3 {
    width: 100%;
  }
  .intro-text p {
    width: 100%;
  }
  .intro-text-inverse h3 {
    width: 100%;
    font-size: 1.4rem;
  }
  .intro-text-inverse p {
    width: 100%;
  }
  .spec {
    flex: 1 0 50%;
    padding: 10px 0;
  }
  .specification, .location-wrap {
    padding: 30px 0;
    width: 75%;
    margin: 0 auto;
  }
  .footer-grid {
    width: 75%;
  }
  .journey {
    text-align: center;
  }
  .journey hr {
    margin: 10px auto;
  }
  nav ul li {
    padding-right: 0.9rem;
  }

  nav ul, nav ul li {
    display: inline;
  }
  .site-map {
    max-height: 1000px !important;
  }
  .footer-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 990px) {

  .intro-text-inverse span {
    width: 100%;
    font-size: 0.8rem;
  }
  .sticky {
    padding: 30px 20px 20px 20px;
  }
  .logo {
    margin: 0 auto;
  }
  .slide-nav {
    display: none;
  }
  .is-stuck {
    padding: 20px !important;
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1024px) {

}
@media screen and (min-width: 991px) {
  .intro-text-inverse span {
    width: 50%;
    font-size: 0.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  nav {
    float: right;
  }
  nav ul li {
    padding-left: 0.9rem;
  }
  .intro-text {
    padding: 30px 0;
    padding-left: 60px;
  }
  .intro-text-inverse {
    padding: 30px 0;
  }
  .intro-text h3 {
    width: 50%;
  }
  .intro-text p {
    width: 50%;
  }
  .intro-text-inverse h3 {
    width: 50%;
  }
  .intro-text-inverse p {
    width: 50%;
  }
  table {
    width: 50%;
  }
  .spec {
    flex: 1 0 25%;
    padding: 10px 0;
  }
  .footer-logo {
    padding-right: 10px;
  }
  .sticky {
    padding: 50px;
  }
  .is-stuck {
    padding: 20px;
  }
  .footer-wrap {
    width: 115px;
  }
}

/* General */

body {
  overflow-x: hidden;
}

header, .cover-container {
  background-color: #3c4349;
}

p, span, h4, h5 {
  font-family: 'Poppins';
}



.sticky {
  transition: all 0.2s;
  background-color: #3c4349;
  z-index: 2;
  left: 0;
}

.logo {
  transition: all 0.2s;
  max-width: 250px;
}

.is-stuck {
  transition: all 0.2s;
}

.is-stuck .logo {
  transition: all 0.2s;
  max-width: 150px;
}

nav {
  line-height: 5rem;
  font-family: 'Poppins';
  text-transform: uppercase;
}

nav ul {
  margin-left: 0;
}

nav ul li a {
  font-size: 1rem;
}

nav ul li a, nav ul li a:hover, nav ul li a:visited, nav ul li a:active, nav ul li a:focus {
  color: #e5007d;
}

.cover-image {
  position: relative;
  background-image: url('../img/cover-image.jpg');
  background-size: cover;
  background-position: center;
}

.flex-cover-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-info {
  text-align: center;
}

.main-info h2, .sq-ft, .intro-text h3, h3 {
  color: #ffed00;
  font-family: 'Poppins';
  font-weight: bold;
  text-transform: uppercase;

}

h2.blue {
  color: #009ee3;
}

.fill-cell {
  background-color: #3c4349;
}

.intro-text {
  background-color: #3c4349;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;

}

.intro-text h3 {
  padding-bottom: 30px;
}

.intro-text p {
  font-family: 'Poppins';
  color: #fff;
  font-size: 0.9rem;
}

.intro-text-inverse {
  background-color: #ffed00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding-left: 60px; */
}

.intro-text-inverse h3 {
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: bold;
  color: #000;
  padding-bottom: 30px;
}

.intro-text-inverse p {
  font-family: 'Poppins';
  color: #000;
  font-size: 0.9rem;
}

.intro-text-inverse span {
  font-size: 0.7rem;
}

table {
  font-family: 'Poppins';
  font-size: 0.9rem;
}

table tbody, table tbody tr, table tbody tr td {
  background-color: transparent !important;
  border: 0;
}

table tbody tr td {
  padding: 10px 0;
  width: 33%;
}

table tbody tr {
  border-bottom: 1px solid red !important;
}

table tbody tr:nth-child(3) {
  border-bottom: 0 !important;
}

.site-plan {
  background-color: #fffde5;
}

.site-plan {
  justify-content: center;
  object-fit: contain;
}

.site-plan img {
  object-fit: contain;
}

.spec-grid, .location-grid {
  background-color: #233746;
}

.spec-list {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spec img {
  width: 50px;
}

.spec p, .location-wrap p {
  color: #FFF;
  padding-top: 10px;
}

.location-wrap img {
  padding: 15px 0;
}

.drive-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.journey {
  color: #FFF;
}

.journey h5 {
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 0;
}

.journey span {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
}
p{
  font-size: 0.9rem;;
}
.journey hr {
  width: 30px;
  border-bottom: 2px solid #ffed00;
}

.journey b {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.footer-grid {
  background-color: #FFF;
  margin: 0 auto;
  padding: 30px 0;
}

.footer-grid h3 {
  color: #3c4349;
}

.footer-grid p, .footer-grid b, .footer-grid a {
  font-size: 0.8rem;
}

.image-contact {
  display: flex;
  flex-wrap: wrap;
}

.footer-grid a, .footer-grid a:hover, .footer-grid a:visited, .footer-grid-a a:active, .footer-grid a:focus {
  display: block;
  color: #000;
}

.contact {
  display: block;
}

.site-wrap {
  display: block;
}

#map {
  height: 100%;
  width: 100%;
}

.spec {
  text-align: center;
}

element.style {
}
.journey {
    color: #FFF;
}
@media screen and (min-width: 641px) and (max-width: 1200px){
.journey {
      flex: 0 0 33%;;

  margin-bottom: 1em;
}
}
