
.hero .title {
	font-weight: bold;
	color: #424242;
	text-shadow: 2px 2px 3px #aaa;
}

.backdrop-filter {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.button {
  border-radius: 7px;
  font-size:12px;
}

.button-primary {
	background: #039BE5;
	border-color: #0277BD;
    color: #212121 !important;
}

.contact-block {
	position: absolute;
	top: 12px;
	right: 10%;
}

.section {
  padding: 8rem 0 4rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.section-item{
	color: #FFF;
	font-size: 1.8rem;
	letter-spacing:1px;
	display: inline-block;
	padding: 10px;
}

.footer{
	border-top: 1px solid #E0E0E0;
	background:#F5F5F5;
	font-size:1.6rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero-imgs {
  position: relative;
}
.hero-img {
  position: relative;
  max-width: 80%;
  margin: 3rem auto -12rem;
}
.hero-img + .hero-img {
  display: none;
}


.about {
  border-top: 1px solid #212121;
  background-color: #424242;
  color: #fff;
}

.about h2 {
  font-size: 2.8rem;
}


@media (max-width: 549px) {
  .hero {
    padding-bottom: 12rem;
  }
  .hero-img {
    max-width:50%;
	top: -3rem;
  }
  .section.about {
    padding: 3rem 0 5rem;
  }
  .section-item{
	display: block;
  }
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 7rem 0 5rem;
  }
  .hero {
    padding-bottom: 5rem;
    text-align: left;
    height: 165px;
  }
  .hero-img {
    position: absolute;
    top: -7rem;
    right: 2rem;
    max-height: 362px;
    z-index: 3;
  }
  .hero-img + .hero-img {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 10rem 0 5rem;
  }
  .hero {
    padding: 14rem 0 8rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-img {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .hero-img + .hero-img {
    top: -12rem;
    max-height: 472px;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 4rem 0 4rem;
  }
  .hero {
    padding: 18rem 0 14rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .hero-img {
    top: -16rem;
    max-height: 615px;
  }
  .hero-img + .hero-img {
    top: -14rem;
    max-height: 570px;
  }
}