.homepage-wrapper {
  background-image: url('../images/homepage_background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  display: flex;
}

.logo {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.intro-text {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.developments {
  background-image: url('../images/background_inverted_web.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.developments-content {
  width: 80%;
  height: auto;
}

.large-title {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.gold-link {
  color: #8e752f;
  text-decoration: none;
}

.netherton, .naturallywoodlands, .severnquay {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image._1 {
  background-image: url('../images/Netherton_tech_park.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 190px;
  margin-right: 50px;
}

.image._2 {
  background-image: url('../images/naturallywoodlands.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 190px;
  margin-right: 50px;
}

.image._3 {
  background-image: url('../images/SQ.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 190px;
  margin-right: 50px;
}

.text-block {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  font-family: Lato, sans-serif;
}

.property-row {
  padding-top: 20px;
  display: flex;
}

.get-in-touch {
  background-image: url('../images/homepage_background.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 50px;
  font-family: Lato, sans-serif;
}

@media screen and (max-width: 991px) {
  .developments {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .large-title {
    text-align: center;
  }

  .image._1 {
    height: 190px;
    margin-right: 0;
  }

  .image._2, .image._3 {
    margin-right: 0;
  }

  .text-block {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .property-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .content {
    width: 90%;
  }

  .text-block-2 {
    line-height: 40px;
  }
}
