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

.application_styles_subheading {
	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*/
}

/*MAIN INDEX PAGE*/

.pictures_main_three_indexpage {
	width: 384px;
	height: 227px; 
	overflow: hidden;
}

.enter_button {
	
	font-size: 1.5em;
	padding: 1em 2.25em;
	
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png");
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png");
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("images/bg02.png");
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background-color: #0e61b9;
		border-radius: 8px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35);
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
		color: #fff !important;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 800;
	
		letter-spacing: 0.075em;
		padding: 1em 2em;
		outline: 0;
		border: 0;
		white-space: nowrap;
		cursor: pointer;
}



.enter_button.alt {
			background-color: #464a52;
		}
		

		.enter_button.alt:hover {
				background-color: #565a62;
			}
			
			.enter_button.alt:active {
				background-color: #363a42;
			}
			
.enter_button:hover {
  background: #2084ee;
  
}