/*!
Theme Name: Westfield Sustainability Report 2016
Author: Xingxue(Matt) Chen / Interactive Investor Pty Ltd
*/
@import "../fonts/FlamaCondensed-Book/FlamaCondensed-Book.css";
@import "../fonts/FlamaCondensed-Light/FlamaCondensed-Light.css";
@import "../fonts/FlamaCondensed-Basic/FlamaCondensed-Basic.css";
body {
  background: url('../images/content_background.jpg') center center / cover no-repeat;
  min-height: 100vh;
  font-family: "FlamaCondensed-Basic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  position: relative;
}
.fluid-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10vh;
  z-index: 2;
  position: relative;
}
footer {
  height: 10vh;
  color: white;
  /* text-align: center; */
  z-index: 3;
  position: relative;
  font-size: 18px;
}
footer a {
  color: white !important;
  text-decoration: none !important;
  text-shadow: 0px 0px 8px #141414;
}
.cover-section {
  top: 0;
  bottom: 0;
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.title-wrapper {
  color: white;
}
.title-wrapper h1 {
  font-size: 64.8px;
  text-transform: uppercase;
  margin-bottom: 5vh;
}
.title-wrapper .logo {
  max-width: 200px;
}
.headings-wrapper {
  padding: 1vh;
  background: rgba(255,255,255,.55);
  padding-left: 0.5vh;
  margin: 4vh;
  margin-right: 10vh;
}
.headings-wrapper .heading-wrapper {
  height: 14vh;
  display: table;
  width: 100%;
}
.headings-wrapper .icon {
  color: #DA291C;
  margin-left: auto;
  width: 50px;
}
.headings-wrapper a {
  color: #29292B;
  text-decoration: none;
}
.headings-wrapper .heading {
  padding-left: 2.5vh;
  font-size: 33.2px;
  text-transform: uppercase;
  width: 80%;
}
.headings-wrapper .icon-wrapper {
  width: 20%;
}
.headings-wrapper .heading,
.headings-wrapper .icon-wrapper {
  display: table-cell;
  vertical-align: middle;
  color: black;
}
@media only screen and (min-width: 992px) {
  .title-wrapper {
    padding: 7vh;
  }
}
@media only screen and (min-width: 1200px) {
  .headings-wrapper {
    margin-right: 20vh;
  }
}
@media only screen and (max-width: 991px) {
  .fluid-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title-wrapper {
    font-size: 20px;
  }
  .title-wrapper h1 {
    font-size: 43.2px;
    margin-bottom: 10px;
  }
  .headings-wrapper {
    padding: 10px 20px;
    margin: 1vh;
  }
  .headings-wrapper .heading-wrapper {
    height: 80px;
  }
  .headings-wrapper .heading {
    font-size: 20.8px;
  }
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
