/* Flex styles -------------------------------------------------*/
header {
  display: flex;
  align-items: center;
}

@media (min-width: 700px) {
 .leading {
    display: flex;
    align-items: center;
  }
}


/* Grid styles -------------------------------------------------*/
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
}


/* Generic styles ----------------------------------------------*/
body {
  font-family: 'Quicksand', sans-serif;
 /* background-image:url('images/background_tile.jpg');*/
 /* background-repeat:repeat;*/
}

header {
  padding: 10px;
  font-size: 2em;
  color: white;
  background-color: #333;
}

.logo {
  height: 50px;
  margin-right: 20px;
}

.leading {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/lalandscape.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-centurycity {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/centurycity_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-goldentriangle {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/goldentriangle_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-hollywood {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/hollywood_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-sunset {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/sunset_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-fleur {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/fleur_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-peninsula {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/peninsula_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-wilshirerobertson {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/wilshirerobertson_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}

.leading-tower {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/tower_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-beverly {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/beverly_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-elkwood {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/elkwood_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-klump {
  height: 100px;
  margin-bottom: 30px;
  padding: 30px;
  color: white;
  background: url('images/klump_bdg.jpg') center #333 no-repeat;
  background-size: cover;
  background-color: rgba(24,22,23,1.0);
  color: white;
  text-shadow: 0px 0px 5px #000;
}
.leading-logo {
  max-width: 100%;
  height: 100%;
  
}

.leading-bigtext {
  margin-right: 60px;
  font-weight: bold;
  font-size: 12vw;
}

@media (min-width: 700px) {
  .leading-bigtext {
    font-size: 140px;
  }
}

.leading-text {
  max-width: 900px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.cards {
  max-width: 960px;
  margin: 0 auto 30px;
}

article {
  position: relative;
}

.article-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.article-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
	
  background-color: rgba(255, 255, 255, 0.7);
}

.alignleft {
	float: left;
	padding: 10px;
	font-weight: bold;
	
}
.alignright {
	float: right;
	padding: 10px;
	font-weight: bold;
	height: auto;
}
.aligncenter {
	float: center;
	padding: 10px;
	font-weight: bold;
}