.application_styles {
	font-size: 115%;
	color: black;
	text-align: justify;
}

.application_styles_subheading {
	font-size: 115%;
	color: black;
	text-align: justify;
	text-decoration: none;
}

.header_application_styles {
	
	color: black;
}

.recent_posts_application_styles {
	color: black;
	text-align: justify;
}

.recent_posts_application_pictures {
	height: 167px; 
	width: 180px;
	overflow: hidden;
}

.pictures_application_styles {
	margin: 0 5px;
	height: 389px; 
	width: 180px;
	overflow: hidden;
}

.spotlight_application_pictures {
	height: 167px; 
	width: 367px;
	overflow: hidden;
}

.header_apps img{
  float: left;
  width: 100px;
  height: 100px;
  background: #555;	
}

.header_apps h2 {
  position: relative;
  top: 18px;
  left: 10px;
}

.header_apps p {
  position: relative;
  top: 18px;
  left: 10px;
}

.title_body_website img {
  float: left;
  width: 100px;
  height: 100px;
  background: #555;
}


.title_body_website h3 {
  color: black;
  position: relative;
  top: 18px;
  left: 10px;
}

.title_body_website p {
	color: black;
  position: relative;
  top: 18px;
  left: 10px;
}

.title_body_website_director_pic img{
  float: left;
  width: 150px;
  height: 150px;
  background: #555;
}

.title_body_website_director_pic h3 {
  color: black;
  position: relative;
  top: 18px;
  left: 10px;
}

.title_body_website_director_pic p {
	color: black;
  position: relative;
  top: 18px;
  left: 10px;
}

.cause_motto {
	display: flex;
    align-items: center;
    justify-content: center;
}

.application_styles_cause {
	font-style:italic;
	color: black;
	font-weight:bold;
	font-size: 125%;
}

/*VOLOS FAMILY LAND ADDITIONAL*/

.pictures_main_single_style {
	width: 656px;
	height: 250px; 
	overflow: hidden;
}
.family_land_logo {
	width: 228px;
	height: 202px; 
}

#images_family_facilities {
	width: 500px;
	height: 375px;
	overflow: hidden;
		
}

/*VOLOS FOOTBALL LAND*/
.center_text {
	width: 100%;
  text-align: center; /* center the content of the container */
}

.inside_center_text{
	width: 40%;
  display: inline-block; /* display inline with abality to provide width/height*/
}

.images_centered {
	display: block;
    margin-left: auto;
    margin-right: auto;

}