/* Add here all your css styles (customizations) */
.inside-page {
  z-index: 1;
  padding: 150px 0;
  position: relative;
  text-align: center;
}

.inside-page:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.2);
}

/*.inside-page h1 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}*/

.inside-page p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 0;
  text-transform: uppercase;
}


.inside-page.img-about {
  background: url(../img/breadcrumbs/green-apple-01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.inside-page.img-how-to-express {
  background: url(../img/breadcrumbs/how-to-express-01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.inside-page.img-whom-to-express {
  background: url(../img/breadcrumbs/whom-to-express-01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.inside-page.img-profile {
  background: url(../img/breadcrumbs/profile-01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.inside-page.img-contact {
  background: url(../img/breadcrumbs/contact-01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.inside-page h1 {
	color: #fff;
	/*margin-top: 0px;*/
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
}