/* CSS Document */


/* Text Link Colour Override */

.my-link-colour {
	color: #F00;
	text-decoration: none;
}
.my-link-colour a:hover {
	color: #CCC;
	text-decoration: none;
}
.my-link-colour-white {
	color: #FFF;
	text-decoration: none;
}
.my-link-colour-white a: hover {
	color: #CCC;
	text-decoration: none;
}

/*Background for Home Page "Current Project" section */

.banner-02 {
	background-image: url(../p7Zeitgeist/img/tutoring.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for Home Page "Contact" section */

.banner-03 {
	background-image: url(../p7Zeitgeist/img/kindergarten.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for top of Home Page */

.banner-04 {
	background-image: url(../p7Zeitgeist/img/embroidery.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for Family Settlement Page */

.banner-05 {
	background-image: url(../p7Zeitgeist/img/pottery.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for top of Home Page - less vertical */

.banner-06 {
	background-image: url(../p7Zeitgeist/img/embroidery2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for About Page */

.banner-07 {
	background-image: url(../p7Zeitgeist/img/kidsbeirutcamp.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for Fundraising Page */

.banner-08 {
	background-image: url(../p7Zeitgeist/img/fundraising.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for Projects Page */

.banner-09 {
	background-image: url(../p7Zeitgeist/img/kidball.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Background for Engagement Page */

.banner-10 {
	background-image: url(../p7Zeitgeist/img/keffiyeh.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

/* Making the Centre Columnm for Text in "Current Project" section narrower and pushed further left */

.hmy-content-wrapper.intro2 .hmy-content {
	max-width: 500px;
	margin-left: 25px;
	margin-right: auto; 
}

/* Adding the Bottom Border to the Home Page "Current Project" section */

.hmy-content-wrapper.intro2 {
	min-height: 100vh;
	border-bottom: 1px solid;
}

/* Making the Centre Columnm for Text in About Us page narrower and pushed further left */

.hmy-content-wrapper.intro3 .hmy-content {
	max-width: 700px;
	margin-left: 25px;
	margin-right: auto; 
}

/* Making the Centre Columnm for Text in Projects page narrower and pushed further left */

.hmy-content-wrapper.intro4 .hmy-content {
	max-width: 900px;
	margin-left: 15px;
	margin-right: auto; 
}

/* Adding the Bottom Border to the About & Fundraising Pages */

.hmy-content-wrapper.intro3 {
	min-height: 100vh;
	border-bottom: 1px solid;
	border-bottom-color: #FFF;
} 

.hmy-content-wrapper.intro4 {
	min-height: 100vh;
	border-bottom: 1px solid;
	border-bottom-color: #FFF;
}

.red-text {
	color: #A71B1B;
}